| Index: third_party/WebKit/Source/core/css/CSSStyleSheet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp b/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp
|
| index bd4773f8e3088ca945b3e988e3a68d266b40e041..e2d112bdf01207ec97f170f82291d182041ea2fd 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp
|
| @@ -330,7 +330,7 @@ int CSSStyleSheet::addRule(const String& selector, const String& style, int inde
|
| {
|
| StringBuilder text;
|
| text.append(selector);
|
| - text.appendLiteral(" { ");
|
| + text.append(" { ");
|
| text.append(style);
|
| if (!style.isEmpty())
|
| text.append(' ');
|
|
|