| Index: Source/core/css/StylePropertySet.cpp
|
| diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp
|
| index 904c8159e852d4f1313e0557b4a4c0381b0b057f..fd1cb0a2704e075ccacb7f0416272e80ee549648 100644
|
| --- a/Source/core/css/StylePropertySet.cpp
|
| +++ b/Source/core/css/StylePropertySet.cpp
|
| @@ -300,7 +300,7 @@ void MutableStylePropertySet::parseDeclarationList(const String& styleDeclaratio
|
| context.setMode(cssParserMode());
|
| }
|
|
|
| - CSSParser::parseDeclarationList(context, this, styleDeclaration, nullptr);
|
| + CSSParser::parseDeclarationList(context, this, styleDeclaration);
|
| }
|
|
|
| bool MutableStylePropertySet::addParsedProperties(const WillBeHeapVector<CSSProperty, 256>& properties)
|
|
|