| Index: Source/web/ChromeClientImpl.h | 
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h | 
| index 61f1ebcabf7885717f2a42e9a43551919ef616d0..89ffadcfd94d10e041da8e4f1353d796d771c238 100644 | 
| --- a/Source/web/ChromeClientImpl.h | 
| +++ b/Source/web/ChromeClientImpl.h | 
| @@ -155,7 +155,7 @@ public: | 
| void setNewWindowNavigationPolicy(WebNavigationPolicy); | 
|  | 
| virtual bool hasOpenedPopup() const OVERRIDE; | 
| -    virtual PassRefPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const OVERRIDE; | 
| +    virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const OVERRIDE; | 
| PagePopup* openPagePopup(PagePopupClient*, const IntRect&); | 
| void closePagePopup(PagePopup*); | 
| virtual void setPagePopupDriver(PagePopupDriver*) OVERRIDE; | 
|  |