Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1390)

Unified Diff: third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp

Issue 2502413004: WTF/std normalization: replace WTF::Vector::last with ::back (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
index 4c462ef0c94bf3803f68f627fcd5c390c50c3c07..4f7e1a25e7b408116edccb0edd57da2ea66ad0f9 100644
--- a/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
+++ b/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
@@ -44,7 +44,7 @@ class VisualRectMappingTest : public RenderingTest {
}
const PaintInvalidationState& paintInvalidationState =
- *paintInvalidationStates.last();
+ *paintInvalidationStates.back();
ASSERT_EQ(paintInvalidationState.m_currentObject, object);
ASSERT_EQ(&paintInvalidationState.paintInvalidationContainer(),
&paintInvalidationContainer);

Powered by Google App Engine
This is Rietveld 408576698