Index: Source/bindings/core/v8/ScriptDebugServer.h |
diff --git a/Source/bindings/core/v8/ScriptDebugServer.h b/Source/bindings/core/v8/ScriptDebugServer.h |
index a99033c7f87569a8c07bf2a7f3fa677606332925..0e021e4c39aa11f48d2c3f3a8db60d681a3db4e2 100644 |
--- a/Source/bindings/core/v8/ScriptDebugServer.h |
+++ b/Source/bindings/core/v8/ScriptDebugServer.h |
@@ -140,7 +140,7 @@ protected: |
RefPtr<ScriptState> m_pausedScriptState; |
bool m_breakpointsActivated; |
ScopedPersistent<v8::FunctionTemplate> m_breakProgramCallbackTemplate; |
- HashMap<String, OwnPtr<ScopedPersistent<v8::Script> > > m_compiledScripts; |
+ HashMap<String, OwnPtr<ScopedPersistent<v8::Script>>> m_compiledScripts; |
v8::Isolate* m_isolate; |
private: |