| 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 ff536e8f8519f75d5f28303292f26148cf32ebf9..ff7e083e9a245770288bfb423c157cc0456b02bd 100644
|
| --- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| +++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
|
| @@ -160,7 +160,7 @@ ScriptPromise MediaKeys::setServerCertificate(ScriptState* scriptState, const DO
|
| // 5. Run the following steps asynchronously (documented in timerFired()).
|
| m_pendingActions.append(PendingAction::CreatePendingSetServerCertificate(result, serverCertificateBuffer.release()));
|
| if (!m_timer.isActive())
|
| - m_timer.startOneShot(0, FROM_HERE);
|
| + m_timer.startOneShot(0, BLINK_FROM_HERE);
|
|
|
| // 6. Return promise.
|
| return promise;
|
|
|