| 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 e6b1ffe686c63cc050af654b3aec2a9a3d7bf545..93cc48bf41a70262ab702ac15128186399f04732 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h
|
| @@ -17,6 +17,7 @@
|
| #include "bindings/core/v8/ToV8.h"
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8DOMWrapper.h"
|
| +#include "bindings/core/v8/V8PrivateProperty.h"
|
| #include "bindings/core/v8/WrapperTypeInfo.h"
|
| #include "bindings/tests/idls/core/TestInterfaceConstructor.h"
|
| #include "core/CoreExport.h"
|
| @@ -28,6 +29,8 @@ class V8TestInterfaceConstructorConstructor {
|
| STATIC_ONLY(V8TestInterfaceConstructorConstructor);
|
| 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);
|
| static const WrapperTypeInfo wrapperTypeInfo;
|
| };
|
|
|
|
|