| Index: third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| index 86d4c8e38bbef0cf8a3122c8cd391cf0fe94ae5f..4742c7fabac351db88f6eaa9b9ee99a9846d6f0a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| @@ -56,7 +56,6 @@ WebInspector.IsolatedFileSystem = function(manager, path, embedderPath, domFileS
|
| WebInspector.IsolatedFileSystem.ImageExtensions = new Set(["jpeg", "jpg", "svg", "gif", "webp", "png", "ico", "tiff", "tif", "bmp"]);
|
|
|
| /**
|
| - * @constructor
|
| * @param {!WebInspector.IsolatedFileSystemManager} manager
|
| * @param {string} path
|
| * @param {string} embedderPath
|
|
|