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

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

Issue 1178683007: Introducing ClipboardEvent Constructor Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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: Source/core/events/ClipboardEvent.idl
diff --git a/Source/core/events/ClipboardEvent.idl b/Source/core/events/ClipboardEvent.idl
index 96db58949e66b63c5606f7bed33afa07703db775..194368c73abe1b8f708a2f6208e93fc1c1722c68 100644
--- a/Source/core/events/ClipboardEvent.idl
+++ b/Source/core/events/ClipboardEvent.idl
@@ -2,7 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-interface ClipboardEvent : Event {
+[
+ Constructor(DOMString type, optional ClipboardEventInit eventInitDict),
+] interface ClipboardEvent : Event {
readonly attribute DataTransfer clipboardData;
};

Powered by Google App Engine
This is Rietveld 408576698