Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
index bb5645fddcc981b32731adfc9e3c493d5f2ba9cc..e59c52a107f3b154e2368b2fc7588ce049f8f7f1 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.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 <> |