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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.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/encryptedmedia/MediaEncryptedEvent.cpp
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp
index 28ed5164dbdf5d4c2289ff70bf3f668fa7a97cff..aad0eb82c9006b2508164dc7b2102ebebbc3a491 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaEncryptedEvent.cpp
@@ -29,10 +29,6 @@
namespace blink {
-MediaEncryptedEvent::MediaEncryptedEvent()
-{
-}
-
MediaEncryptedEvent::MediaEncryptedEvent(const AtomicString& type, const MediaEncryptedEventInit& initializer)
: Event(type, initializer)
, m_initDataType(initializer.initDataType())

Powered by Google App Engine
This is Rietveld 408576698