| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index 93518e4441f89dafebdc2fecd67db8fe84c2a62c..2301c10ef4e4aa403266e942c5571bdf8db3d727 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.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);
|
| }
|
|
|
| void addMediaElement(HTMLMediaElement*);
|
|
|