JohnsonGao / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

SEGV with v8 revision b584bab : CJS_Runtime not providing an array buffer allocator. #146

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The V8 API changed, and PDFium needs to move along with it.

For an example, see the one defined in src/gin/array_buffer.h
This needs to be passed via v8::Isolate::CreateParams to v8::Isolate::New()

Original issue reported on code.google.com by tsepez@chromium.org on 30 Apr 2015 at 5:31

GoogleCodeExporter commented 9 years ago
https://pdfium.googlesource.com/pdfium/+/f3fecc0c686418272e49c8d51da2cb12e80bd1a
2

Original comment by tsepez@chromium.org on 30 Apr 2015 at 10:19