| Index: third_party/WebKit/public/web/WebElement.h
|
| diff --git a/third_party/WebKit/public/web/WebElement.h b/third_party/WebKit/public/web/WebElement.h
|
| index 327e77fd4506a9876d414eb86f51d7fd92360e01..a8389576f8430c28338c04b7e8fbcce930dc63f3 100644
|
| --- a/third_party/WebKit/public/web/WebElement.h
|
| +++ b/third_party/WebKit/public/web/WebElement.h
|
| @@ -80,9 +80,9 @@ public:
|
| BLINK_EXPORT WebImage imageContents();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - BLINK_EXPORT WebElement(const RawPtr<Element>&);
|
| - BLINK_EXPORT WebElement& operator=(const RawPtr<Element>&);
|
| - BLINK_EXPORT operator RawPtr<Element>() const;
|
| + BLINK_EXPORT WebElement(Element*);
|
| + BLINK_EXPORT WebElement& operator=(Element*);
|
| + BLINK_EXPORT operator Element*() const;
|
| #endif
|
| };
|
|
|
|
|