| Index: third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| index 396a62f234dd75b3c1b7e91001d4a5d8868797b6..f88656b14daa8a9dfcc9073a528732b78b2a011e 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| @@ -21,6 +21,7 @@ class {{v8_class}}Constructor {
|
| STATIC_ONLY({{v8_class}}Constructor);
|
| 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);
|
| {{exported}}static const WrapperTypeInfo wrapperTypeInfo;
|
| };
|
|
|
|
|