summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLDocument.h')
-rw-r--r--WebCore/html/HTMLDocument.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/WebCore/html/HTMLDocument.h b/WebCore/html/HTMLDocument.h
index 3b5fdfa..583cdcc 100644
--- a/WebCore/html/HTMLDocument.h
+++ b/WebCore/html/HTMLDocument.h
@@ -91,12 +91,10 @@ protected:
#endif
private:
- virtual bool childAllowed(Node*);
-
virtual PassRefPtr<Element> createElement(const AtomicString& tagName, ExceptionCode&);
virtual bool isFrameSet() const;
- virtual DocumentParser* createParser();
+ virtual PassRefPtr<DocumentParser> createParser();
virtual void determineParseMode();
void addItemToMap(HashCountedSet<AtomicStringImpl*>&, const AtomicString&);