Index: /CKEditor/trunk/_source/plugins/clipboard/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/clipboard/plugin.js	(revision 3723)
+++ /CKEditor/trunk/_source/plugins/clipboard/plugin.js	(revision 3724)
@@ -200,5 +200,5 @@
 								// Browser bug: 'Cut' has the correct states for both Copy and Cut.
 								copy : stateFromNamedCommand( 'Cut' ),
-								paste : stateFromNamedCommand( 'Paste' )
+								paste : CKEDITOR.env.webkit ? CKEDITOR.TRISTATE_OFF : stateFromNamedCommand( 'Paste' )
 							};
 						});
