Index: /CKEditor/trunk/_source/core/htmlparser/element.js
===================================================================
--- /CKEditor/trunk/_source/core/htmlparser/element.js	(revision 7020)
+++ /CKEditor/trunk/_source/core/htmlparser/element.js	(revision 7021)
@@ -165,6 +165,6 @@
 					{
 						// Fix broken parent refs.
-						for ( i = 0 ; i < this.children.length ; i++ )
-							this.children[ i ].parent = element.parent;
+						for ( var c = 0, length = this.children.length ; c < length ; c++ )
+							this.children[ c ].parent = element.parent;
 
 						this.writeChildrenHtml.call( element, writer, isChildrenFiltered ? null : filter );
