mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
💄
This commit is contained in:
committed by
Kevin Sawicki
parent
efaa369153
commit
8d31eb9c73
@@ -526,9 +526,7 @@ bool NativeHandler::Execute(const CefString& name,
|
||||
return true;
|
||||
}
|
||||
else if (name == "getPlatform") {
|
||||
NSString *platform = @"mac";
|
||||
retval = CefV8Value::CreateString([platform UTF8String]);
|
||||
|
||||
retval = CefV8Value::CreateString("mac");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user