Index: chrome/browser/resources/print_preview/common/search_bubble.js |
diff --git a/chrome/browser/resources/print_preview/common/search_bubble.js b/chrome/browser/resources/print_preview/common/search_bubble.js |
index 65bdb8155fa9c82a59482bcbd94bb5a196421c7a..9f85bc4a8409a3dfdf6431ce95da82007087fcd0 100644 |
--- a/chrome/browser/resources/print_preview/common/search_bubble.js |
+++ b/chrome/browser/resources/print_preview/common/search_bubble.js |
@@ -8,6 +8,7 @@ cr.define('print_preview', function() { |
/** |
* Encapsulated handling of a search bubble. |
* @constructor |
+ * @extends {HTMLDivElement} |
*/ |
function SearchBubble(text) { |
var el = cr.doc.createElement('div'); |