| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| index 1f2363932744f108c37f7063a5662103b1072f39..92b2e45a0e2eff5270381b8f74b6f0c1981af7a7 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -49,7 +49,6 @@ public:
|
| static void namedPropertyDeleterCustom(v8::Local<v8::Name>, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| static void namedPropertyEnumeratorCustom(const v8::PropertyCallbackInfo<v8::Array>&);
|
| 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) { }
|
| };
|
|
|
| template <>
|
|
|