Index: Source/bindings/core/v8/DictionaryHelperForCore.cpp |
diff --git a/Source/bindings/core/v8/DictionaryHelperForCore.cpp b/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
index ceb0a13f8105d4dbde3dc6cd7e777007b0e34813..ca19bccaf69d9bed01e1756191602ee6d1a1cd58 100644 |
--- a/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
+++ b/Source/bindings/core/v8/DictionaryHelperForCore.cpp |
@@ -375,7 +375,7 @@ bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Vect |
} |
template <> |
-bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Vector<Vector<String> >& value, ExceptionState& exceptionState) |
+bool DictionaryHelper::get(const Dictionary& dictionary, const String& key, Vector<Vector<String>>& value, ExceptionState& exceptionState) |
{ |
v8::Local<v8::Value> v8Value; |
if (!dictionary.get(key, v8Value)) |