| Index: third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| index f50892457b714977e8402a5b9eeb54ac15c7d70d..74dcbb75b8ad7deb042467fa0d8c6e3fe07a6b86 100644
|
| --- a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| @@ -64,8 +64,8 @@ void FrameRequestCallbackCollection::cancelCallback(CallbackId id) {
|
| void FrameRequestCallbackCollection::executeCallbacks(
|
| double highResNowMs,
|
| double highResNowMsLegacy) {
|
| - // First, generate a list of callbacks to consider. Callbacks registered from this point
|
| - // on are considered only for the "next" frame, not this one.
|
| + // First, generate a list of callbacks to consider. Callbacks registered from
|
| + // this point on are considered only for the "next" frame, not this one.
|
| DCHECK(m_callbacksToInvoke.isEmpty());
|
| m_callbacksToInvoke.swap(m_callbacks);
|
|
|
|
|