| Index: third_party/WebKit/Source/core/clipboard/DataObjectItem.h
|
| diff --git a/third_party/WebKit/Source/core/clipboard/DataObjectItem.h b/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
|
| index ac7ad4ababb41159475a8791548b7688b217207f..419fc126141ecc4e00f9b7d5300b5a215edcf029 100644
|
| --- a/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
|
| +++ b/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
|
| @@ -63,7 +63,8 @@ class CORE_EXPORT DataObjectItem
|
| String getAsString() const;
|
| Blob* getAsFile() const;
|
|
|
| - // Used to support legacy DataTransfer APIs and renderer->browser serialization.
|
| + // Used to support legacy DataTransfer APIs and renderer->browser
|
| + // serialization.
|
| PassRefPtr<SharedBuffer> sharedBuffer() const { return m_sharedBuffer; }
|
| String title() const { return m_title; }
|
| KURL baseURL() const { return m_baseURL; }
|
|
|