Clean up name

This commit is contained in:
Matt Bierner 2021-07-07 14:56:44 -07:00
parent b26560325f
commit b3e4cf25d3
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -56,7 +56,7 @@ export class ElectronIframeWebview extends IFrameWebview implements WebviewFindD
@IFileService fileService: IFileService,
@ITelemetryService telemetryService: ITelemetryService,
@IWorkbenchEnvironmentService environmentService: IWorkbenchEnvironmentService,
@IRemoteAuthorityResolverService _remoteAuthorityResolverService: IRemoteAuthorityResolverService,
@IRemoteAuthorityResolverService remoteAuthorityResolverService: IRemoteAuthorityResolverService,
@IMenuService menuService: IMenuService,
@ILogService logService: ILogService,
@IConfigurationService configurationService: IConfigurationService,
@ -67,7 +67,7 @@ export class ElectronIframeWebview extends IFrameWebview implements WebviewFindD
) {
super(id, options, contentOptions, extension, webviewThemeDataProvider,
configurationService, contextMenuService, menuService, notificationService, environmentService,
fileService, logService, _remoteAuthorityResolverService, telemetryService, tunnelService);
fileService, logService, remoteAuthorityResolverService, telemetryService, tunnelService);
this._webviewKeyboardHandler = new WindowIgnoreMenuShortcutsManager(configurationService, mainProcessService, nativeHostService);