mirror of
https://github.com/electron/electron.git
synced 2026-02-05 20:55:16 -05:00
use nullptr instead of nullptr_t()
This commit is contained in:
@@ -760,7 +760,7 @@ void WebContents::DidChangeThemeColor(SkColor theme_color) {
|
||||
if (theme_color != SK_ColorTRANSPARENT) {
|
||||
Emit("did-change-theme-color", atom::ToRGBHex(theme_color));
|
||||
} else {
|
||||
Emit("did-change-theme-color", nullptr_t());
|
||||
Emit("did-change-theme-color", nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user