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); |
} |
+ |
zerny-chromium
2014/05/05 11:07:52
Nit: unneeded edit
Mads Ager (chromium)
2014/05/05 11:35:54
Yeah, I'm going to leave it here. There should be
|
#endif // ENABLE(INPUT_SPEECH) |
} |