Index: webkit/fileapi/isolated_context.h |
diff --git a/webkit/fileapi/isolated_context.h b/webkit/fileapi/isolated_context.h |
index 313ccc6b560efc98a391325b72611869ac566a93..f78dc241b77b77765d31dc42d09309a2e1b9df30 100644 |
--- a/webkit/fileapi/isolated_context.h |
+++ b/webkit/fileapi/isolated_context.h |
@@ -162,6 +162,10 @@ class WEBKIT_STORAGE_EXPORT IsolatedContext : public MountPoints { |
IsolatedContext(); |
virtual ~IsolatedContext(); |
+ // MountPoints overrides. |
+ virtual FileSystemURL CrackFileSystemURL( |
+ const FileSystemURL& url) const OVERRIDE; |
+ |
// Unregisters a file system of given |filesystem_id|. Must be called with |
// lock_ held. Returns true if the file system is unregistered. |
bool UnregisterFileSystem(const std::string& filesystem_id); |