Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
index 3689ba3e4693be00bc0527ba14a96de2124accb5..4796f807e9f180d5a1dacd2147e8c3ad7ad4cabe 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h |
@@ -29,6 +29,7 @@ class V8TestInterfaceConstructorConstructor { |
STATIC_ONLY(V8TestInterfaceConstructorConstructor); |
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; |
}; |