Skip to content

Commit b31e83b

Browse files
committed
Fix GetIterator return type
1 parent 1d91094 commit b31e83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/ExtendedProcessFailed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ interface ICoreWebView2ProcessFailedEventArgs2 : IUnknown {
508508
interface ICoreWebView2FrameInfoCollection : IUnknown {
509509
/// Gets an iterator over the collection of frames' info.
510510
HRESULT GetIterator(
511-
[out, retval] ICoreWebView2FrameInfoCollection** iterator);
511+
[out, retval] ICoreWebView2FrameInfoCollectionIterator** iterator);
512512
}
513513

514514
/// Iterator for a collection of frames' info. For more info, see

0 commit comments

Comments
 (0)