| Index: Source/core/css/Pair.h
|
| diff --git a/Source/core/css/Pair.h b/Source/core/css/Pair.h
|
| index 5cc85fc36c50bcef2ab6b5b4d609abfa23a4c7d3..2c3aaa20c81827ca97a46b85844f11dc432643e2 100644
|
| --- a/Source/core/css/Pair.h
|
| +++ b/Source/core/css/Pair.h
|
| @@ -69,7 +69,7 @@ public:
|
| bool hasVariableReference() const { return first()->hasVariableReference() || second()->hasVariableReference(); }
|
|
|
| private:
|
| - Pair() : m_first(0), m_second(0) { }
|
| + Pair() { }
|
| Pair(const Handle<CSSPrimitiveValue>& first, const Handle<CSSPrimitiveValue>& second)
|
| : m_first(first), m_second(second) { }
|
|
|
|
|