Index: third_party/WebKit/public/web/WebSelectElement.h |
diff --git a/third_party/WebKit/public/web/WebSelectElement.h b/third_party/WebKit/public/web/WebSelectElement.h |
index 3ae911cfc5a5959d1a41fae5cda74449046ef0a6..3d4d956c6843eb378afbe9faf680a78e2333c2c0 100644 |
--- a/third_party/WebKit/public/web/WebSelectElement.h |
+++ b/third_party/WebKit/public/web/WebSelectElement.h |
@@ -55,9 +55,9 @@ public: |
BLINK_EXPORT WebVector<WebElement> listItems() const; |
#if BLINK_IMPLEMENTATION |
- WebSelectElement(const RawPtr<HTMLSelectElement>&); |
- WebSelectElement& operator=(const RawPtr<HTMLSelectElement>&); |
- operator RawPtr<HTMLSelectElement>() const; |
+ WebSelectElement(HTMLSelectElement*); |
+ WebSelectElement& operator=(HTMLSelectElement*); |
+ operator HTMLSelectElement*() const; |
#endif |
}; |