mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: rename managed_web_contents to inspectable_web_contents (#26525)
This commit is contained in:
@@ -97,7 +97,7 @@ class BrowserWindow : public BaseWindow,
|
||||
|
||||
private:
|
||||
#if defined(OS_MAC)
|
||||
void OverrideNSWindowContentView(InspectableWebContents* iwc);
|
||||
void OverrideNSWindowContentView(InspectableWebContentsView* webView);
|
||||
#endif
|
||||
|
||||
// Helpers.
|
||||
|
||||
Reference in New Issue
Block a user