Index: /CKEditor/branches/features/v4-paste/_source/plugins/clipboard/plugin.js
===================================================================
--- /CKEditor/branches/features/v4-paste/_source/plugins/clipboard/plugin.js	(revision 7170)
+++ /CKEditor/branches/features/v4-paste/_source/plugins/clipboard/plugin.js	(revision 7171)
@@ -470,5 +470,5 @@
 
 						// Create a (invisible) container to temporarily hold the outputted data.
-						var copybin = new CKEDITOR.dom.element( CKEDITOR.env.webkit ? 'div' : 'body' );
+						var copybin = new CKEDITOR.dom.element( 'body' );
 						copybin.setStyles(
 							{
@@ -482,5 +482,5 @@
 							});
 						copybin.setStyle( editor.config.contentsLangDirection == 'ltr' ? 'left' : 'right', '-1000px' );
-						copybin.appendTo( CKEDITOR.env.webkit ? body : body.getParent() );
+						copybin.appendTo( body.getParent() );
 						copybin.setHtml( data );
 
