| 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 74bb6a4e9582429ad8c422e77e020a72ae760855..5bf1dbd3d8ac1bd0830f3c96098f78262e33966e 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| @@ -30,6 +30,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;
|
| };
|
|
|
|
|