vendor: Update native mate to fix v8 DCHECK crash (#12534)
* update native_mate ref * Remove MarkHighMemoryUsage api
This commit is contained in:
parent
c75dd93b92
commit
c1404ff2c1
3 changed files with 1 additions and 7 deletions
|
@ -332,10 +332,6 @@ WebContents::WebContents(v8::Isolate* isolate, const mate::Dictionary& options)
|
|||
request_id_(0),
|
||||
background_throttling_(true),
|
||||
enable_devtools_(true) {
|
||||
// WebContents may need to emit events when it is garbage collected, so it
|
||||
// has to be deleted in the first gc callback.
|
||||
MarkHighMemoryUsage();
|
||||
|
||||
// Read options.
|
||||
options.Get("backgroundThrottling", &background_throttling_);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue