Index: /CKEditor/branches/features/paste/_source/core/htmlparser/element.js
===================================================================
--- /CKEditor/branches/features/paste/_source/core/htmlparser/element.js	(revision 4675)
+++ /CKEditor/branches/features/paste/_source/core/htmlparser/element.js	(revision 4676)
@@ -26,5 +26,5 @@
 	 * @example
 	 */
-	this.attributes = attributes;
+	this.attributes = attributes || ( attributes = {} );
 
 	/**
Index: /CKEditor/branches/features/paste/_source/plugins/pastefromword/rules.js
===================================================================
--- /CKEditor/branches/features/paste/_source/plugins/pastefromword/rules.js	(revision 4675)
+++ /CKEditor/branches/features/paste/_source/plugins/pastefromword/rules.js	(revision 4676)
@@ -410,5 +410,5 @@
 					{
 						// Build an stylish element first.
-						var styleElement = new CKEDITOR.htmlParser.element( null, {} ),
+						var styleElement = new CKEDITOR.htmlParser.element( null ),
 							variables = {};
 
