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

Issue 10704038: Fix isolate build. (Closed)

Created:
8 years, 5 months ago by Yang
Modified:
8 years, 5 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Fix isolate build. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11952

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M src/d8.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/d8.cc View 3 chunks +3 lines, -5 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Yang
PTAL.
8 years, 5 months ago (2012-06-29 09:07:47 UTC) #1
rossberg
8 years, 5 months ago (2012-06-29 09:12:40 UTC) #2
LGTM.

Thanks fro the fix.

http://codereview.chromium.org/10704038/diff/1/src/d8.cc
File src/d8.cc (right):

http://codereview.chromium.org/10704038/diff/1/src/d8.cc#newcode492
src/d8.cc:492: Handle<Value> array_buffer =
global->Get(String::New("ArrayBuffer"));
I guess, since it's immutable, that is fine. Although I think that there should
be a more direct way...

Powered by Google App Engine
This is Rietveld 408576698