vendor: Update native mate to fix v8 DCHECK crash (#12534)

* update native_mate ref

* Remove MarkHighMemoryUsage api
This commit is contained in:
Robo 2018-04-05 11:17:18 +05:30 committed by Charles Kerr
parent c75dd93b92
commit c1404ff2c1
3 changed files with 1 additions and 7 deletions

View file

@ -223,7 +223,6 @@ NativeImage::NativeImage(v8::Isolate* isolate, const gfx::Image& image)
isolate->AdjustAmountOfExternalAllocatedMemory(
image_.ToImageSkia()->bitmap()->computeByteSize());
}
MarkHighMemoryUsage();
}
#if defined(OS_WIN)
@ -238,7 +237,6 @@ NativeImage::NativeImage(v8::Isolate* isolate, const base::FilePath& hicon_path)
isolate->AdjustAmountOfExternalAllocatedMemory(
image_.ToImageSkia()->bitmap()->computeByteSize());
}
MarkHighMemoryUsage();
}
#endif