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 39fd0fb2cd8dddd20c3847c951104c06c3b206e5..c911f8d321dd93b806e0b481c82f408747153e3e 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h |
@@ -28,6 +28,8 @@ class V8TestInterfaceEventTargetConstructor { |
STATIC_ONLY(V8TestInterfaceEventTargetConstructor); |
public: |
static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&); |
+ static v8::Local<v8::FunctionTemplate> NamedConstructorAttributeGetter(v8::Isolate*, const DOMWrapperWorld&); |
+ static void NamedConstructorAttributeGetter(v8::Local<v8::Name> propertyName, const v8::PropertyCallbackInfo<v8::Value>& info); |
CORE_EXPORT static const WrapperTypeInfo wrapperTypeInfo; |
}; |