| Index: Source/core/css/Pair.h
|
| diff --git a/Source/core/css/Pair.h b/Source/core/css/Pair.h
|
| index e36d8d42405b7f81b7cdad88ccb9e84e39112311..131e21b1376b6639de6ba20a0741369df24b97e3 100644
|
| --- a/Source/core/css/Pair.h
|
| +++ b/Source/core/css/Pair.h
|
| @@ -67,8 +67,8 @@ public:
|
|
|
| private:
|
| Pair()
|
| - : m_first(0)
|
| - , m_second(0)
|
| + : m_first(nullptr)
|
| + , m_second(nullptr)
|
| , m_identicalValuesPolicy(DropIdenticalValues) { }
|
|
|
| Pair(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, IdenticalValuesPolicy identicalValuesPolicy)
|
|
|