| Index: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| index d9af51efb45727fe9c71177107e023ab23c74c8c..e304613fcca6487f60a7943ade5e6e76b55c944c 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
|
| @@ -631,7 +631,7 @@ String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShor
|
| const unsigned size = shorthand.length();
|
|
|
| // Begin by collecting the properties into a vector.
|
| - WillBeHeapVector<RawPtrWillBeMember<const CSSValue>> values(size);
|
| + HeapVector<Member<const CSSValue>> values(size);
|
| // If the below loop succeeds, there should always be at minimum 1 layer.
|
| size_t numLayers = 1U;
|
|
|
|
|