| Index: Source/core/css/Pair.h
|
| diff --git a/Source/core/css/Pair.h b/Source/core/css/Pair.h
|
| index 6c73b76572ca02cf88dd2537eb18e0ed23d2a1f0..b4446b3d823832031f5b3ca7f199a62d9c8c8267 100644
|
| --- a/Source/core/css/Pair.h
|
| +++ b/Source/core/css/Pair.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| String cssText() const
|
| {
|
| -
|
| +
|
| return generateCSSString(first()->cssText(), second()->cssText());
|
| }
|
|
|
| @@ -63,7 +63,7 @@ public:
|
| return generateCSSString(first()->customSerializeResolvingVariables(variables),
|
| second()->customSerializeResolvingVariables(variables));
|
| }
|
| -
|
| +
|
| bool hasVariableReference() const { return first()->hasVariableReference() || second()->hasVariableReference(); }
|
|
|
| private:
|
|
|