mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
refactor: prefer upstream gin::Arguments::ThrowTypeError() over gin_helper (#48368)
* refactor: use gin::Arguments::ThrowTypeError() in AutoUpdater::SetFeedURL() * refactor: use gin::Arguments::ThrowTypeError() in Browser::Focus() * refactor: use gin::Arguments::ThrowTypeError() in SystemPreferences::SetUserDefault() * refactor: use gin::Arguments::ThrowTypeError() in UtilityProcessWrapper::Create() * refactor: use gin::Arguments::ThrowTypeError() in UtilityProcessWrapper::PostMessage() * refactor: use gin::Arguments::ThrowTypeError() in ElectronBundleMover::ShouldContinueMove() * refactor: use gin::Arguments::ThrowTypeError() in OnClientCertificateSelected() * refactor: use gin::Arguments::ThrowTypeError() in Session::ClearData() * refactor: use gin::Arguments::ThrowTypeError() in ElectronBrowserContext::DisplayMediaDeviceChosen() * refactor: use gin::Arguments::ThrowTypeError() in WebContents::ReplaceMisspelling() * refactor: use gin::Arguments::ThrowTypeError() in WebContents::Print() * chore: iwyu shell/common/gin_helper/error_thrower.h
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#endif
|
||||
#include "shell/common/gin_converters/gfx_converter.h"
|
||||
#include "shell/common/gin_converters/optional_converter.h"
|
||||
#include "shell/common/gin_helper/error_thrower.h"
|
||||
#include "shell/common/node_includes.h"
|
||||
#include "shell/common/node_util.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user