diff options
Diffstat (limited to 'WebCore/html/HTMLParagraphElement.cpp')
-rw-r--r-- | WebCore/html/HTMLParagraphElement.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/html/HTMLParagraphElement.cpp b/WebCore/html/HTMLParagraphElement.cpp index 4af5b77..0b3e83f 100644 --- a/WebCore/html/HTMLParagraphElement.cpp +++ b/WebCore/html/HTMLParagraphElement.cpp @@ -44,11 +44,6 @@ PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedNam return adoptRef(new HTMLParagraphElement(tagName, document)); } -bool HTMLParagraphElement::checkDTD(const Node* newChild) -{ - return inInlineTagList(newChild) || (document()->inCompatMode() && newChild->hasTagName(tableTag)); -} - bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const { if (attrName == alignAttr) { |