| 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 948b46e864054c5353ebcc54e9b3ff5925b1ce50..36a48b77af2aef6585b9dec94cae274ea3f9094f 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface.h
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface.h
|
| @@ -39,10 +39,10 @@ public:
|
| };
|
|
|
| {% endif %}
|
| - {{exported}}static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| {% if is_array_buffer_or_view %}
|
| {{exported}}static {{cpp_class}}* toImpl(v8::Local<v8::Object> object);
|
| {% else %}
|
| + {{exported}}static bool hasInstance(v8::Local<v8::Value>, v8::Isolate*);
|
| static v8::Local<v8::Object> findInstanceInPrototypeChain(v8::Local<v8::Value>, v8::Isolate*);
|
| {{exported}}static v8::Local<v8::FunctionTemplate> domTemplate(v8::Isolate*, const DOMWrapperWorld&);
|
| {% if has_named_properties_object %}
|
|
|