Index: Source/modules/speech/SpeechRecognition.h |
diff --git a/Source/modules/speech/SpeechRecognition.h b/Source/modules/speech/SpeechRecognition.h |
index 6c2e0d14d4d99391b6feed278733f5b9f4d11585..d3e74554f718dd33d820e18e1f5cc6dc02c84c3b 100644 |
--- a/Source/modules/speech/SpeechRecognition.h |
+++ b/Source/modules/speech/SpeechRecognition.h |
@@ -51,9 +51,9 @@ public: |
virtual void trace(Visitor*) { } |
- virtual void visitWith(Visitor* visitor) const OVERRIDE |
+ virtual void adjustAndMark(Visitor* visitor) const OVERRIDE |
{ |
- visitor->visit(this); |
+ visitor->mark(this); |
} |
// Attributes. |