Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Issue 21803002: Add size_t length argument to v8::ArrayBuffer::Allocator::Free. (Closed)

Created:
7 years, 4 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 4 months ago
CC:
v8-dev, cevans
Visibility:
Public.

Description

Add size_t length argument to v8::ArrayBuffer::Allocator::Free. The previous implementation of Free is a deprecated overload now. R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16031 Committed: https://code.google.com/p/v8/source/detail?r=16033

Patch Set 1 #

Total comments: 4

Patch Set 2 : Shared buold fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -7 lines) Patch
M include/v8.h View 1 chunk +13 lines, -3 lines 0 comments Download
M src/api.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/d8.cc View 1 1 chunk +7 lines, -1 line 0 comments Download
M src/runtime.cc View 1 chunk +3 lines, -1 line 0 comments Download
M test/cctest/cctest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Lomov (no reviews)
https://codereview.chromium.org/21803002/diff/1/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/21803002/diff/1/src/d8.cc#newcode1639 src/d8.cc:1639: virtual void Free(void* data) { UNREACHABLE(); } The second ...
7 years, 4 months ago (2013-08-02 11:32:56 UTC) #1
Michael Starzinger
LGTM with a nit. https://codereview.chromium.org/21803002/diff/1/src/d8.cc File src/d8.cc (right): https://codereview.chromium.org/21803002/diff/1/src/d8.cc#newcode1639 src/d8.cc:1639: virtual void Free(void* data) { ...
7 years, 4 months ago (2013-08-02 12:13:06 UTC) #2
Dmitry Lomov (no reviews)
Committed patchset #1 manually as r16031 (presubmit successful).
7 years, 4 months ago (2013-08-02 12:19:30 UTC) #3
Dmitry Lomov (no reviews)
7 years, 4 months ago (2013-08-02 13:03:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r16033 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698