| Index: third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js b/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
|
| index f6390835de649418c5e738adf968aea43333c34c..917252c0f8a94a31af5cd037cfb7789c58e92d91 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/devtools_compatibility.js
|
| @@ -522,7 +522,7 @@
|
| * @override
|
| * @param {string} fileSystemId
|
| * @param {string} registeredName
|
| - * @return {?DOMFileSystem}
|
| + * @return {?FileSystem}
|
| */
|
| isolatedFileSystem(fileSystemId, registeredName) {
|
| return DevToolsHost.isolatedFileSystem(fileSystemId, registeredName);
|
|
|