| Index: third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| index e4112192168de4bfa4eb44a1e9c3f78a9ee2b68f..81bc0b8438cf548b54be93acf59dd97091a54bec 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h
|
| @@ -48,7 +48,7 @@ struct WrapperTypeInfo;
|
| class V8DOMWrapper {
|
| STATIC_ONLY(V8DOMWrapper);
|
| public:
|
| - static v8::Local<v8::Object> createWrapper(v8::Isolate*, v8::Local<v8::Object> creationContext, const WrapperTypeInfo*, ScriptWrappable*);
|
| + static v8::Local<v8::Object> createWrapper(v8::Isolate*, v8::Local<v8::Object> creationContext, const WrapperTypeInfo*);
|
| static bool isWrapper(v8::Isolate*, v8::Local<v8::Value>);
|
|
|
| // Associates the given ScriptWrappable with the given |wrapper| if the
|
|
|