Index: /CKEditor/trunk/_source/core/htmlparser/fragment.js
===================================================================
--- /CKEditor/trunk/_source/core/htmlparser/fragment.js	(revision 7675)
+++ /CKEditor/trunk/_source/core/htmlparser/fragment.js	(revision 7676)
@@ -128,5 +128,5 @@
 		{
 			while ( pendingBRs.length )
-				addElement( pendingBRs.shift(), currentNode );
+				currentNode.add( pendingBRs.shift() );
 		}
 
