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/Executable.h

    r59637 r59676  
    411411    }
    412412
     413#if ENABLE(JIT)
    413414    inline NativeFunction JSFunction::nativeFunction()
    414415    {
     
    416417        return static_cast<NativeExecutable*>(m_executable.get())->function();
    417418    }
     419#endif
    418420}
    419421
Note: See TracChangeset for help on using the changeset viewer.