···99 use constellation_traits::EmbedderToConstellationMessage;
1010 #[cfg(feature = "gamepad")]
1111 use embedder_traits::GamepadHapticEffectType;
1212-@@ -917,6 +917,14 @@
1212+@@ -925,6 +925,14 @@
1313 ///
1414 /// [`window.open`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/open
1515 fn request_create_new(&self, _parent_webview: WebView, _: CreateNewWebViewRequest) {}
···2424 /// Content in a [`WebView`] is requesting permission to access a feature requiring
2525 /// permission from the user. The embedder should allow or deny the request, either by
2626 /// reading a cached value or querying the user for permission via the user interface.
2727-@@ -991,6 +999,25 @@
2727+@@ -999,6 +1007,25 @@
2828 _tree_update: accesskit::TreeUpdate,
2929 ) {
3030 }