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

Unified Diff: third_party/WebKit/Source/core/events/DragEvent.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
Index: third_party/WebKit/Source/core/events/DragEvent.idl
diff --git a/third_party/WebKit/Source/core/events/DragEvent.idl b/third_party/WebKit/Source/core/events/DragEvent.idl
index 53205ec513337169d51cbee600320dfa0f00b579..1ffc5be5fd853234adcc9d92471e149bbee11a88 100644
--- a/third_party/WebKit/Source/core/events/DragEvent.idl
+++ b/third_party/WebKit/Source/core/events/DragEvent.idl
@@ -7,5 +7,5 @@
[
Constructor(DOMString type, optional DragEventInit eventInitDict),
] interface DragEvent : MouseEvent {
- [ImplementedAs=getDataTransfer] readonly attribute DataTransfer dataTransfer;
+ [ImplementedAs=getDataTransfer] readonly attribute DataTransfer? dataTransfer;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/ClipboardEvent.idl ('k') | third_party/WebKit/Source/core/frame/Window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698