Ignore:
Timestamp:
May 18, 2010, 11:32:30 AM (15 years ago)
Author:
[email protected]
Message:

Fix the interpreter after r59637
https://bugs.webkit.org/show_bug.cgi?id=39287

Reviewed by Darin Adler.

  • runtime/Executable.h:
  • runtime/JSFunction.cpp:

(JSC::JSFunction::JSFunction):
(JSC::JSFunction::getCallData):

  • runtime/JSGlobalData.cpp:
  • runtime/JSGlobalData.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalData.cpp

    r59637 r59676  
    254254}
    255255
     256#if ENABLE(JIT)
    256257PassRefPtr<NativeExecutable> JSGlobalData::getNativeExecutable(NativeFunction function)
    257258{
     
    262263}
    263264
    264 #if ENABLE(JIT)
    265265PassRefPtr<NativeExecutable> JSGlobalData::getNativeExecutable(NativeFunction function, ThunkGenerator generator)
    266266{
Note: See TracChangeset for help on using the changeset viewer.