| Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| index 1df7fae7726c68025efbae99fb7607a1ef7a794a..24321bdf5cb12b6c795ecdffd1f8809b0418f97d 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -1010,10 +1010,10 @@
|
| DOMWrapperWorld&);
|
| // Returns a V8 context associated with a Frame and a DOMWrapperWorld.
|
| // This method returns an empty context if the frame is already detached.
|
| -CORE_EXPORT v8::Local<v8::Context> toV8Context(LocalFrame*, DOMWrapperWorld&);
|
| +CORE_EXPORT v8::Local<v8::Context> toV8Context(Frame*, DOMWrapperWorld&);
|
| // Like toV8Context but also returns the context if the frame is already
|
| // detached.
|
| -CORE_EXPORT v8::Local<v8::Context> toV8ContextEvenIfDetached(LocalFrame*,
|
| +CORE_EXPORT v8::Local<v8::Context> toV8ContextEvenIfDetached(Frame*,
|
| DOMWrapperWorld&);
|
|
|
| // Returns the frame object of the window object associated with
|
|
|