Index: /CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js	(revision 6543)
+++ /CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js	(revision 6544)
@@ -171,5 +171,5 @@
 								   {
 									   return node1.type == CKEDITOR.NODE_ELEMENT && node2.type == node1.type ?
-											tableOrder.indexOf( node1.name ) > tableOrder.indexOf( node2.name ) ? 1 : -1 : 0;
+											CKEDITOR.tools.indexOf( tableOrder, node1.name )  > CKEDITOR.tools.indexOf( tableOrder, node2.name ) ? 1 : -1 : 0;
 								   } );
 				},
