| Index: third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
|
| index fcf22b22f426c1a8447cd2fea8cb62b6ef93091e..0fa0f3338f2e72a80d1e4cb6f3bde5225c901f12 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.cpp
|
| @@ -18,7 +18,7 @@ namespace blink {
|
| namespace blink {
|
|
|
| CSSTokenizer::Scope::Scope(const String& string)
|
| -: m_string(string)
|
| + : m_string(string)
|
| {
|
| // According to the spec, we should perform preprocessing here.
|
| // See: http://dev.w3.org/csswg/css-syntax/#input-preprocessing
|
| @@ -48,7 +48,7 @@ CSSTokenizer::Scope::Scope(const String& string)
|
| }
|
|
|
| CSSTokenizer::Scope::Scope(const String& string, CSSParserObserverWrapper& wrapper)
|
| -: m_string(string)
|
| + : m_string(string)
|
| {
|
| if (string.isEmpty())
|
| return;
|
|
|