Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Unified Diff: ios/web/web_state/js/resources/plugin_placeholder.js

Issue 1779453002: [ios] Corrected Closure annotation for getEmbedChild_ function. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698