| Index: Source/devtools/front_end/common/Settings.js
|
| diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js
|
| index b549ffc000e3f4fad6ba157a2ef9e34f2f5c4809..1e2321e83f3584da8b77e25d5f0e906d89ee3fdd 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -38,7 +38,7 @@ WebInspector.Settings = function()
|
|
|
| this.colorFormat = this.createSetting("colorFormat", "original");
|
| this.consoleHistory = this.createSetting("consoleHistory", []);
|
| - this.domWordWrap = this.createSetting("domWordWrap", true);
|
| + this.domWordWrap = this.createSetting("domWordWrap", false);
|
| this.eventListenersFilter = this.createSetting("eventListenersFilter", "all");
|
| this.lastViewedScriptFile = this.createSetting("lastViewedScriptFile", "application");
|
| this.monitoringXHREnabled = this.createSetting("monitoringXHREnabled", false);
|
|
|