| Index: third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| index a9009bbaefaec5908867b46f6879de12ebfcd2b2..ab70f6598b9e000089e4166b3922f10296254bf4 100644
|
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
|
| @@ -192,7 +192,7 @@ StylePropertySet* computePresentationAttributeStyle(Element& element) {
|
| cacheCleaner.didHitPresentationAttributeCache();
|
| } else {
|
| style = MutableStylePropertySet::create(
|
| - element.isSVGElement() ? SVGAttributeMode : HTMLAttributeMode);
|
| + element.isSVGElement() ? SVGAttributeMode : HTMLStandardMode);
|
| AttributeCollection attributes = element.attributesWithoutUpdate();
|
| for (const Attribute& attr : attributes)
|
| element.collectStyleForPresentationAttribute(
|
|
|