Index: ui/webui/resources/js/cr/ui/expandable_bubble.js |
diff --git a/ui/webui/resources/js/cr/ui/expandable_bubble.js b/ui/webui/resources/js/cr/ui/expandable_bubble.js |
index 6dff62c04afeafbf6eab1f76ed102d0c67d982e2..57c8b3319bf0f1c81e2694753e9306f4b182fdcb 100644 |
--- a/ui/webui/resources/js/cr/ui/expandable_bubble.js |
+++ b/ui/webui/resources/js/cr/ui/expandable_bubble.js |
@@ -23,7 +23,6 @@ cr.define('cr.ui', function() { |
ExpandableBubble.prototype = { |
__proto__: HTMLDivElement.prototype, |
- /** @override */ |
decorate: function() { |
this.className = 'expandable-bubble'; |
this.innerHTML = |