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

Issue 2573483004: Fixed build issue introduced with last commit. (Closed)

Created:
4 years ago by bkonyi
Modified:
4 years ago
Reviewers:
zra, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated format string to reflect actual type. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M runtime/vm/thread.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
bkonyi
4 years ago (2016-12-12 18:27:06 UTC) #2
Cutch
lgtm
4 years ago (2016-12-12 18:28:26 UTC) #3
zra
lgtm
4 years ago (2016-12-12 18:29:55 UTC) #4
bkonyi
Committed patchset #1 (id:1) manually as 69be515447b2c19a1309a8b184f10f8014c0bb23 (presubmit successful).
4 years ago (2016-12-12 18:32:10 UTC) #6
zra
4 years ago (2016-12-12 18:36:35 UTC) #7
Message was sent while issue was closed.
Oops. These format specifiers can be very fiddly =(

https://codereview.chromium.org/2573483004/diff/1/runtime/vm/thread.cc
File runtime/vm/thread.cc (right):

https://codereview.chromium.org/2573483004/diff/1/runtime/vm/thread.cc#newcod...
runtime/vm/thread.cc:214: jsobj.AddPropertyF("id", "threads/%" Pd64 "",
Now that we actually have an intptr_t. This can just be Pd instead of Pd64.

Powered by Google App Engine
This is Rietveld 408576698