| Index: Source/core/html/shadow/TextControlInnerElements.cpp
|
| diff --git a/Source/core/html/shadow/TextControlInnerElements.cpp b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| index 3c6ea84e36ea8b4ea7d789f2eae47b76d4477634..f03e3ecb0d504dc315e7e11d79e63d16b96bfbd3 100644
|
| --- a/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -450,6 +450,12 @@ void InputFieldSpeechButtonElement::stopSpeechInput()
|
| if (m_state == Recording)
|
| speechInput()->stopRecording(m_listenerId);
|
| }
|
| +
|
| +void InputFieldSpeechButtonElement::trace(Visitor* visitor)
|
| +{
|
| + visitor->trace(m_results);
|
| + HTMLDivElement::trace(visitor);
|
| +}
|
| #endif // ENABLE(INPUT_SPEECH)
|
|
|
| }
|
|
|