| 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 8df4565ec2c0e61384ba263ed524172a55e7dba3..7171a756d3b57455813bf53f09cd082a62763ce2 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h
|
| @@ -911,10 +911,10 @@ CORE_EXPORT v8::Local<v8::Context> toV8Context(ExecutionContext*,
|
| 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(Frame*, DOMWrapperWorld&);
|
| +CORE_EXPORT v8::Local<v8::Context> toV8Context(LocalFrame*, DOMWrapperWorld&);
|
| // Like toV8Context but also returns the context if the frame is already
|
| // detached.
|
| -CORE_EXPORT v8::Local<v8::Context> toV8ContextEvenIfDetached(Frame*,
|
| +CORE_EXPORT v8::Local<v8::Context> toV8ContextEvenIfDetached(LocalFrame*,
|
| DOMWrapperWorld&);
|
|
|
| // Returns the frame object of the window object associated with
|
|
|