Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
index 0dd6d2fbe0b2a0f7829e0c386d64a39d03c439b3..01d143ea42fe2a4ab0c7f23780d1182df7bba438 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
@@ -29,6 +29,7 @@ class V8TestInterfaceEventTargetConstructor { |
STATIC_ONLY(V8TestInterfaceEventTargetConstructor); |
public: |
static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&); |
+ static void NamedConstructorAttributeGetter(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>& info); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
}; |