summaryrefslogtreecommitdiffstats
path: root/WebCore/html/parser/HTMLElementStack.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/parser/HTMLElementStack.h')
-rw-r--r--WebCore/html/parser/HTMLElementStack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/parser/HTMLElementStack.h b/WebCore/html/parser/HTMLElementStack.h
index 47fa603..8a8e160 100644
--- a/WebCore/html/parser/HTMLElementStack.h
+++ b/WebCore/html/parser/HTMLElementStack.h
@@ -117,6 +117,8 @@ public:
bool inTableScope(const QualifiedName&) const;
bool inButtonScope(const AtomicString& tagName) const;
bool inButtonScope(const QualifiedName&) const;
+ bool inSelectScope(const AtomicString& tagName) const;
+ bool inSelectScope(const QualifiedName&) const;
bool hasOnlyHTMLElementsInScope() const;
bool hasNumberedHeaderElementInScope() const;