Index: third_party/WebKit/Source/core/clipboard/DataTransfer.idl |
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransfer.idl b/third_party/WebKit/Source/core/clipboard/DataTransfer.idl |
index 71ab1f72c672d5f180e5a4c8277d7260dedf7d5b..29aad5d81f5a251ac4682971bcb32d9ea9541427 100644 |
--- a/third_party/WebKit/Source/core/clipboard/DataTransfer.idl |
+++ b/third_party/WebKit/Source/core/clipboard/DataTransfer.idl |
@@ -39,9 +39,7 @@ |
void setDragImage(Element image, long x, long y); |
/* old interface */ |
- // TODO(foolip): Switch to FrozenArray<DOMString> when the spec is fixed: |
- // https://github.com/whatwg/html/issues/11 |
- [SameObject] readonly attribute DOMString[] types; |
+ [CachedAttribute=hasDataStoreItemListChanged] readonly attribute FrozenArray<DOMString> types; |
DOMString getData(DOMString format); |
void setData(DOMString format, DOMString data); |
void clearData(optional DOMString format); |