Index: /CKEditor/trunk/_source/core/dom/walker.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/walker.js	(revision 3464)
+++ /CKEditor/trunk/_source/core/dom/walker.js	(revision 3465)
@@ -48,5 +48,5 @@
 				return ( ( !movingOut || !limitLTR.equals( node ) )
 					&& ( !blockerLTR || !node.equals( blockerLTR ) ) 
-					&& ( node.type != CKEDITOR.NODE_ELEMENT || node.name != 'body' ) );
+					&& ( node.type != CKEDITOR.NODE_ELEMENT || node.getName() != 'body' ) );
 			}
 		}
@@ -63,5 +63,5 @@
 				return ( ( !movingOut || !limitRTL.equals( node ) )
 					&& ( !blockerRTL || !node.equals( blockerRTL ) ) 
-					&& ( node.type != CKEDITOR.NODE_ELEMENT || node.name != 'body' ) );
+					&& ( node.type != CKEDITOR.NODE_ELEMENT || node.getName() != 'body' ) );
 			}
 		}
