| Index: Source/core/inspector/PageRuntimeAgent.cpp
|
| diff --git a/Source/core/inspector/PageRuntimeAgent.cpp b/Source/core/inspector/PageRuntimeAgent.cpp
|
| index f23ef3c7e22dd9906cfd9ae23b0f34198bb50909..b344d8999a815aba45f6d2ac752c9c54d45e6919 100644
|
| --- a/Source/core/inspector/PageRuntimeAgent.cpp
|
| +++ b/Source/core/inspector/PageRuntimeAgent.cpp
|
| @@ -152,7 +152,7 @@ void PageRuntimeAgent::unmuteConsole()
|
|
|
| void PageRuntimeAgent::reportExecutionContextCreation()
|
| {
|
| - Vector<std::pair<ScriptState*, SecurityOrigin*> > isolatedContexts;
|
| + Vector<std::pair<ScriptState*, SecurityOrigin*>> isolatedContexts;
|
| for (Frame* frame = m_inspectedPage->mainFrame(); frame; frame = frame->tree().traverseNext()) {
|
| if (!frame->isLocalFrame())
|
| continue;
|
|
|