| Index: third_party/WebKit/public/web/WebFormControlElement.h
|
| diff --git a/third_party/WebKit/public/web/WebFormControlElement.h b/third_party/WebKit/public/web/WebFormControlElement.h
|
| index c4d4dd45c3ee5bd0d6565095ba4a1fd69bef4d6f..504f64fe47fd157b3abc638da52da1f4f9aa045a 100644
|
| --- a/third_party/WebKit/public/web/WebFormControlElement.h
|
| +++ b/third_party/WebKit/public/web/WebFormControlElement.h
|
| @@ -108,9 +108,9 @@ public:
|
| BLINK_EXPORT WebFormElement form() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebFormControlElement(const RawPtr<HTMLFormControlElement>&);
|
| - WebFormControlElement& operator=(const RawPtr<HTMLFormControlElement>&);
|
| - operator RawPtr<HTMLFormControlElement>() const;
|
| + WebFormControlElement(HTMLFormControlElement*);
|
| + WebFormControlElement& operator=(HTMLFormControlElement*);
|
| + operator HTMLFormControlElement*() const;
|
| #endif
|
| };
|
|
|
|
|