Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
index afce5df46b436b8684cb08dad99409168666c11a..b5555e2ea2f19adcb5cd565d6651efc94f73045b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h |
@@ -9,7 +9,6 @@ |
#include "bindings/core/v8/V8PerContextData.h" |
#include "core/CoreExport.h" |
#include "wtf/RefCounted.h" |
-#include "wtf/Vector.h" |
#include <v8-debug.h> |
#include <v8.h> |
@@ -103,9 +102,6 @@ public: |
V8PerContextData* perContextData() const { return m_perContextData.get(); } |
void disposePerContextData(); |
- bool evalEnabled() const; |
- void setEvalEnabled(bool); |
- ScriptValue getFromGlobalObject(const char* name); |
ScriptValue getFromExtrasExports(const char* name); |
protected: |