Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index b06ef7ddf2699e37301ace302ed5cc8468b93caa..1ec8dd5f57492cf86ea62c2e62e4b8056a65dea6 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -69,6 +69,7 @@ public: |
private: |
explicit HTMLOptionElement(Document&); |
+ virtual ~HTMLOptionElement(); |
virtual bool rendererIsFocusable() const OVERRIDE { return true; } |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |