diff --git a/core/modules/taxonomy/taxonomy.views.inc b/core/modules/taxonomy/taxonomy.views.inc
index 57ef50c467db786803e6ec38b926acdc3692de95..0bcb6e5467aaf220d06da5c9092ca04e1061ed76 100644
--- a/core/modules/taxonomy/taxonomy.views.inc
+++ b/core/modules/taxonomy/taxonomy.views.inc
@@ -489,7 +489,7 @@ function views_taxonomy_set_breadcrumb(&$breadcrumb, &$argument) {
       continue;
     }
     if (!empty($argument->options['use_taxonomy_term_path'])) {
-      $path = taxonomy_term_uri($parent);
+      $path = $parent->uri();
       $path = $path['path'];
     }
     else {