| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| index 3a53c60aa23bc2ffb5d782f582d54c0f5d301e0c..2e08a4ca5fa97ce314af85eacc809e02133518d6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| @@ -187,7 +187,7 @@ InspectorFrontendHostAPI.prototype = {
|
| /**
|
| * @param {string} fileSystemId
|
| * @param {string} registeredName
|
| - * @return {?DOMFileSystem}
|
| + * @return {?FileSystem}
|
| */
|
| isolatedFileSystem(fileSystemId, registeredName) {},
|
|
|
|
|