Changeset 15990 in webkit for trunk/JavaScriptCore/bindings/runtime_root.cpp
- Timestamp:
- Aug 23, 2006, 10:44:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_root.cpp
r15972 r15990 24 24 */ 25 25 #include "config.h" 26 #include "jni_jsobject.h" 26 27 27 #include "object.h" 28 28 #include "runtime_root.h" … … 161 161 } 162 162 163 #if PLATFORM(MAC) 163 164 // May only be set by dispatchToJavaScriptThread(). 164 165 static CFRunLoopSourceRef completionSource; … … 282 283 CFRunLoopAddSource(Bindings::RootObject::_runLoop, Bindings::RootObject::_performJavaScriptSource, kCFRunLoopDefaultMode); 283 284 } 284 285 #endif 285 286 // Must be called when the applet is shutdown. 286 287 void RootObject::removeAllNativeReferences ()
Note:
See TracChangeset
for help on using the changeset viewer.