Chromium Code Reviews| Index: Source/core/html/shadow/TextControlInnerElements.h |
| diff --git a/Source/core/html/shadow/TextControlInnerElements.h b/Source/core/html/shadow/TextControlInnerElements.h |
| index d18fd8c3ab569ca9a07496ebf9bd9ba3fc5c132c..1d96b62b8493ee512fe901e24a1bf3aca3a6185e 100644 |
| --- a/Source/core/html/shadow/TextControlInnerElements.h |
| +++ b/Source/core/html/shadow/TextControlInnerElements.h |
| @@ -134,7 +134,7 @@ private: |
| bool m_capturing; |
| SpeechInputState m_state; |
| int m_listenerId; |
| - SpeechInputResultArray m_results; |
| + PersistentSpeechInputResultArray m_results; |
|
Mads Ager (chromium)
2014/02/26 09:38:41
WillBePersistentSpeechInputResultArray to make it
haraken
2014/02/26 09:43:15
I slightly disagree. We've not used "WillBe" for t
Mads Ager (chromium)
2014/02/26 09:49:06
In this particular case, having Persistent in the
|
| }; |
| DEFINE_TYPE_CASTS(InputFieldSpeechButtonElement, Element, element, element->isInputFieldSpeechButtonElement(), element.isInputFieldSpeechButtonElement()); |