diff options
Diffstat (limited to 'WebCore/inspector/InspectorState.h')
-rw-r--r-- | WebCore/inspector/InspectorState.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/inspector/InspectorState.h b/WebCore/inspector/InspectorState.h index 387f3c7..aa2f1ec 100644 --- a/WebCore/inspector/InspectorState.h +++ b/WebCore/inspector/InspectorState.h @@ -45,8 +45,6 @@ class InspectorState { public: enum InspectorPropertyId { monitoringXHR = 1, - resourceTrackingEnabled, - resourceTrackingAlwaysEnabled, timelineProfilerEnabled, searchingForNode, profilerAlwaysEnabled, @@ -56,6 +54,7 @@ public: inspectorAttachedHeight, pauseOnExceptionsState, consoleMessagesEnabled, + userInitiatedProfiling, lastPropertyId }; |