Chromium Code Reviews| Index: dom/Clipboard.idl |
| diff --git a/dom/Clipboard.idl b/dom/Clipboard.idl |
| index b85235ef1fa36de0f6cc0af7a93ec5ef4c034884..7e092bb0493fae680cfe51220a631555e211174e 100644 |
| --- a/dom/Clipboard.idl |
| +++ b/dom/Clipboard.idl |
| @@ -41,6 +41,6 @@ |
| [Custom] void setDragImage(in HTMLImageElement image, in long x, in long y) |
| raises(DOMException); |
| - [Conditional=DATA_TRANSFER_ITEMS, V8EnabledAtRuntime=DataTransferItems] readonly attribute DataTransferItemList items; |
| + [V8EnabledAtRuntime=DataTransferItems] readonly attribute DataTransferItemList items; |
| }; |