| Index: Source/core/html/HTMLFormControlElement.h
|
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h
|
| index a356418add71adc2dde26ade01223be19ec0418a..3a435982bb465b2ddc7acb86c940556e0e6e3e44 100644
|
| --- a/Source/core/html/HTMLFormControlElement.h
|
| +++ b/Source/core/html/HTMLFormControlElement.h
|
| @@ -103,7 +103,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;
|
|
|
| protected:
|
|
|