| Index: third_party/WebKit/Source/core/css/CSSVariableData.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSVariableData.h b/third_party/WebKit/Source/core/css/CSSVariableData.h
|
| index e7037aef7e16a8bf7da72b19e01358371329e568..1bd558e68dd160493c11f020c974f8177c199c34 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSVariableData.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSVariableData.h
|
| @@ -50,10 +50,11 @@ class CSSVariableData : public RefCounted<CSSVariableData> {
|
| private:
|
| CSSVariableData(const CSSParserTokenRange&, bool needsVariableResolution);
|
|
|
| - // We can safely copy the tokens (which have raw pointers to substrings) because
|
| - // StylePropertySets contain references to CSSCustomPropertyDeclarations, which
|
| - // point to the unresolved CSSVariableData values that own the backing strings
|
| - // this will potentially reference.
|
| + // We can safely copy the tokens (which have raw pointers to substrings)
|
| + // because StylePropertySets contain references to
|
| + // CSSCustomPropertyDeclarations, which point to the unresolved
|
| + // CSSVariableData values that own the backing strings this will potentially
|
| + // reference.
|
| CSSVariableData(const Vector<CSSParserToken>& resolvedTokens,
|
| String backingString)
|
| : m_backingString(backingString),
|
|
|