| Index: Source/core/html/shadow/TextControlInnerElements.cpp
|
| diff --git a/Source/core/html/shadow/TextControlInnerElements.cpp b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| index f03e3ecb0d504dc315e7e11d79e63d16b96bfbd3..4faca623517ae7a35b4d7040132b603f0ef1d43f 100644
|
| --- a/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -456,6 +456,7 @@ void InputFieldSpeechButtonElement::trace(Visitor* visitor)
|
| visitor->trace(m_results);
|
| HTMLDivElement::trace(visitor);
|
| }
|
| +
|
| #endif // ENABLE(INPUT_SPEECH)
|
|
|
| }
|
|
|