Index: Source/core/inspector/JavaScriptCallFrame.h |
diff --git a/Source/core/inspector/JavaScriptCallFrame.h b/Source/core/inspector/JavaScriptCallFrame.h |
index 15e9ffbca53f5f1bb7cb1a1670fb8f3505723461..f72917026eb4b2b4d0c4884aef3c597feb734464 100644 |
--- a/Source/core/inspector/JavaScriptCallFrame.h |
+++ b/Source/core/inspector/JavaScriptCallFrame.h |
@@ -69,7 +69,6 @@ public: |
v8::Handle<v8::Value> evaluate(const String& expression); |
v8::Handle<v8::Value> restart(); |
ScriptValue setVariableValue(ScriptState*, int scopeNumber, const String& variableName, const ScriptValue& newValue); |
- v8::Handle<v8::Object> innerCallFrame(); |
private: |
JavaScriptCallFrame(v8::Handle<v8::Context> debuggerContext, v8::Handle<v8::Object> callFrame); |