| 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 8f6e6d6312063b540e314516273adacc2a462057..ec075aa96b85b8d3c6fa6235685cd796ea63e504 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h.tmpl
|
| @@ -21,6 +21,8 @@ class {{v8_class}}Constructor {
|
| STATIC_ONLY({{v8_class}}Constructor);
|
| 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;
|
| };
|
|
|
|
|