| Index: third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.cpp b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.cpp
|
| index 0c191d293397a22fcc62eac677f6d919515140c2..163107daa64ffda6d2f7d589f48af2c4580ce0ee 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.cpp
|
| @@ -582,7 +582,7 @@ v8::Local<v8::FunctionTemplate> V8InjectedScriptHost::createWrapperTemplate(v8::
|
| return InjectedScriptHostWrapper::createWrapperTemplate(isolate, methods, attributes);
|
| }
|
|
|
| -v8::Local<v8::Object> V8InjectedScriptHost::wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context> context, PassRefPtrWillBeRawPtr<InjectedScriptHost> host)
|
| +v8::Local<v8::Object> V8InjectedScriptHost::wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context> context, PassRefPtr<InjectedScriptHost> host)
|
| {
|
| return InjectedScriptHostWrapper::wrap(constructorTemplate, context, host);
|
| }
|
|
|