Index: public/web/WebNode.h |
diff --git a/public/web/WebNode.h b/public/web/WebNode.h |
index edd088fb4374f0f020eae9363c6157257b4eae5c..785514fce17a5be10f7d5d730c328e91722d120d 100644 |
--- a/public/web/WebNode.h |
+++ b/public/web/WebNode.h |
@@ -141,9 +141,9 @@ public: |
} |
#if BLINK_IMPLEMENTATION |
- WebNode(const WTF::PassRefPtr<WebCore::Node>&); |
- WebNode& operator=(const WTF::PassRefPtr<WebCore::Node>&); |
- operator WTF::PassRefPtr<WebCore::Node>() const; |
+ WebNode(const PassRefPtrWillBeRawPtr<WebCore::Node>&); |
+ WebNode& operator=(const PassRefPtrWillBeRawPtr<WebCore::Node>&); |
+ operator PassRefPtrWillBeRawPtr<WebCore::Node>() const; |
#endif |
#if BLINK_IMPLEMENTATION |