### Eclipse Workspace Patch 1.0
#P wordpress-trunk
Index: wp-includes/wp-diff.php
===================================================================
--- wp-includes/wp-diff.php	(revision 11974)
+++ wp-includes/wp-diff.php	(working copy)
@@ -69,8 +69,7 @@
 	 * @param array $params
 	 */
 	function Text_Diff_Renderer_Table( $params = array() ) {
-		$parent = get_parent_class($this);
-		$this->$parent( $params );
+		parent::Text_Diff_Renderer( $params )
 	}
 
 	/**
