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

Unified Diff: third_party/WebKit/Source/build/scripts/make_event_factory.py

Issue 2821863002: Remove non-standard document.createEvent('WebKitAnimationEvent'). (Closed)
Patch Set: . Created 3 years, 8 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/make_event_factory.py
diff --git a/third_party/WebKit/Source/build/scripts/make_event_factory.py b/third_party/WebKit/Source/build/scripts/make_event_factory.py
index 582a6c1e0afaaf6f8ba13102951c587a8264a919..edef99a7c1bed9ae6d49fb4a43d54b93a9f49c6c 100755
--- a/third_party/WebKit/Source/build/scripts/make_event_factory.py
+++ b/third_party/WebKit/Source/build/scripts/make_event_factory.py
@@ -92,7 +92,6 @@ def create_event_measure_whitelist(name):
or name == 'TrackEvent'
or name == 'TransitionEvent'
or name == 'WebGLContextEvent'
- or name == 'WebKitAnimationEvent'
or name == 'WebKitTransitionEvent'
or name == 'WheelEvent')

Powered by Google App Engine
This is Rietveld 408576698