Index: public/web/WebInputElement.h |
diff --git a/public/web/WebInputElement.h b/public/web/WebInputElement.h |
index e8da3a3136fdb7b8c2efe92f5e506fa84f57d018..340f366c8cfe250f10009eaff2e85ddada60befc 100644 |
--- a/public/web/WebInputElement.h |
+++ b/public/web/WebInputElement.h |
@@ -90,9 +90,9 @@ namespace blink { |
BLINK_EXPORT void setShouldRevealPassword(bool value); |
#if BLINK_IMPLEMENTATION |
- WebInputElement(const WTF::PassRefPtr<WebCore::HTMLInputElement>&); |
- WebInputElement& operator=(const WTF::PassRefPtr<WebCore::HTMLInputElement>&); |
- operator WTF::PassRefPtr<WebCore::HTMLInputElement>() const; |
+ WebInputElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLInputElement>&); |
+ WebInputElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLInputElement>&); |
+ operator PassRefPtrWillBeRawPtr<WebCore::HTMLInputElement>() const; |
#endif |
}; |