Ignore:
Timestamp:
Aug 23, 2006, 10:44:10 AM (19 years ago)
Author:
andersca
Message:

2006-08-23 Anders Carlsson <[email protected]>

Reviewed by Darin.

Make the bindings compile without CoreFoundation.


  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • bindings/c/c_instance.cpp:
  • bindings/c/c_utility.cpp: (KJS::Bindings::convertUTF8ToUTF16):
  • bindings/npapi.h:
  • bindings/runtime.cpp: (KJS::Bindings::Instance::createBindingForLanguageInstance): (KJS::Bindings::Instance::createLanguageInstanceForValue):
  • bindings/runtime_root.cpp:
  • bindings/runtime_root.h:
  • kjs/interpreter.cpp: (KJS::Interpreter::createLanguageInstanceForValue):
  • kjs/interpreter.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bindings/runtime_root.cpp

    r15972 r15990  
    2424 */
    2525#include "config.h"
    26 #include "jni_jsobject.h"
     26
    2727#include "object.h"
    2828#include "runtime_root.h"
     
    161161}
    162162
     163#if PLATFORM(MAC)
    163164// May only be set by dispatchToJavaScriptThread().
    164165static CFRunLoopSourceRef completionSource;
     
    282283    CFRunLoopAddSource(Bindings::RootObject::_runLoop, Bindings::RootObject::_performJavaScriptSource, kCFRunLoopDefaultMode);
    283284}
    284 
     285#endif
    285286// Must be called when the applet is shutdown.
    286287void RootObject::removeAllNativeReferences ()
Note: See TracChangeset for help on using the changeset viewer.