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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2803603003: Removing support for document.createEvent("ProgressEvent") (Closed)
Patch Set: Rebase Patch 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_event_factory.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 87f225efbefe685e04714583bd714acbe97d47d9..515ef2659c74916a1d527d8b5cea056045e3bf31 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -895,7 +895,6 @@ class CORE_EXPORT UseCounter {
kDocumentCreateEventMutationEvent = 1173,
kDocumentCreateEventPageTransitionEvent = 1174,
kDocumentCreateEventPopStateEvent = 1176,
- kDocumentCreateEventProgressEvent = 1177,
kDocumentCreateEventTextEvent = 1182,
kDocumentCreateEventTransitionEvent = 1183,
kDocumentCreateEventWheelEvent = 1184,
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_event_factory.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698