webengine/osswebengine/JavaScriptCore/kjs/interpreter.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
--- a/webengine/osswebengine/JavaScriptCore/kjs/interpreter.h	Tue Aug 31 16:17:46 2010 +0300
+++ b/webengine/osswebengine/JavaScriptCore/kjs/interpreter.h	Wed Sep 01 12:28:30 2010 +0100
@@ -105,7 +105,7 @@
      * Resets the global object's default properties and adds the default object 
      * prototype to its prototype chain.
      */
-    IMPORT void initGlobalObject();
+    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:
-    IMPORT virtual ~Interpreter(); // only deref should delete us
+    virtual ~Interpreter(); // only deref should delete us
     virtual bool shouldInterruptScript() const { return true; }
 
     unsigned m_timeoutTime;