| Index: Source/core/clipboard/DataObject.h
|
| diff --git a/Source/core/clipboard/DataObject.h b/Source/core/clipboard/DataObject.h
|
| index 123b41cd9a177a6a74f6d9e34bdef94007c5fa99..cf617bfe61887ba9044d65959b22600edebac205 100644
|
| --- a/Source/core/clipboard/DataObject.h
|
| +++ b/Source/core/clipboard/DataObject.h
|
| @@ -108,7 +108,7 @@ private:
|
| bool internalAddStringItem(PassRefPtrWillBeRawPtr<DataObjectItem>);
|
| void internalAddFileItem(PassRefPtrWillBeRawPtr<DataObjectItem>);
|
|
|
| - WillBeHeapVector<RefPtrWillBeMember<DataObjectItem> > m_itemList;
|
| + WillBeHeapVector<RefPtrWillBeMember<DataObjectItem>> m_itemList;
|
|
|
| // State of Shift/Ctrl/Alt/Meta keys and Left/Right/Middle mouse buttons
|
| int m_modifiers;
|
|
|