summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLLabelElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLLabelElement.h')
-rw-r--r--dom/html/HTMLLabelElement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/html/HTMLLabelElement.h b/dom/html/HTMLLabelElement.h
index 4057ffef6..c8385fc53 100644
--- a/dom/html/HTMLLabelElement.h
+++ b/dom/html/HTMLLabelElement.h
@@ -59,6 +59,8 @@ public:
using nsGenericHTMLElement::Focus;
virtual void Focus(mozilla::ErrorResult& aError) override;
+ virtual bool IsDisabled() const override { return false; }
+
// nsIContent
virtual nsresult PostHandleEvent(
EventChainPostVisitor& aVisitor) override;