| Index: ios/web/web_state/js/resources/plugin_placeholder.js
|
| diff --git a/ios/web/web_state/js/resources/plugin_placeholder.js b/ios/web/web_state/js/resources/plugin_placeholder.js
|
| index 473ccea8ccb51d89e80c206b9ddbbc6df0e15198..c8fcbab597b1d8f63f94f84f711ea729577d07a6 100644
|
| --- a/ios/web/web_state/js/resources/plugin_placeholder.js
|
| +++ b/ios/web/web_state/js/resources/plugin_placeholder.js
|
| @@ -42,8 +42,8 @@ __gCrWeb['plugin'] = {};
|
|
|
| /**
|
| * Returns the first <embed> child of the given node, if any.
|
| - * @param {HTMLElement} node The node to check.
|
| - * @return {HTMLElement} The first <embed> child, or null.
|
| + * @param {Node} node The node to check.
|
| + * @return {Node} The first <embed> child, or null.
|
| * @private
|
| */
|
| __gCrWeb['plugin'].getEmbedChild_ = function(node) {
|
|
|