summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/CheckboxInputType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/CheckboxInputType.cpp')
-rw-r--r--Source/WebCore/html/CheckboxInputType.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/WebCore/html/CheckboxInputType.cpp b/Source/WebCore/html/CheckboxInputType.cpp
index ed83517b9..4e9663443 100644
--- a/Source/WebCore/html/CheckboxInputType.cpp
+++ b/Source/WebCore/html/CheckboxInputType.cpp
@@ -101,4 +101,9 @@ bool CheckboxInputType::isCheckbox() const
return true;
}
+bool CheckboxInputType::supportsIndeterminateAppearance() const
+{
+ return true;
+}
+
} // namespace WebCore