| Index: third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h b/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
|
| index 4fe751bd04b9d3bb2f6304f00912fc769069878f..66481092be65c6ed958e6a2588149e9cee38c354 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBase.h
|
| @@ -96,7 +96,6 @@ public:
|
| bool clonable() const { return m_clonable; }
|
|
|
| static bool isValidType(FileSystemType);
|
| - static bool crackFileSystemURL(const KURL&, FileSystemType&, String& filePath);
|
| static KURL createFileSystemRootURL(const String& origin, FileSystemType);
|
| bool supportsToURL() const;
|
| KURL createFileSystemURL(const EntryBase*) const;
|
|
|