We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d91094 commit b31e83bCopy full SHA for b31e83b
1 file changed
specs/ExtendedProcessFailed.md
@@ -508,7 +508,7 @@ interface ICoreWebView2ProcessFailedEventArgs2 : IUnknown {
508
interface ICoreWebView2FrameInfoCollection : IUnknown {
509
/// Gets an iterator over the collection of frames' info.
510
HRESULT GetIterator(
511
- [out, retval] ICoreWebView2FrameInfoCollection** iterator);
+ [out, retval] ICoreWebView2FrameInfoCollectionIterator** iterator);
512
}
513
514
/// Iterator for a collection of frames' info. For more info, see
0 commit comments