| Index: third_party/WebKit/Source/core/css/CSSViewportRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSViewportRule.cpp b/third_party/WebKit/Source/core/css/CSSViewportRule.cpp
|
| index b878fc2920fcc7f699cd054db4ae0c602d8c5c67..4d670a986796926a24d23ec731368cd0645dcf81 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSViewportRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSViewportRule.cpp
|
| @@ -58,7 +58,7 @@
|
| String CSSViewportRule::cssText() const
|
| {
|
| StringBuilder result;
|
| - result.append("@viewport { ");
|
| + result.appendLiteral("@viewport { ");
|
|
|
| String decls = m_viewportRule->properties().asText();
|
| result.append(decls);
|
|
|