| Index: third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
|
| index e61a87b71952a4dcb81eca1954dd0ca10774e3df..3db5f91cb0bae17dec36276a97e3c357ec44ec8b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h
|
| @@ -15,7 +15,7 @@ class InjectedScriptHost;
|
|
|
| class V8InjectedScriptHost {
|
| public:
|
| - static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassRefPtrWillBeRawPtr<InjectedScriptHost>);
|
| + static v8::Local<v8::Object> wrap(v8::Local<v8::FunctionTemplate> constructorTemplate, v8::Local<v8::Context>, PassRefPtr<InjectedScriptHost>);
|
| static InjectedScriptHost* unwrap(v8::Local<v8::Context>, v8::Local<v8::Object>);
|
| static v8::Local<v8::FunctionTemplate> createWrapperTemplate(v8::Isolate*);
|
|
|
|
|