Index: third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js |
index dc96332bc759c1a21643cc7b2eec12eb867ee721..a3212932b5ce68d8c9054720078b80e89326f157 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js |
+++ b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystemManager.js |
@@ -34,6 +34,8 @@ |
*/ |
WebInspector.IsolatedFileSystemManager = function() |
{ |
+ WebInspector.Object.call(this); |
+ |
/** @type {!Map<string, !WebInspector.IsolatedFileSystem>} */ |
this._fileSystems = new Map(); |
/** @type {!Map<number, function(!Array.<string>)>} */ |