| Index: third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp b/third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp
|
| index c475ff5af9504d2f55fa372b1788a7b4d4f996ae..f50d1c6d7277a04c3ddf54a0250fc97e32191515 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp
|
| +++ b/third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp
|
| @@ -19,7 +19,7 @@ protected:
|
| }
|
|
|
| private:
|
| - WillBePersistentHeapVector<RefPtrWillBeMember<MutableStylePropertySet>, 6> propertySets;
|
| + PersistentHeapVector<Member<MutableStylePropertySet>, 6> propertySets;
|
| };
|
|
|
| void MatchResultTest::SetUp()
|
|
|