| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| index 040b4b3783ca6b294ee408b18a8bf61246def4c0..08be15903465a6cd0a0b6021790bfa84d6aedd15 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h
|
| @@ -88,13 +88,13 @@ public:
|
| static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 0;
|
| CORE_EXPORT static void preparePrototypeAndInterfaceObject(v8::Local<v8::Context>, const DOMWrapperWorld&, v8::Local<v8::Object> prototypeObject, v8::Local<v8::Function> interfaceObject, v8::Local<v8::FunctionTemplate> interfaceTemplate);
|
|
|
| - static void installFeatureName(ScriptState*, v8::Local<v8::Object> instance);
|
| + static void installFeatureName(ScriptState*);
|
|
|
| - static void installFeatureName1(ScriptState*, v8::Local<v8::Object> instance);
|
| + static void installFeatureName1(ScriptState*);
|
|
|
| - static void installFeatureName2(ScriptState*, v8::Local<v8::Object> instance);
|
| + static void installFeatureName2(ScriptState*);
|
|
|
| - static void installFeatureName3(ScriptState*, v8::Local<v8::Object> instance);
|
| + static void installFeatureName3(ScriptState*);
|
| };
|
|
|
| template <>
|
|
|