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

Unified Diff: third_party/WebKit/Source/web/WebDOMProgressEvent.cpp

Issue 1402023002: Remove most of WebDOMEvent and delete WebDOMMouseEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/web/WebDOMMouseEvent.cpp ('k') | third_party/WebKit/Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebDOMProgressEvent.cpp
diff --git a/third_party/WebKit/Source/web/WebDOMProgressEvent.cpp b/third_party/WebKit/Source/web/WebDOMProgressEvent.cpp
index e38ca18a5be109a296ac8ca9cbad475f788be3e0..a1b3bbea4d9f6802f44aaf1fe6797094fb6d6528 100644
--- a/third_party/WebKit/Source/web/WebDOMProgressEvent.cpp
+++ b/third_party/WebKit/Source/web/WebDOMProgressEvent.cpp
@@ -40,7 +40,6 @@ WebDOMProgressEvent::WebDOMProgressEvent(const WebString& type, bool lengthIsCom
: WebDOMEvent(ProgressEvent::create(type, lengthIsComputable, loaded, total))
{
ASSERT(m_private.get());
- ASSERT(isProgressEvent());
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebDOMMouseEvent.cpp ('k') | third_party/WebKit/Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698