| Index: third_party/WebKit/public/web/WebHistoryItem.h
|
| diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
|
| index b02a1c19529e8d3d0dc37b6d9bf36af94a4f3346..72fa149aec39bd640f5b2e72fd01aa9389eb81f7 100644
|
| --- a/third_party/WebKit/public/web/WebHistoryItem.h
|
| +++ b/third_party/WebKit/public/web/WebHistoryItem.h
|
| @@ -117,9 +117,9 @@
|
| BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - BLINK_EXPORT WebHistoryItem(const PassRefPtrWillBeRawPtr<HistoryItem>&);
|
| - BLINK_EXPORT WebHistoryItem& operator=(const PassRefPtrWillBeRawPtr<HistoryItem>&);
|
| - BLINK_EXPORT operator PassRefPtrWillBeRawPtr<HistoryItem>() const;
|
| + WebHistoryItem(const PassRefPtrWillBeRawPtr<HistoryItem>&);
|
| + WebHistoryItem& operator=(const PassRefPtrWillBeRawPtr<HistoryItem>&);
|
| + operator PassRefPtrWillBeRawPtr<HistoryItem>() const;
|
| #endif
|
|
|
| private:
|
|
|