| Index: Source/core/html/shadow/SpinButtonElement.h
|
| diff --git a/Source/core/html/shadow/SpinButtonElement.h b/Source/core/html/shadow/SpinButtonElement.h
|
| index 359e39411818871d100bf3d7280303cb4eac325d..7f7b36babd5123d215852bc0a10731a340b2fcfa 100644
|
| --- a/Source/core/html/shadow/SpinButtonElement.h
|
| +++ b/Source/core/html/shadow/SpinButtonElement.h
|
| @@ -66,6 +66,8 @@ public:
|
|
|
| void forwardEvent(Event*);
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| SpinButtonElement(Handle<Document>, SpinButtonOwner&);
|
|
|
|
|