| Index: Source/core/html/LabelableElement.h
|
| diff --git a/Source/core/html/LabelableElement.h b/Source/core/html/LabelableElement.h
|
| index 16e46a68925e0ddf7e599c16a1d4e4890196fac6..16d1b190f6a3196a0ec23c171e8457fa8348b236 100644
|
| --- a/Source/core/html/LabelableElement.h
|
| +++ b/Source/core/html/LabelableElement.h
|
| @@ -46,6 +46,8 @@ public:
|
| protected:
|
| LabelableElement(const QualifiedName& tagName, Handle<Document>);
|
|
|
| + virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
|
| +
|
| private:
|
| virtual bool isLabelable() const OVERRIDE FINAL { return true; }
|
| };
|
|
|