webengine/osswebengine/JavaScriptCore/kjs/interpreter.h
changeset 74 91031d3aab7d
parent 0 dd21522fd290
child 94 919f36ff910f
--- a/webengine/osswebengine/JavaScriptCore/kjs/interpreter.h	Mon May 03 13:32:15 2010 +0300
+++ b/webengine/osswebengine/JavaScriptCore/kjs/interpreter.h	Fri Jun 11 14:42:15 2010 +0300
@@ -105,7 +105,7 @@
      * Resets the global object's default properties and adds the default object 
      * prototype to its prototype chain.
      */
-    void initGlobalObject();
+    IMPORT void initGlobalObject();
 
     /**
      * Returns the object that is used as the global object during all script
@@ -352,7 +352,7 @@
     int refCount() const { return m_refCount; }
     
 protected:
-    virtual ~Interpreter(); // only deref should delete us
+    IMPORT virtual ~Interpreter(); // only deref should delete us
     virtual bool shouldInterruptScript() const { return true; }
 
     unsigned m_timeoutTime;