Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 cd9f0a97b1dfc5c745dec367497820f1edb3d840..fa0067d08bb041f32e1c3299eda56213fbc6fb7b 100644
--- a/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/EventFactory.cpp.tmpl
@@ -22,12 +22,8 @@ namespace blink {
if (type == "{{event|script_name}}"{% if event.RuntimeEnabled %} && RuntimeEnabledFeatures::{{event.RuntimeEnabled|lower_first}}(){% endif %}) {
{% endif %}
{% if not event|script_name|create_event_whitelist %}
- {% if event|script_name|create_event_deprecate_list %}
- Deprecation::countDeprecation(executionContext, UseCounter::{{event|script_name|deprecate_name}});
- {% else %}
UseCounter::count(executionContext, UseCounter::{{event|script_name|measure_name}});
{% endif %}
- {% endif %}
return {{event|cpp_name}}::create();
}
{% endfor %}
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_event_factory.py ('k') | third_party/WebKit/Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698