| Index: Source/core/workers/WorkerContext.h
|
| diff --git a/Source/core/workers/WorkerContext.h b/Source/core/workers/WorkerContext.h
|
| index 29965b1cf5ac9e98b63181b46ca4d75fb60d88e9..30e35ee152dcab153199e549411afb1af74b861f 100644
|
| --- a/Source/core/workers/WorkerContext.h
|
| +++ b/Source/core/workers/WorkerContext.h
|
| @@ -134,9 +134,9 @@ namespace WebCore {
|
|
|
| virtual const SecurityOrigin* topOrigin() const OVERRIDE { return m_topOrigin.get(); }
|
|
|
| - virtual void visitWith(Visitor* visitor) const OVERRIDE
|
| + virtual void adjustAndMark(Visitor* visitor) const OVERRIDE
|
| {
|
| - visitor->visit(this);
|
| + visitor->mark(this);
|
| }
|
|
|
| virtual void trace(Visitor*) { }
|
|
|