diff options
Diffstat (limited to 'WebCore/html/HTMLHtmlElement.cpp')
-rw-r--r-- | WebCore/html/HTMLHtmlElement.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLHtmlElement.cpp b/WebCore/html/HTMLHtmlElement.cpp index 93edf6c..6205d10 100644 --- a/WebCore/html/HTMLHtmlElement.cpp +++ b/WebCore/html/HTMLHtmlElement.cpp @@ -50,12 +50,6 @@ PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const QualifiedName& tagName return adoptRef(new HTMLHtmlElement(tagName, document)); } -bool HTMLHtmlElement::checkDTD(const Node* newChild) -{ - return newChild->hasTagName(headTag) || newChild->hasTagName(bodyTag) || - newChild->hasTagName(framesetTag) || newChild->hasTagName(noframesTag); -} - #if ENABLE(OFFLINE_WEB_APPLICATIONS) void HTMLHtmlElement::insertedIntoDocument() { |