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

Unified Diff: Source/core/clipboard/DataTransfer.idl

Issue 1175223003: TreatReturnedNullStringAs=undefined removed from DataTransfer.idl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaseline 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
« no previous file with comments | « LayoutTests/fast/events/bogus-dropEffect-effectAllowed-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/DataTransfer.idl
diff --git a/Source/core/clipboard/DataTransfer.idl b/Source/core/clipboard/DataTransfer.idl
index d4d9af2404495524d1cd720990ad853e405312ee..3b5e1b4a67536f6eae07ee70ffed908b4eb9e27a 100644
--- a/Source/core/clipboard/DataTransfer.idl
+++ b/Source/core/clipboard/DataTransfer.idl
@@ -31,9 +31,8 @@
[
GarbageCollected
] interface DataTransfer {
- // TODO(philipj): Remove [TreatReturnedNullStringAs=Undefined].
- [TreatReturnedNullStringAs=Undefined] attribute DOMString dropEffect;
- [TreatReturnedNullStringAs=Undefined] attribute DOMString effectAllowed;
+ attribute DOMString dropEffect;
+ attribute DOMString effectAllowed;
[SameObject] readonly attribute DataTransferItemList items;
« no previous file with comments | « LayoutTests/fast/events/bogus-dropEffect-effectAllowed-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698