| Index: third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObject.cpp b/third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| index c6513633a12aff40f44d173467509a522a30903c..9ceb07535c035d0e552d9087c6515b4c235941d8 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObject.cpp
|
| @@ -259,7 +259,7 @@ void DataObject::internalAddFileItem(DataObjectItem* item)
|
| DEFINE_TRACE(DataObject)
|
| {
|
| visitor->trace(m_itemList);
|
| - HeapSupplementable<DataObject>::trace(visitor);
|
| + Supplementable<DataObject>::trace(visitor);
|
| }
|
|
|
| DataObject* DataObject::create(WebDragData data)
|
|
|