Index: /CKEditor/branches/features/adobeair/_source/plugins/adobeair/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/adobeair/plugin.js	(revision 6158)
+++ /CKEditor/branches/features/adobeair/_source/plugins/adobeair/plugin.js	(revision 6159)
@@ -113,5 +113,5 @@
 					}
 
-					editor.on( 'elementsPathUpdate', function( evt ) { convertInlineHandlers( evt.data ); } );
+					editor.on( 'elementsPathUpdate', function( evt ) { convertInlineHandlers( evt.data.space ); } );
 				});
 
Index: /CKEditor/branches/features/adobeair/_source/plugins/elementspath/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/elementspath/plugin.js	(revision 6158)
+++ /CKEditor/branches/features/adobeair/_source/plugins/elementspath/plugin.js	(revision 6159)
@@ -178,5 +178,5 @@
 					var space = getSpaceElement();
 					space.setHtml( html.join('') + emptyHtml );
-					editor.fire( 'elementsPathUpdate', space );
+					editor.fire( 'elementsPathUpdate', { space : space } );
 				});
 
