| Index: Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorApplicationCacheAgent.cpp b/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| index 7ea825ab005e206cab32efcf23c1efa775496a02..608b7bfe5d567e3ad12e965a455041ed84b5beef 100644
|
| --- a/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| +++ b/Source/core/inspector/InspectorApplicationCacheAgent.cpp
|
| @@ -43,7 +43,7 @@ static const char applicationCacheAgentEnabled[] = "applicationCacheAgentEnabled
|
| }
|
|
|
| InspectorApplicationCacheAgent::InspectorApplicationCacheAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* state, InspectorPageAgent* pageAgent)
|
| - : InspectorBaseAgent<InspectorApplicationCacheAgent>(ASCIILiteral("ApplicationCache"), instrumentingAgents, state)
|
| + : InspectorBaseAgent<InspectorApplicationCacheAgent>("ApplicationCache", instrumentingAgents, state)
|
| , m_pageAgent(pageAgent)
|
| , m_frontend(0)
|
| {
|
|
|