| Index: chrome/browser/resources/pdf/pdf.js
|
| diff --git a/chrome/browser/resources/pdf/pdf.js b/chrome/browser/resources/pdf/pdf.js
|
| index 4a270f5a2fba4c96c043ad2a1f071e7730eae4be..18317eb2fc8f2ba07326967b62460a171b5f50cf 100644
|
| --- a/chrome/browser/resources/pdf/pdf.js
|
| +++ b/chrome/browser/resources/pdf/pdf.js
|
| @@ -60,7 +60,7 @@ function PDFViewer(streamDetails) {
|
| // element is sized to fill the entire window and is set to be fixed
|
| // positioning, acting as a viewport. The plugin renders into this viewport
|
| // according to the scroll position of the window.
|
| - this.plugin_ = document.createElement('object');
|
| + this.plugin_ = document.createElement('embed');
|
| // NOTE: The plugin's 'id' field must be set to 'plugin' since
|
| // chrome/renderer/printing/print_web_view_helper.cc actually references it.
|
| this.plugin_.id = 'plugin';
|
|
|