summaryrefslogtreecommitdiffstats
path: root/WebCore/html/IsIndexInputType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/IsIndexInputType.cpp')
-rw-r--r--WebCore/html/IsIndexInputType.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/html/IsIndexInputType.cpp b/WebCore/html/IsIndexInputType.cpp
index 80e0617..c3cff41 100644
--- a/WebCore/html/IsIndexInputType.cpp
+++ b/WebCore/html/IsIndexInputType.cpp
@@ -45,4 +45,9 @@ const AtomicString& IsIndexInputType::formControlType() const
return emptyAtom;
}
+bool IsIndexInputType::supportsRequired() const
+{
+ return false;
+}
+
} // namespace WebCore