Index: Source/platform/graphics/paint/DisplayItem.cpp |
diff --git a/Source/platform/graphics/paint/DisplayItem.cpp b/Source/platform/graphics/paint/DisplayItem.cpp |
index 59fd0fec4bc8a868591277e109e2bb0eac4c5448..b637aca6e736f5208ab164245c0c2f3f1d0e5011 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.cpp |
+++ b/Source/platform/graphics/paint/DisplayItem.cpp |
@@ -230,6 +230,8 @@ void DisplayItem::dumpPropertiesAsDebugString(WTF::StringBuilder& stringBuilder) |
stringBuilder.append('"'); |
if (m_skippedCache) |
stringBuilder.append(", skippedCache: true"); |
+ if (m_isUncacheable) |
+ stringBuilder.append(", isUncacheable: true"); |
if (m_scope) |
stringBuilder.append(String::format(", scope: %d", m_scope)); |
} |