Index: Source/bindings/core/v8/V8PerContextData.h |
diff --git a/Source/bindings/core/v8/V8PerContextData.h b/Source/bindings/core/v8/V8PerContextData.h |
index 34209dd67c8efeebbd73fd089aed5a6e32ff8e33..54983cfcec15232237a7328f445fdf7dc3b56999 100644 |
--- a/Source/bindings/core/v8/V8PerContextData.h |
+++ b/Source/bindings/core/v8/V8PerContextData.h |
@@ -117,7 +117,7 @@ private: |
ScopedPersistent<v8::Context> m_context; |
ScopedPersistent<v8::Value> m_errorPrototype; |
- typedef Vector<OwnPtr<CustomElementBinding> > CustomElementBindingList; |
+ typedef Vector<OwnPtr<CustomElementBinding>> CustomElementBindingList; |
CustomElementBindingList m_customElementBindings; |
// This is owned by a static hash map in V8DOMActivityLogger. |