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 ca2292685012d3055909508d4941c42fb2a6fedf..bfa18200705d417f5241f749e2d2059ebe694910 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 %} |
-{{generate_post_message_impl()}} |
+{{generate_post_message_impl(method)}} |
{% endif %} |
{% if method.overloads and method.overloads.visible %} |
{% if method.overloads.runtime_determined_lengths %} |