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

Unified Diff: Source/core/events/ClipboardEvent.cpp

Issue 797583002: [bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed the UsageCounter related stuff. Created 6 years 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 | « Source/core/events/ClipboardEvent.h ('k') | Source/core/events/ClipboardEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ClipboardEvent.cpp
diff --git a/Source/core/events/ClipboardEvent.cpp b/Source/core/events/ClipboardEvent.cpp
index 46f8c758ccbf3616b92a3524d70095ff5c0cc367..31572a915f7fc8bd046919ea2e7121396cca2818 100644
--- a/Source/core/events/ClipboardEvent.cpp
+++ b/Source/core/events/ClipboardEvent.cpp
@@ -23,8 +23,6 @@
#include "config.h"
#include "core/events/ClipboardEvent.h"
-#include "core/clipboard/DataTransfer.h"
-
namespace blink {
ClipboardEvent::ClipboardEvent()
@@ -42,8 +40,7 @@ ClipboardEvent::~ClipboardEvent()
const AtomicString& ClipboardEvent::interfaceName() const
{
- // FIXME: create an ClipboardEvent.idl matching http://dev.w3.org/2006/webapi/clipops/clipops.html#clipboard-event-interfaces
- return EventNames::Event;
+ return EventNames::ClipboardEvent;
}
bool ClipboardEvent::isClipboardEvent() const
« no previous file with comments | « Source/core/events/ClipboardEvent.h ('k') | Source/core/events/ClipboardEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698