| Index: webkit/fileapi/file_system_url.h
|
| diff --git a/webkit/fileapi/file_system_url.h b/webkit/fileapi/file_system_url.h
|
| index 8a18118e66e78cad3686f5e8c8d3299c8324d5d6..1ae778ccc21f5708cae9233f15f4cb395c1b349a 100644
|
| --- a/webkit/fileapi/file_system_url.h
|
| +++ b/webkit/fileapi/file_system_url.h
|
| @@ -122,6 +122,8 @@ class WEBKIT_STORAGE_EXPORT FileSystemURL {
|
| // Returns true if this URL is a strict parent of the |child|.
|
| bool IsParent(const FileSystemURL& child) const;
|
|
|
| + bool IsInSameFileSystem(const FileSystemURL& other) const;
|
| +
|
| bool operator==(const FileSystemURL& that) const;
|
|
|
| struct WEBKIT_STORAGE_EXPORT Comparator {
|
|
|