Index: Source/bindings/v8/V8Binding.h |
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h |
index 3d35fd139976720cd30928140a3f14fdf07a2e6e..3fda5efde2b467440436862c13f058dbadc80a23 100644 |
--- a/Source/bindings/v8/V8Binding.h |
+++ b/Source/bindings/v8/V8Binding.h |
@@ -635,7 +635,8 @@ namespace WebCore { |
v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String> key); |
- v8::Isolate* getIsolateFromScriptExecutionContext(ScriptExecutionContext*); |
+ v8::Isolate* isolateForScriptExecutionContext(ScriptExecutionContext*); |
+ v8::Isolate* isolateForFrame(Frame*); |
} // namespace WebCore |