| Index: Source/core/css/CSSPageRule.cpp
|
| diff --git a/Source/core/css/CSSPageRule.cpp b/Source/core/css/CSSPageRule.cpp
|
| index ad4b61fbea700e9d23f09b713e1599e9effca1e8..46ab342d1f4378d958c57c92a475d4ed04cb8bdf 100644
|
| --- a/Source/core/css/CSSPageRule.cpp
|
| +++ b/Source/core/css/CSSPageRule.cpp
|
| @@ -85,7 +85,7 @@ String CSSPageRule::cssText() const
|
| StringBuilder result;
|
| result.append(selectorText());
|
| result.appendLiteral(" { ");
|
| - String decls = m_pageRule->properties()->asText();
|
| + String decls = m_pageRule->properties().asText();
|
| result.append(decls);
|
| if (!decls.isEmpty())
|
| result.append(' ');
|
|
|