| Index: public/web/WebHistoryItem.h
|
| diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
|
| index 8029cbb22560569ec9329675880ce05caed6e81f..a706d9a3b6338deebb8d4d325bc225e4dc3a4b8a 100644
|
| --- a/public/web/WebHistoryItem.h
|
| +++ b/public/web/WebHistoryItem.h
|
| @@ -116,9 +116,9 @@ public:
|
| BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebHistoryItem(const WTF::PassRefPtr<HistoryItem>&);
|
| - WebHistoryItem& operator=(const WTF::PassRefPtr<HistoryItem>&);
|
| - operator WTF::PassRefPtr<HistoryItem>() const;
|
| + WebHistoryItem(const PassRefPtrWillBeRawPtr<HistoryItem>&);
|
| + WebHistoryItem& operator=(const PassRefPtrWillBeRawPtr<HistoryItem>&);
|
| + operator PassRefPtrWillBeRawPtr<HistoryItem>() const;
|
| #endif
|
|
|
| private:
|
|
|