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 bea63b686aeee23bdda55404622ad455207d459e..582a6c1e0afaaf6f8ba13102951c587a8264a919 100755 |
--- a/third_party/WebKit/Source/build/scripts/make_event_factory.py |
+++ b/third_party/WebKit/Source/build/scripts/make_event_factory.py |
@@ -86,7 +86,6 @@ def create_event_measure_whitelist(name): |
or name == 'MutationEvents' |
or name == 'PageTransitionEvent' |
or name == 'PopStateEvent' |
- or name == 'ProgressEvent' |
or name == 'StorageEvent' |
or name == 'SVGEvents' |
or name == 'TextEvent' |