| Index: Source/core/dom/ShadowRoot.h
|
| diff --git a/Source/core/dom/ShadowRoot.h b/Source/core/dom/ShadowRoot.h
|
| index c9806e920d3b1cf71d73b63438dbeac9a9e802d6..ddb4b6e7f13313b10dadb4aea922718f2cf4b9e1 100644
|
| --- a/Source/core/dom/ShadowRoot.h
|
| +++ b/Source/core/dom/ShadowRoot.h
|
| @@ -98,7 +98,7 @@ public:
|
|
|
| virtual void reportMemoryUsage(MemoryObjectInfo*) const OVERRIDE;
|
|
|
| - virtual void visitWith(Visitor*) const OVERRIDE;
|
| + virtual void adjustAndMark(Visitor*) const OVERRIDE;
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| private:
|
|
|