Index: Source/platform/graphics/paint/DisplayItem.h |
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h |
index c5cecd6d1c20a05f2f85466716919f60768c1eef..82a6366bd83a1e3c5a9cdfcb06038c497b12c8cf 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.h |
+++ b/Source/platform/graphics/paint/DisplayItem.h |
@@ -205,9 +205,6 @@ public: |
bool matches(const DisplayItem& item) const |
{ |
- // We should always convert to non-cached types before matching. |
- ASSERT(!isCachedType(item.m_type)); |
- ASSERT(!isCachedType(type)); |
return client == item.m_client |
&& type == item.m_type |
&& scope == item.m_scope; |