Index: class-wp-oembed-controller.php
===================================================================
--- class-wp-oembed-controller.php	(revision 54361)
+++ class-wp-oembed-controller.php	(working copy)
@@ -161,6 +161,7 @@
 	 *
 	 * @see WP_oEmbed::get_html()
 	 * @global WP_Embed $wp_embed
+	 * @global WP_Scripts $wp_scripts
 	 *
 	 * @param WP_REST_Request $request Full data about the request.
 	 * @return object|WP_Error oEmbed response data or WP_Error on failure.
Index: general-template.php
===================================================================
--- general-template.php	(revision 54361)
+++ general-template.php	(working copy)
@@ -3682,6 +3682,9 @@
  * Retrieves a list of unique hosts of all enqueued scripts and styles.
  *
  * @since 4.6.0
+ * 
+ * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
+ * @global WP_Styles $wp_styles
  *
  * @return string[] A list of unique hosts of enqueued scripts and styles.
  */
