| Index: third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/interface_base.cpp b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| index 8fc855fff0c85881c900393447e1c0e22eb2bc70..812236c367ddc6009e74a62737f9b1d16ac52d7f 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/interface_base.cpp
|
| @@ -151,7 +151,7 @@ bool securityCheck(v8::Local<v8::Context> accessingContext, v8::Local<v8::Object
|
| {{generate_method(method, world_suffix)}}
|
| {% endif %}
|
| {% if method.is_post_message and not is_partial %}
|
| -{{generate_post_message_impl()}}
|
| +{{generate_post_message_impl(method)}}
|
| {% endif %}
|
| {% if method.overloads and method.overloads.visible %}
|
| {% if method.overloads.runtime_determined_lengths %}
|
|
|