Index: third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl |
diff --git a/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl |
index cdc87e523bca978e7ee22345ad6b2518cf1220f7..9e2b38bbc552360197fd59c54620dcc460e0855b 100644 |
--- a/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl |
+++ b/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl |
@@ -12,7 +12,7 @@ |
namespace blink { |
-PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}{{suffix}}Factory::create(const String& type) |
+PassRefPtrWillBeRawPtr<{{namespace}}> {{namespace}}{{suffix}}Factory::create(ExecutionContext*, const String& type) |
{ |
{% for event in events %} |
{% if event|script_name|case_insensitive_matching %} |