| 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 19133ae5d69c1da7ee91d371487c0531e2cdf7d8..d1920f7db6f1695e27287fcc3c7aacb88be3d9fe 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObject.h
|
| @@ -50,7 +50,7 @@ class WebDragData;
|
| // A data object for holding data that would be in a clipboard or moved
|
| // during a drag-n-drop operation. This is the data that WebCore is aware
|
| // of and is not specific to a platform.
|
| -class CORE_EXPORT DataObject : public GarbageCollectedFinalized<DataObject>, public HeapSupplementable<DataObject> {
|
| +class CORE_EXPORT DataObject : public GarbageCollectedFinalized<DataObject>, public Supplementable<DataObject> {
|
| USING_GARBAGE_COLLECTED_MIXIN(DataObject);
|
| public:
|
| static DataObject* createFromPasteboard(PasteMode);
|
|
|