Index: public/web/WebOptionElement.h |
diff --git a/public/web/WebOptionElement.h b/public/web/WebOptionElement.h |
index 6c941e405149f4cd2e2919b45a128602661cc608..ec3bf76ff423f5ed6b47d709a126f1857b7156bc 100644 |
--- a/public/web/WebOptionElement.h |
+++ b/public/web/WebOptionElement.h |
@@ -62,9 +62,9 @@ public: |
BLINK_EXPORT bool isEnabled() const; |
#if BLINK_IMPLEMENTATION |
- WebOptionElement(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&); |
- WebOptionElement& operator=(const WTF::PassRefPtr<WebCore::HTMLOptionElement>&); |
- operator WTF::PassRefPtr<WebCore::HTMLOptionElement>() const; |
+ WebOptionElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>&); |
+ WebOptionElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>&); |
+ operator PassRefPtrWillBeRawPtr<WebCore::HTMLOptionElement>() const; |
#endif |
}; |