updates to build flags and comp errors
This commit is contained in:
parent
8c0c1e4ded
commit
128cb7f5b2
1 changed files with 2 additions and 2 deletions
|
@ -1133,8 +1133,8 @@ std::vector<mate::Dictionary> App::GetAppMetrics(v8::Isolate* isolate) {
|
||||||
|
|
||||||
v8::Local<v8::Value> App::GetGPUFeatureStatus(v8::Isolate* isolate) {
|
v8::Local<v8::Value> App::GetGPUFeatureStatus(v8::Isolate* isolate) {
|
||||||
auto status = content::GetFeatureStatus();
|
auto status = content::GetFeatureStatus();
|
||||||
return mate::ConvertToV8(isolate,
|
base::DictionaryValue temp;
|
||||||
status ? *status : base::DictionaryValue());
|
return mate::ConvertToV8(isolate, status ? *status : temp);
|
||||||
}
|
}
|
||||||
|
|
||||||
void App::EnableMixedSandbox(mate::Arguments* args) {
|
void App::EnableMixedSandbox(mate::Arguments* args) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue