summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/front-end/Settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/front-end/Settings.js')
-rw-r--r--WebCore/inspector/front-end/Settings.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebCore/inspector/front-end/Settings.js b/WebCore/inspector/front-end/Settings.js
index 63f2641..c6da14d 100644
--- a/WebCore/inspector/front-end/Settings.js
+++ b/WebCore/inspector/front-end/Settings.js
@@ -42,10 +42,10 @@ var Preferences = {
showColorNicknames: true,
debuggerAlwaysEnabled: false,
profilerAlwaysEnabled: false,
- auditsPanelEnabled: true,
onlineDetectionEnabled: true,
- domBreakpointsEnabled: false,
- resourceExportEnabled: false
+ nativeInstrumentationEnabled: false,
+ resourceExportEnabled: false,
+ networkPanelEnabled: false
}
WebInspector.Settings = function(sessionScope)