@@ -653,33 +653,7 @@ namespace Microsoft.Web.WebView2.Core
653653 /// in which the failed process was the renderer for the main frame and
654654 /// subframes within it, for which the failure kind is
655655 /// `CoreWebView2ProcessFailedKind.RenderProcessExited`.
656- CoreWebView2FrameInfoCollection ImpactedFramesInfo { get ; };
657- }
658-
659- /// Collection of frame details (name and source). Used to list the impacted
660- /// frames' info when a frame-only render process failure occurs in the
661- /// `CoreWebView2`.
662- runtimeclass CoreWebView2FrameInfoCollection
663- {
664- /// Gets an iterator over the collection of frames' info.
665- CoreWebView2FrameInfoCollection GetIterator ();
666- }
667-
668- /// Iterator for a collection of frames' info. For more info, see
669- /// `CoreWebView2ProcessFailedEventArgs` and
670- /// ICoreWebView2FrameInfoCollection`.
671- runtimeclass CoreWebView2FrameInfoCollectionIterator
672- {
673- /// `true` when the iterator has not run out of frames' info. If the
674- /// collection over which the iterator is iterating is empty or if the
675- /// iterator has gone past the end of the collection, then this is `false`.
676- Boolean HasCurrentFrameInfo { get ; };
677-
678- /// Get the current `CoreWebView2FrameInfo` of the iterator.
679- CoreWebView2FrameInfo GetCurrentFrameInfo ();
680-
681- /// Move the iterator to the next frame's info in the collection.
682- Boolean MoveNext ();
656+ IVectorView < CoreWebView2FrameInfo > ImpactedFramesInfo { get ; };
683657 }
684658
685659 /// Provides a set of properties for a frame in the `CoreWebView2`.
0 commit comments