Index: Source/modules/filesystem/FileEntry.cpp |
diff --git a/Source/modules/filesystem/FileEntry.cpp b/Source/modules/filesystem/FileEntry.cpp |
index 082953cf4a637453cb6d27e7d3612dca390487c1..ad4baf9d2549b3fc75cef520eebcf62a5c54a477 100644 |
--- a/Source/modules/filesystem/FileEntry.cpp |
+++ b/Source/modules/filesystem/FileEntry.cpp |
@@ -39,7 +39,7 @@ |
namespace WebCore { |
-FileEntry::FileEntry(PassRefPtr<DOMFileSystemBase> fileSystem, const String& fullPath) |
+FileEntry::FileEntry(PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem, const String& fullPath) |
: Entry(fileSystem, fullPath) |
{ |
ScriptWrappable::init(this); |