| Index: third_party/WebKit/Source/core/clipboard/DataObject.h
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObject.h b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| index 0f985c5b9456618e1fc405f4356183a93163625a..b1464bb84b114f6a65b4321440a7a8e2a638a9b3 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| @@ -64,7 +64,8 @@ class CORE_EXPORT DataObject : public GarbageCollectedFinalized<DataObject>,
|
| // DataTransferItemList support.
|
| size_t length() const;
|
| DataObjectItem* item(unsigned long index);
|
| - // FIXME: Implement V8DataTransferItemList::indexedPropertyDeleter to get this called.
|
| + // FIXME: Implement V8DataTransferItemList::indexedPropertyDeleter to get this
|
| + // called.
|
| void deleteItem(unsigned long index);
|
| void clearAll();
|
| // Returns null if an item already exists with the provided type.
|
|
|