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