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

Issue 25392003: TBR: fix build break (Closed)

Created:
7 years, 2 months ago by Jacob
Modified:
7 years, 2 months ago
Reviewers:
hausner, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

TBR: fix build break BUG= Committed: https://code.google.com/p/dart/source/detail?r=28075

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M runtime/vm/object.cc View 2 chunks +2 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Jacob
Not sure why I don't get an error when I build DartVM locally but I ...
7 years, 2 months ago (2013-10-01 00:27:14 UTC) #1
Jacob
Committed patchset #1 manually as r28075 (presubmit successful).
7 years, 2 months ago (2013-10-01 00:27:54 UTC) #2
Ivan Posva
https://codereview.chromium.org/25392003/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/25392003/diff/1/runtime/vm/object.cc#newcode13683 runtime/vm/object.cc:13683: return OneByteString::New(static_cast<intptr_t>(0), Heap::kNew); Why are you not returning the ...
7 years, 2 months ago (2013-10-01 00:31:50 UTC) #3
hausner
7 years, 2 months ago (2013-10-01 03:02:58 UTC) #4
Message was sent while issue was closed.
I am confused about patch set 2. It's a different change altogether. Regarding
patch set 1: what Ivan said. And I don't understand the static_cast either, I
don't think it should be necessary.

Powered by Google App Engine
This is Rietveld 408576698