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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/PushEvent.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/modules/push_messaging/PushEvent.cpp
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushEvent.cpp b/third_party/WebKit/Source/modules/push_messaging/PushEvent.cpp
index d0c05b30cabed06bbc945312566938d1aaa3353e..f24b2c937cb5d69a579d53d8c2fa38c0fb9ed2c9 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushEvent.cpp
+++ b/third_party/WebKit/Source/modules/push_messaging/PushEvent.cpp
@@ -8,10 +8,6 @@
namespace blink {
-PushEvent::PushEvent()
-{
-}
-
PushEvent::PushEvent(const AtomicString& type, PushMessageData* data, WaitUntilObserver* observer)
: ExtendableEvent(type, ExtendableEventInit(), observer)
, m_data(data)

Powered by Google App Engine
This is Rietveld 408576698