| Index: Source/bindings/templates/interface.h
|
| diff --git a/Source/bindings/templates/interface.h b/Source/bindings/templates/interface.h
|
| index f3977d49536ee0efcd2d8e63b4d7123de56b919e..8a7694c7a722309118148662de1d5afb7c4412cf 100644
|
| --- a/Source/bindings/templates/interface.h
|
| +++ b/Source/bindings/templates/interface.h
|
| @@ -73,7 +73,7 @@ public:
|
| static EventTarget* toEventTarget(v8::Handle<v8::Object>);
|
| {% endif %}
|
| {% if interface_name == 'Window' %}
|
| - static v8::Handle<v8::ObjectTemplate> GetShadowObjectTemplate(v8::Isolate*, WrapperWorldType);
|
| + static v8::Handle<v8::ObjectTemplate> getShadowObjectTemplate(v8::Isolate*, WrapperWorldType);
|
| {% endif %}
|
| {% for method in methods if method.is_custom %}
|
| {% filter conditional(method.conditional_string) %}
|
|
|