| 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..35312b1381871443e563077ea8cea12384d8c29f 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,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;
|
| };
|
|
|
|
|