| Index: third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| index 5c3b653ee78e6abd07af61d68ce440e0382cf49e..9848a7a1b37e3cc52711c5a970a3240fb6dd3bec 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| @@ -220,7 +220,7 @@ ScriptPromise MediaKeys::setServerCertificate(
|
| ScriptPromise promise = result->promise();
|
|
|
| // 5. Run the following steps asynchronously (documented in timerFired()).
|
| - m_pendingActions.append(PendingAction::CreatePendingSetServerCertificate(
|
| + m_pendingActions.push_back(PendingAction::CreatePendingSetServerCertificate(
|
| result, serverCertificateBuffer));
|
| if (!m_timer.isActive())
|
| m_timer.startOneShot(0, BLINK_FROM_HERE);
|
|
|