| 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..3849cf1987ada246b9e1932ff39050f8e71bde65 100644
|
| --- a/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -450,6 +450,11 @@ void InputFieldSpeechButtonElement::stopSpeechInput()
|
| if (m_state == Recording)
|
| speechInput()->stopRecording(m_listenerId);
|
| }
|
| +
|
| +void InputFieldSpeechButtonElement::trace(Visitor* visitor)
|
| +{
|
| + HTMLDivElement::trace(visitor);
|
| +}
|
| #endif // ENABLE(INPUT_SPEECH)
|
|
|
| }
|
|
|