| Index: Source/core/page/EventSource.h
|
| diff --git a/Source/core/page/EventSource.h b/Source/core/page/EventSource.h
|
| index 245c5d42198a85e3f91067e991e21778350768b2..758297014327679e30029582096abfa888a62cb3 100644
|
| --- a/Source/core/page/EventSource.h
|
| +++ b/Source/core/page/EventSource.h
|
| @@ -56,9 +56,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);
|
| }
|
|
|
| static const unsigned long long defaultReconnectDelay;
|
|
|