| Index: Source/core/html/HTMLObjectElement.h
|
| diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
|
| index aa4e7e0882edefa7cbe0cf054d0e9ea3710dae68..3c59317032ec475215676a00b238b501cca7fb57 100644
|
| --- a/Source/core/html/HTMLObjectElement.h
|
| +++ b/Source/core/html/HTMLObjectElement.h
|
| @@ -61,7 +61,7 @@ public:
|
|
|
| virtual bool canContainRangeEndPoint() const { return useFallbackContent(); }
|
|
|
| - virtual void visitWith(Visitor*) const OVERRIDE;
|
| + virtual void adjustAndMark(Visitor*) const OVERRIDE;
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| private:
|
|
|