| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| index 20b61d8058d18450e90d4739cf1238bbbfe57297..d11971f12b17cef6aa6af84c7ebd1fdc54d6d83d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h
|
| @@ -16,6 +16,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/TestInterfaceNamedConstructor.h"
|
| #include "core/CoreExport.h"
|
| @@ -27,6 +28,8 @@ class V8TestInterfaceNamedConstructorConstructor {
|
| STATIC_ONLY(V8TestInterfaceNamedConstructorConstructor);
|
| 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;
|
| };
|
|
|
|
|