Changeset 104900 in webkit for trunk/Source/JavaScriptCore/debugger/Debugger.h
- Timestamp:
- Jan 12, 2012, 11:23:44 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/debugger/Debugger.h
r88370 r104900 59 59 60 60 // This function exists only for backwards compatibility with existing WebScriptDebugger clients. 61 JS Value evaluateInGlobalCallFrame(const UString&, JSValue& exception, JSGlobalObject*);61 JS_EXPORT_PRIVATE JSValue evaluateInGlobalCallFrame(const UString&, JSValue& exception, JSGlobalObject*); 62 62 63 63 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.