Index: ui/file_manager/file_manager/foreground/js/ui/location_line.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/location_line.js b/ui/file_manager/file_manager/foreground/js/ui/location_line.js |
index 6aca26b985db73c8cd2bfe82fa9782ffa5c4152a..b8017ba54e15c555e060c53b8b31e281277add3f 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/location_line.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/location_line.js |
@@ -151,8 +151,7 @@ LocationLine.prototype.updateInternal_ = function(entries) { |
} |
// Add a separator. |
- var separator = doc.createElement('core-icon'); |
- separator.setAttribute('icon', 'chevron-right'); |
+ var separator = doc.createElement('span'); |
separator.className = 'separator'; |
this.breadcrumbs_.appendChild(separator); |
} |