| Index: Source/core/page/DOMWindow.h
|
| diff --git a/Source/core/page/DOMWindow.h b/Source/core/page/DOMWindow.h
|
| index 1711e8362d1a26cec44bc6074ead0942fda5db04..e12c43193a17eb8d00a92ccc1068c380dcda3cd1 100644
|
| --- a/Source/core/page/DOMWindow.h
|
| +++ b/Source/core/page/DOMWindow.h
|
| @@ -95,9 +95,9 @@ namespace WebCore {
|
|
|
| virtual void trace(Visitor*);
|
|
|
| - virtual void visitWith(Visitor* visitor) const OVERRIDE
|
| + virtual void adjustAndMark(Visitor* visitor) const OVERRIDE
|
| {
|
| - visitor->visit(this);
|
| + visitor->mark(this);
|
| }
|
|
|
| // In some rare cases, we'll re-used a DOMWindow for a new Document. For example,
|
|
|