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

Unified Diff: third_party/WebKit/Source/core/events/ResourceProgressEvent.cpp

Issue 2217763003: Remove Blink-WebKit-only document.createEvent strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/core/events/ResourceProgressEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/ResourceProgressEvent.cpp b/third_party/WebKit/Source/core/events/ResourceProgressEvent.cpp
index ac3a0946e65941c294f7873f311c118d738d9bc9..c95ab7ce44800440175c670b7582f13740bdd6d3 100644
--- a/third_party/WebKit/Source/core/events/ResourceProgressEvent.cpp
+++ b/third_party/WebKit/Source/core/events/ResourceProgressEvent.cpp
@@ -28,10 +28,6 @@
namespace blink {
-ResourceProgressEvent::ResourceProgressEvent()
-{
-}
-
ResourceProgressEvent::ResourceProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url)
: ProgressEvent(type, lengthComputable, loaded, total)
, m_url(url)

Powered by Google App Engine
This is Rietveld 408576698