Index: Source/devtools/front_end/console/ConsoleView.js |
diff --git a/Source/devtools/front_end/console/ConsoleView.js b/Source/devtools/front_end/console/ConsoleView.js |
index aaac7c27a36a062152849b575be68aced389fc20..0bd991af808a9b88933cf8ae69a99b1f888c68ae 100644 |
--- a/Source/devtools/front_end/console/ConsoleView.js |
+++ b/Source/devtools/front_end/console/ConsoleView.js |
@@ -144,7 +144,7 @@ |
var proxyElement = this._prompt.attach(this._promptElement); |
proxyElement.addEventListener("keydown", this._promptKeyDown.bind(this), false); |
- this._consoleHistorySetting = WebInspector.settings.createLocalSetting("consoleHistory", []); |
+ this._consoleHistorySetting = WebInspector.settings.createSetting("consoleHistory", []); |
var historyData = this._consoleHistorySetting.get(); |
this._prompt.setHistoryData(historyData); |