Index: Source/core/inspector/InspectorProfilerAgent.cpp |
diff --git a/Source/core/inspector/InspectorProfilerAgent.cpp b/Source/core/inspector/InspectorProfilerAgent.cpp |
index f9ec494ad11279230cab206161b9c1a789851fa9..13e01ae0855074c3c07ffb5ae6adc7d77230bc50 100644 |
--- a/Source/core/inspector/InspectorProfilerAgent.cpp |
+++ b/Source/core/inspector/InspectorProfilerAgent.cpp |
@@ -52,7 +52,7 @@ static const char userInitiatedProfiling[] = "userInitiatedProfiling"; |
static const char profilerEnabled[] = "profilerEnabled"; |
} |
-static const char* const CPUProfileType = "CPU"; |
+static const char CPUProfileType[] = "CPU"; |
PassOwnPtr<InspectorProfilerAgent> InspectorProfilerAgent::create(InstrumentingAgents* instrumentingAgents, InspectorConsoleAgent* consoleAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager) |
{ |