| Index: Source/core/html/shadow/TextControlInnerElements.h
|
| diff --git a/Source/core/html/shadow/TextControlInnerElements.h b/Source/core/html/shadow/TextControlInnerElements.h
|
| index 48e689414268ce1f9d5657a4525a9534df431ada..d5080da622a537a1cc6505525663ef0d34b92a79 100644
|
| --- a/Source/core/html/shadow/TextControlInnerElements.h
|
| +++ b/Source/core/html/shadow/TextControlInnerElements.h
|
| @@ -101,6 +101,7 @@ private:
|
| class InputFieldSpeechButtonElement FINAL
|
| : public HTMLDivElement,
|
| public SpeechInputListener {
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(InputFieldSpeechButtonElement);
|
| public:
|
| enum SpeechInputState {
|
| Idle,
|
| @@ -124,6 +125,8 @@ public:
|
| virtual void didCompleteRecognition(int) OVERRIDE;
|
| virtual void setRecognitionResult(int, const SpeechInputResultArray&) OVERRIDE;
|
|
|
| + virtual void trace(Visitor*) OVERRIDE;
|
| +
|
| private:
|
| InputFieldSpeechButtonElement(Document&);
|
| SpeechInput* speechInput();
|
|
|