| Index: third_party/WebKit/public/web/WebOptionElement.h
|
| diff --git a/third_party/WebKit/public/web/WebOptionElement.h b/third_party/WebKit/public/web/WebOptionElement.h
|
| index 951c76a6e89c3ae4b2914913e675bb5e0cb859da..63cc0ffde4fce00c14b67e519cb2a432ba6f602c 100644
|
| --- a/third_party/WebKit/public/web/WebOptionElement.h
|
| +++ b/third_party/WebKit/public/web/WebOptionElement.h
|
| @@ -55,9 +55,9 @@ public:
|
| BLINK_EXPORT WebString label() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebOptionElement(const RawPtr<HTMLOptionElement>&);
|
| - WebOptionElement& operator=(const RawPtr<HTMLOptionElement>&);
|
| - operator RawPtr<HTMLOptionElement>() const;
|
| + WebOptionElement(HTMLOptionElement*);
|
| + WebOptionElement& operator=(HTMLOptionElement*);
|
| + operator HTMLOptionElement*() const;
|
| #endif
|
| };
|
|
|
|
|