summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLParser.h')
-rw-r--r--WebCore/html/HTMLParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/HTMLParser.h b/WebCore/html/HTMLParser.h
index 0945826..f07b64b 100644
--- a/WebCore/html/HTMLParser.h
+++ b/WebCore/html/HTMLParser.h
@@ -111,6 +111,9 @@ private:
void processCloseTag(Token*);
+ void limitBlockDepth(int tagPriority);
+
+ bool insertNodeAfterLimitBlockDepth(Node*, bool flat = false);
bool insertNode(Node*, bool flat = false);
bool handleError(Node*, bool flat, const AtomicString& localName, int tagPriority);