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

Unified Diff: third_party/WebKit/Source/core/events/ClipboardEvent.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/ClipboardEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/ClipboardEvent.cpp b/third_party/WebKit/Source/core/events/ClipboardEvent.cpp
index 4b0b8f37efbe3a5a95bbd81ac336a6fcbc0bbca7..7f677c28963054ea947f222f795e9a426f4dcfb4 100644
--- a/third_party/WebKit/Source/core/events/ClipboardEvent.cpp
+++ b/third_party/WebKit/Source/core/events/ClipboardEvent.cpp
@@ -24,10 +24,6 @@
namespace blink {
-ClipboardEvent::ClipboardEvent()
-{
-}
-
ClipboardEvent::ClipboardEvent(const AtomicString& eventType, bool canBubble, bool cancelable, DataTransfer* clipboardData)
: Event(eventType, canBubble, cancelable), m_clipboardData(clipboardData)
{
« no previous file with comments | « third_party/WebKit/Source/core/events/ClipboardEvent.h ('k') | third_party/WebKit/Source/core/events/EventAliases.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698