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

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

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.cpp ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ClipboardEvent.idl
diff --git a/Source/core/html/canvas/CHROMIUMValuebuffer.idl b/Source/core/events/ClipboardEvent.idl
similarity index 66%
copy from Source/core/html/canvas/CHROMIUMValuebuffer.idl
copy to Source/core/events/ClipboardEvent.idl
index 82b40035197d81d6ef265b1f172fe87d0396331d..96db58949e66b63c5606f7bed33afa07703db775 100644
--- a/Source/core/html/canvas/CHROMIUMValuebuffer.idl
+++ b/Source/core/events/ClipboardEvent.idl
@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- NoInterfaceObject,
- WillBeGarbageCollected,
-] interface CHROMIUMValuebuffer {
+interface ClipboardEvent : Event {
+ readonly attribute DataTransfer clipboardData;
};
+
« no previous file with comments | « Source/core/events/ClipboardEvent.cpp ('k') | Source/core/events/Event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698