| Index: third_party/WebKit/Source/bindings/templates/interface.h
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface.h b/third_party/WebKit/Source/bindings/templates/interface.h
|
| index 38e7e3177279985536ec46b5720edff29487d202..d3ccb9daa2cdb85d4f19cc7f018753790e213792 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h
|
| @@ -46,6 +46,9 @@ public:
|
| {% else %}
|
| static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
| {{exported}}static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*);
|
| + {% if has_named_properties_object %}
|
| + {{exported}}static v8::Local<v8::FunctionTemplate> domTemplateForNamedPropertiesObject(v8::Isolate*);
|
| + {% endif %}
|
| static {{cpp_class}}* toImpl(v8::Local<v8::Object> object)
|
| {
|
| return toScriptWrappable(object)->toImpl<{{cpp_class}}>();
|
|
|