Index: Source/modules/speech/SpeechGrammarList.h |
diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h |
index 97da574a93569014f8edfd8a355a79c1d15554c2..f3a67639e7e46f8590ceff67fe2fd3b4b4e73d7e 100644 |
--- a/Source/modules/speech/SpeechGrammarList.h |
+++ b/Source/modules/speech/SpeechGrammarList.h |
@@ -50,7 +50,7 @@ public: |
private: |
SpeechGrammarList(); |
- HeapVector<Member<SpeechGrammar> > m_grammars; |
+ HeapVector<Member<SpeechGrammar>> m_grammars; |
}; |
} // namespace blink |