use nullptr instead of nullptr_t()
This commit is contained in:
parent
eeb2e58ad8
commit
5cb58cd42f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue