| Index: third_party/WebKit/Source/platform/graphics/paint/DisplayItemTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTest.cpp
|
| index 4e8569725423cba6c6ff99005f29d08f9f4d77c7..a40b7c5349c03611bb0e9d45fe8f61af260e2354 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/DisplayItemTest.cpp
|
| @@ -12,7 +12,7 @@ namespace {
|
| #ifndef NDEBUG
|
| TEST(DisplayItemTest, DebugStringsExist)
|
| {
|
| - for (int type = 0; type <= DisplayItem::TypeLast; type++) {
|
| + for (int type = 0; type <= DisplayItem::kTypeLast; type++) {
|
| String debugString = DisplayItem::typeAsDebugString(static_cast<DisplayItem::Type>(type));
|
| EXPECT_FALSE(debugString.isEmpty());
|
| EXPECT_NE("Unknown", debugString);
|
|
|