]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - inspector/InjectedScriptManager.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / inspector / InjectedScriptManager.h
index 33a6084c331ef2f5d7de7c054f82f8874206b5d7..cb6c9b3b98c54b531341f5a7c0d757bc3191b215 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef InjectedScriptManager_h
 #define InjectedScriptManager_h
 
 #ifndef InjectedScriptManager_h
 #define InjectedScriptManager_h
 
-#if ENABLE(INSPECTOR)
-
 #include "InjectedScript.h"
 #include "InjectedScriptHost.h"
 #include "InspectorEnvironment.h"
 #include "InjectedScript.h"
 #include "InjectedScriptHost.h"
 #include "InspectorEnvironment.h"
@@ -66,6 +64,7 @@ public:
     InjectedScript injectedScriptForObjectId(const String& objectId);
     void discardInjectedScripts();
     void releaseObjectGroup(const String& objectGroup);
     InjectedScript injectedScriptForObjectId(const String& objectId);
     void discardInjectedScripts();
     void releaseObjectGroup(const String& objectGroup);
+    void clearExceptionValue();
 
 protected:
     virtual void didCreateInjectedScript(InjectedScript);
 
 protected:
     virtual void didCreateInjectedScript(InjectedScript);
@@ -84,6 +83,4 @@ private:
 
 } // namespace Inspector
 
 
 } // namespace Inspector
 
-#endif // ENABLE(INSPECTOR)
-
 #endif // !defined(InjectedScriptManager_h)
 #endif // !defined(InjectedScriptManager_h)