Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp |
index 3a400b1793edc776bb853adfec4f2e525597c156..33b273b60daf80594f2ac0e0269b02351be61adc 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunker.cpp |
@@ -79,8 +79,8 @@ bool PaintChunker::decrementDisplayItemIndex() { |
return false; |
} |
- m_chunks.removeLast(); |
- m_chunkBehavior.removeLast(); |
+ m_chunks.pop_back(); |
+ m_chunkBehavior.pop_back(); |
return true; |
} |