Index: wp-includes/class-simplepie.php
===================================================================
--- wp-includes/class-simplepie.php	(revision 19877)
+++ wp-includes/class-simplepie.php	(working copy)
@@ -12031,7 +12031,7 @@
 		}
 		elseif ($host[0] === '[' && substr($host, -1) === ']')
 		{
-			if (Net_IPv6::checkIPv6(substr($host, 1, -1)))
+			if (SimplePie_Net_IPv6::checkIPv6(substr($host, 1, -1)))
 			{
 				$this->host = $host;
 				$this->valid[__FUNCTION__] = true;
