Ignore:
Timestamp:
Nov 16, 2008, 6:08:54 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-16 Geoffrey Garen <[email protected]>

Roll out r38461 (my last patch) because it broke the world.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/RegExp.h

    r38461 r38463  
    2323
    2424#include "UString.h"
    25 #include "WREC.h"
    2625#include <wtf/Forward.h>
    2726#include <wtf/RefCounted.h>
     
    6867
    6968#if ENABLE(WREC)
    70         WREC::RegExpFunction m_wrecFunction;
     69        // Called as a WRECFunction
     70        void* m_wrecFunction;
    7171#endif
    7272    };
Note: See TracChangeset for help on using the changeset viewer.