Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1837)

Unified Diff: Source/devtools/front_end/sdk/IsolatedFileSystemManager.js

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/sdk/ConsoleModel.js ('k') | Source/devtools/front_end/sdk/LiveEditSupport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/IsolatedFileSystemManager.js
diff --git a/Source/devtools/front_end/sdk/IsolatedFileSystemManager.js b/Source/devtools/front_end/sdk/IsolatedFileSystemManager.js
index d3506fa71ae36a966956d846ceee6a6174778d72..44194b452881056e1ff9297d4f6686a5e12d078e 100644
--- a/Source/devtools/front_end/sdk/IsolatedFileSystemManager.js
+++ b/Source/devtools/front_end/sdk/IsolatedFileSystemManager.js
@@ -135,7 +135,7 @@ WebInspector.IsolatedFileSystemManager.prototype = {
var fileSystem = /** @type {!WebInspector.IsolatedFileSystemManager.FileSystem} */ (event.data["fileSystem"]);
var fileSystemPath;
if (errorMessage) {
- WebInspector.console.addErrorMessage(errorMessage, true);
+ WebInspector.console.error(errorMessage, true);
} else {
this._innerAddFileSystem(fileSystem);
fileSystemPath = fileSystem.fileSystemPath;
« no previous file with comments | « Source/devtools/front_end/sdk/ConsoleModel.js ('k') | Source/devtools/front_end/sdk/LiveEditSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698