| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| index 14d426c2b175154e8992131afb2dcf2ef1eaed7d..699876a9cfbfc94c2a7291ef7eba7c5b5feaccc9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| @@ -215,7 +215,7 @@ Host.InspectorFrontendHostStub = class {
|
| * @override
|
| * @param {string} fileSystemId
|
| * @param {string} registeredName
|
| - * @return {?DOMFileSystem}
|
| + * @return {?FileSystem}
|
| */
|
| isolatedFileSystem(fileSystemId, registeredName) {
|
| return null;
|
|
|