| Index: Source/core/css/FontLoader.h
|
| diff --git a/Source/core/css/FontLoader.h b/Source/core/css/FontLoader.h
|
| index fd47a611addf2496cd80e25a64b0e273a7e00592..dacc79b80e88922ac6419f37b9200f5702c349b6 100644
|
| --- a/Source/core/css/FontLoader.h
|
| +++ b/Source/core/css/FontLoader.h
|
| @@ -59,9 +59,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);
|
| }
|
|
|
| DEFINE_ATTRIBUTE_EVENT_LISTENER(loading);
|
|
|