diff options
Diffstat (limited to 'WebCore/html/HTMLElementStack.h')
-rw-r--r-- | WebCore/html/HTMLElementStack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/HTMLElementStack.h b/WebCore/html/HTMLElementStack.h index 8be4422..830faf0 100644 --- a/WebCore/html/HTMLElementStack.h +++ b/WebCore/html/HTMLElementStack.h @@ -92,11 +92,13 @@ public: void popUntilTableRowScopeMarker(); // "clear the stack back to a table row context" in the spec. void popHTMLHeadElement(); void popHTMLBodyElement(); + void popAll(); void remove(Element*); void removeHTMLHeadElement(Element*); bool contains(Element*) const; + bool contains(const AtomicString& tagName) const; bool inScope(Element*) const; bool inScope(const AtomicString& tagName) const; |