Index: Source/modules/speech/SpeechSynthesisUtterance.h |
diff --git a/Source/modules/speech/SpeechSynthesisUtterance.h b/Source/modules/speech/SpeechSynthesisUtterance.h |
index 708701ac447a2cb9f61f5149dc68b67b7530c828..0c8463f6dcbcc57b12ebf90cc25aefb31798341b 100644 |
--- a/Source/modules/speech/SpeechSynthesisUtterance.h |
+++ b/Source/modules/speech/SpeechSynthesisUtterance.h |
@@ -48,9 +48,9 @@ public: |
visitor->trace(m_scriptExecutionContext); |
} |
- virtual void visitWith(Visitor* visitor) const OVERRIDE |
+ virtual void adjustAndMark(Visitor* visitor) const OVERRIDE |
{ |
- visitor->visit(this); |
+ visitor->mark(this); |
} |
const String& text() const { return m_platformUtterance->text(); } |