| Index: Source/core/html/HTMLParagraphElement.cpp
|
| diff --git a/Source/core/html/HTMLParagraphElement.cpp b/Source/core/html/HTMLParagraphElement.cpp
|
| index 459800856f9506bb4681c95dfc02d86becabd9de..6c6e643e38a75f462a7fc6e00731864ae0ba3491 100644
|
| --- a/Source/core/html/HTMLParagraphElement.cpp
|
| +++ b/Source/core/html/HTMLParagraphElement.cpp
|
| @@ -42,13 +42,6 @@ PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(Document& document
|
| return adoptRef(new HTMLParagraphElement(document));
|
| }
|
|
|
| -bool HTMLParagraphElement::isPresentationAttribute(const QualifiedName& name) const
|
| -{
|
| - if (name == alignAttr)
|
| - return true;
|
| - return HTMLElement::isPresentationAttribute(name);
|
| -}
|
| -
|
| void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
| {
|
| if (name == alignAttr) {
|
|
|