| Index: public/web/WebDOMEvent.h
|
| diff --git a/public/web/WebDOMEvent.h b/public/web/WebDOMEvent.h
|
| index 152a1027c47636aa985e674b65bc0cec7ddded67..aa6ac5c98d15ffba52f5363699bc37ea138c6da2 100644
|
| --- a/public/web/WebDOMEvent.h
|
| +++ b/public/web/WebDOMEvent.h
|
| @@ -92,8 +92,8 @@ public:
|
| BLINK_EXPORT bool isXMLHttpRequestProgressEvent() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebDOMEvent(const WTF::PassRefPtr<WebCore::Event>&);
|
| - operator WTF::PassRefPtr<WebCore::Event>() const;
|
| + WebDOMEvent(const PassRefPtrWillBeRawPtr<WebCore::Event>&);
|
| + operator PassRefPtrWillBeRawPtr<WebCore::Event>() const;
|
| #endif
|
|
|
| template<typename T> T to()
|
|
|