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

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

Issue 2569993003: Low risk non-nullable => nullable change (Closed)
Patch Set: Added fix for Window# top attribute and parent attribute Created 4 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 | « no previous file | third_party/WebKit/Source/core/events/DragEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/events/ClipboardEvent.idl
diff --git a/third_party/WebKit/Source/core/events/ClipboardEvent.idl b/third_party/WebKit/Source/core/events/ClipboardEvent.idl
index 61a744c7917c7c3f908b4963ddca1291a35130e5..108a45158ed0baa1dbaa636138340b9f0c10748d 100644
--- a/third_party/WebKit/Source/core/events/ClipboardEvent.idl
+++ b/third_party/WebKit/Source/core/events/ClipboardEvent.idl
@@ -7,5 +7,5 @@
// TODO(foolip): There should be a constructor which takes a ClipboardEventInit
// dictionary. crbug.com/496394
interface ClipboardEvent : Event {
- readonly attribute DataTransfer clipboardData;
+ readonly attribute DataTransfer? clipboardData;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/events/DragEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698