Ignore:
Timestamp:
May 2, 2008, 3:07:53 AM (17 years ago)
Author:
[email protected]
Message:

Reviewed by Geoffrey Garen.

https://bugs.webkit.org/show_bug.cgi?id=18826
Make JavaScript heap per-thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/regexp_object.h

    r30534 r32807  
    9191
    9292    private:
    93         JSValue* getBackref(unsigned) const;
    94         JSValue* getLastParen() const;
    95         JSValue* getLeftContext() const;
    96         JSValue* getRightContext() const;
     93        JSValue* getBackref(ExecState*, unsigned) const;
     94        JSValue* getLastParen(ExecState*) const;
     95        JSValue* getLeftContext(ExecState*) const;
     96        JSValue* getRightContext(ExecState*) const;
    9797
    9898        OwnPtr<RegExpObjectImpPrivate> d;
Note: See TracChangeset for help on using the changeset viewer.