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..48e689414268ce1f9d5657a4525a9534df431ada 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; |
+ WillBePersistentSpeechInputResultArray m_results; |
}; |
DEFINE_TYPE_CASTS(InputFieldSpeechButtonElement, Element, element, element->isInputFieldSpeechButtonElement(), element.isInputFieldSpeechButtonElement()); |