Changeset 89887 in webkit for trunk/Source/JavaScriptCore/jsc.cpp


Ignore:
Timestamp:
Jun 27, 2011, 7:30:06 PM (14 years ago)
Author:
[email protected]
Message:

2011-06-27 Ryosuke Niwa <[email protected]>

Build fix attempt after r89885.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r89885 r89887  
    7575static EncodedJSValue JSC_HOST_CALL functionDebug(ExecState*);
    7676static EncodedJSValue JSC_HOST_CALL functionGC(ExecState*);
     77#ifndef NDEBUG
    7778static EncodedJSValue JSC_HOST_CALL functionReleaseExecutableMemory(ExecState*);
     79#endif
    7880static EncodedJSValue JSC_HOST_CALL functionVersion(ExecState*);
    7981static EncodedJSValue JSC_HOST_CALL functionRun(ExecState*);
Note: See TracChangeset for help on using the changeset viewer.