Index: Source/platform/graphics/paint/DisplayItem.h |
diff --git a/Source/platform/graphics/paint/DisplayItem.h b/Source/platform/graphics/paint/DisplayItem.h |
index d3efa09053b7eefcdac06b62c2530cae3e53a8ff..9a65945aef3b78a1f553ab95ff80b8e3df375c75 100644 |
--- a/Source/platform/graphics/paint/DisplayItem.h |
+++ b/Source/platform/graphics/paint/DisplayItem.h |
@@ -221,9 +221,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; |