| Index: public/web/WebElement.h
|
| diff --git a/public/web/WebElement.h b/public/web/WebElement.h
|
| index 3bfd310f39d0a3073243b335ac5a49a8dfa23c4e..9308da0ad79f95aa555a77169d3f13420c4bdc40 100644
|
| --- a/public/web/WebElement.h
|
| +++ b/public/web/WebElement.h
|
| @@ -89,9 +89,9 @@ struct WebRect;
|
| BLINK_EXPORT WebImage imageContents();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebElement(const WTF::PassRefPtr<WebCore::Element>&);
|
| - WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&);
|
| - operator WTF::PassRefPtr<WebCore::Element>() const;
|
| + WebElement(const PassRefPtrWillBeRawPtr<WebCore::Element>&);
|
| + WebElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::Element>&);
|
| + operator PassRefPtrWillBeRawPtr<WebCore::Element>() const;
|
| #endif
|
| };
|
|
|
|
|