Index: public/web/WebDOMFileSystem.h |
diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h |
index 63d211a0bd2f84a2804f47bb1bbf1bba2da3d07d..e732d7166bbf431f0cd0e33a7e3dccc2ac06827d 100644 |
--- a/public/web/WebDOMFileSystem.h |
+++ b/public/web/WebDOMFileSystem.h |
@@ -106,8 +106,8 @@ public: |
bool isNull() const { return m_private.isNull(); } |
#if BLINK_IMPLEMENTATION |
- WebDOMFileSystem(const PassRefPtrWillBeRawPtr<WebCore::DOMFileSystem>&); |
- WebDOMFileSystem& operator=(const PassRefPtrWillBeRawPtr<WebCore::DOMFileSystem>&); |
+ WebDOMFileSystem(WebCore::DOMFileSystem*); |
+ WebDOMFileSystem& operator=(const WebCore::DOMFileSystem*&); |
#endif |
private: |