diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-30 14:30:29 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-30 14:30:29 -0700 |
commit | f3fecc0c686418272e49c8d51da2cb12e80bd1a2 (patch) | |
tree | 082c6f9fbfd9d7d3f51707aaa4030e43e6c50d7d /DEPS | |
parent | befafb6d0a6d2ae745c88193e50b631fda2c746a (diff) | |
download | pdfium-f3fecc0c686418272e49c8d51da2cb12e80bd1a2.tar.xz |
Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388
This allows PDFium to work with current V8, so unpin v8 in the
pdfium DEPS file.
(I also re-ordered one field in CJS_Runtime, just to put two bools
together (may pack tighter), and to put all the v8 stuff together).
BUG=pdfium:146
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1118043002
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ deps = { "https://chromium.googlesource.com/external/googletest.git@8245545b6dc9c4703e6496d1efd19e975ad2b038", "v8": - "https://chromium.googlesource.com/v8/v8.git@6988aec61f071a1caec96abae1cf39353a234455", + "https://chromium.googlesource.com/v8/v8.git", "v8/third_party/icu": "https://chromium.googlesource.com/chromium/deps/icu46", |