Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(597)

Unified Diff: Source/core/html/shadow/TextControlInnerElements.cpp

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace WebCore Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/shadow/TextControlInnerElements.h ('k') | Source/core/loader/PrerendererClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
}
« no previous file with comments | « Source/core/html/shadow/TextControlInnerElements.h ('k') | Source/core/loader/PrerendererClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698