| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index 27eed7615d691af6c4a57748a589cea5189696a2..c1950c7aa57b1949cf0d4f4a61f12a13ace11334 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -636,8 +636,8 @@ namespace WebCore {
|
|
|
| v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String> key);
|
|
|
| - v8::Isolate* isolateForScriptExecutionContext(ScriptExecutionContext*);
|
| - v8::Isolate* isolateForFrame(Frame*);
|
| + v8::Isolate* toIsolate(ScriptExecutionContext*);
|
| + v8::Isolate* toIsolate(Frame*);
|
|
|
| } // namespace WebCore
|
|
|
|
|