Index: Source/WebCore/dom/Node.cpp |
=================================================================== |
--- Source/WebCore/dom/Node.cpp (revision 109985) |
+++ Source/WebCore/dom/Node.cpp (working copy) |
@@ -362,8 +362,7 @@ |
if ((s1 && s2) && (s1->flowThread() != s2->flowThread())) |
ch = Detach; |
- // When either the region thread or the region index has changed, |
- // we need to prepare a separate render region object. |
+ // When the region thread has changed, we need to prepare a separate render region object. |
if ((s1 && s2) && (s1->regionThread() != s2->regionThread())) |
ch = Detach; |