| Index: Source/bindings/v8/V8Binding.cpp
|
| diff --git a/Source/bindings/v8/V8Binding.cpp b/Source/bindings/v8/V8Binding.cpp
|
| index 1ac614240795c6dd5324a9ca52b85fac37c61729..d855bfadb10cd5d2a34c69b99b758f68303b4b2e 100644
|
| --- a/Source/bindings/v8/V8Binding.cpp
|
| +++ b/Source/bindings/v8/V8Binding.cpp
|
| @@ -604,7 +604,7 @@ v8::Local<v8::Context> toV8Context(ExecutionContext* context, DOMWrapperWorld& w
|
| return v8::Local<v8::Context>();
|
| }
|
|
|
| -v8::Local<v8::Context> toV8Context(v8::Isolate* isolate, LocalFrame* frame, DOMWrapperWorld& world)
|
| +v8::Local<v8::Context> toV8Context(LocalFrame* frame, DOMWrapperWorld& world)
|
| {
|
| if (!frame)
|
| return v8::Local<v8::Context>();
|
|
|