Index: public/web/WebDocumentType.h |
diff --git a/public/web/WebDocumentType.h b/public/web/WebDocumentType.h |
index 876086589088ddaa8b9c9d91d9865b0c55868597..a23eebd9554dfef5c2c34d1bd13df199e7972bf5 100644 |
--- a/public/web/WebDocumentType.h |
+++ b/public/web/WebDocumentType.h |
@@ -57,9 +57,9 @@ public: |
BLINK_EXPORT WebString name() const; |
#if BLINK_IMPLEMENTATION |
- WebDocumentType(const WTF::PassRefPtr<WebCore::DocumentType>&); |
- WebDocumentType& operator=(const WTF::PassRefPtr<WebCore::DocumentType>&); |
- operator WTF::PassRefPtr<WebCore::DocumentType>() const; |
+ WebDocumentType(const PassRefPtrWillBeRawPtr<WebCore::DocumentType>&); |
+ WebDocumentType& operator=(const PassRefPtrWillBeRawPtr<WebCore::DocumentType>&); |
+ operator PassRefPtrWillBeRawPtr<WebCore::DocumentType>() const; |
#endif |
}; |