File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ void ProcessComponent::ShowRendererProcessFrameInfo()
141141 }
142142}
143143
144- // Get the parent main frameInfo.
144+ // Get the ancestor main frameInfo.
145145// Return itself if it's a main frame.
146146wil::com_ptr<ICoreWebView2FrameInfo > ProcessComponent::GetAncestorMainFrameInfo(
147147 wil::com_ptr<ICoreWebView2FrameInfo > frameInfo)
@@ -157,7 +157,7 @@ wil::com_ptr<ICoreWebView2FrameInfo> ProcessComponent::GetAncestorMainFrameInfo(
157157 return mainFrameInfo;
158158}
159159
160- // Get the parent first level frameInfo.
160+ // Get the ancestor first level frameInfo.
161161// Return itself if it's a first level frame.
162162wil::com_ptr<ICoreWebView2FrameInfo > ProcessComponent::GetAncestorFirstLevelFrameInfo(
163163 wil::com_ptr<ICoreWebView2FrameInfo > frameInfo)
@@ -233,8 +233,8 @@ void ProcessComponent::AppendFrameInfo(
233233 result.append(L"\"");
234234}
235235
236- // Append the frameInfo's parent main frame(webview)'s ID and
237- // parent first level frame's ID if it exists.
236+ // Append the frameInfo's ancestor main frame(webview)'s ID and
237+ // ancestor first level frame's ID if it exists.
238238void ProcessComponent::AppendAncestorFrameInfo(
239239 wil::com_ptr<ICoreWebView2FrameInfo > frameInfo, std::wstring& result)
240240{
You can’t perform that action at this time.
0 commit comments