| Index: Source/modules/filesystem/DOMFileSystemBase.cpp
 | 
| diff --git a/Source/modules/filesystem/DOMFileSystemBase.cpp b/Source/modules/filesystem/DOMFileSystemBase.cpp
 | 
| index f9f3b2ca1889bf448b2c72f73d1893a2addf6935..9160890c9a000fb4392a5fa0b10e165870bed299 100644
 | 
| --- a/Source/modules/filesystem/DOMFileSystemBase.cpp
 | 
| +++ b/Source/modules/filesystem/DOMFileSystemBase.cpp
 | 
| @@ -320,7 +320,7 @@ void DOMFileSystemBase::getDirectory(const EntryBase* entry, const String& path,
 | 
|          fileSystem()->directoryExists(createFileSystemURL(absolutePath), callbacks.release());
 | 
|  }
 | 
|  
 | 
| -bool DOMFileSystemBase::readDirectory(PassRefPtr<DirectoryReaderBase> reader, const String& path, PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
 | 
| +bool DOMFileSystemBase::readDirectory(PassRefPtrWillBeRawPtr<DirectoryReaderBase> reader, const String& path, PassOwnPtr<EntriesCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType)
 | 
|  {
 | 
|      ASSERT(DOMFilePath::isAbsolute(path));
 | 
|  
 | 
| 
 |