| Index: third_party/WebKit/Source/core/frame/csp/MediaListDirectiveTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/MediaListDirectiveTest.cpp b/third_party/WebKit/Source/core/frame/csp/MediaListDirectiveTest.cpp
|
| index 16b7565d713822b8354fe0e4c124ff1c4d3a98b9..04f67f2d52e40c8cba413b77242389ba5e22e1a7 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/MediaListDirectiveTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/MediaListDirectiveTest.cpp
|
| @@ -139,7 +139,7 @@ TEST_F(MediaListDirectiveTest, Subsumes) {
|
| for (const auto& test : cases) {
|
| HeapVector<Member<MediaListDirective>> policiesB;
|
| for (const auto& policy : test.policiesB) {
|
| - policiesB.append(
|
| + policiesB.push_back(
|
| new MediaListDirective("plugin-types", policy, csp.get()));
|
| }
|
|
|
|
|