| Index: third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| index 1c594377f31e2ab621f069d35470a4ef89df9239..735042032bba229f31d7ce8ed72d37188e990037 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
|
| @@ -950,7 +950,7 @@ void Canvas2DLayerBridge::mailboxReleased(const gpu::Mailbox& mailbox,
|
| (!m_surface ||
|
| m_contextProvider->contextGL()->GetGraphicsResetStatusKHR() !=
|
| GL_NO_ERROR);
|
| - DCHECK(m_mailboxes.last().m_parentLayerBridge.get() == this);
|
| + DCHECK(m_mailboxes.back().m_parentLayerBridge.get() == this);
|
|
|
| // Mailboxes are typically released in FIFO order, so we iterate
|
| // from the end of m_mailboxes.
|
|
|