electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

Revert "fix: implement ArrayBuffer Realloc (#625)" #661

Closed codebytere closed 6 years ago

codebytere commented 6 years ago
Description of Change

This reverts commit 5fe4b309eabf609bcecc5f5b184989cd4a895066.

In the latest Node upgrade to v10.6.0, we initially believed we had no other choice than to implement ArrayBuffer::Allocator::Realloc, but this commit determined a way to avoid this externality. This commit thus reverts the implementation.

Checklist