Chromium Code Reviews| Index: Source/core/html/HTMLFormControlElement.h |
| diff --git a/Source/core/html/HTMLFormControlElement.h b/Source/core/html/HTMLFormControlElement.h |
| index 0c50a8c005164e8cbf5e6c0a362a8a6c624cbac4..922bbef0a45728ad0be7f63b65fc96918093ae71 100644 |
| --- a/Source/core/html/HTMLFormControlElement.h |
| +++ b/Source/core/html/HTMLFormControlElement.h |
| @@ -109,6 +109,8 @@ public: |
| using Node::ref; |
| using Node::deref; |
| + virtual void trace(Visitor*) OVERRIDE; |
|
Mads Ager (chromium)
2014/05/08 11:52:43
Ditto.
|
| + |
| protected: |
| HTMLFormControlElement(const QualifiedName& tagName, Document&, HTMLFormElement*); |