| 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 0a80e52f2bdd5a24aa06d70567962457f5fd3f27..952d83e6cea2ff5410013876495ea4ca2add442a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h
|
| @@ -40,8 +40,6 @@ class V8TestInterface3 {
|
| static void traceWrappers(WrapperVisitor* visitor, ScriptWrappable* scriptWrappable) {
|
| visitor->traceWrappers(scriptWrappable->toImpl<TestInterface3>());
|
| }
|
| - static void visitDOMWrapper(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
| - static void visitDOMWrapperCustom(v8::Isolate*, ScriptWrappable*, const v8::Persistent<v8::Object>&);
|
| static void indexedPropertyGetterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
|
| static void indexedPropertyDeleterCustom(uint32_t, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
|
|