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

Issue 2570583002: Added conversion from thread id to intptr that fixes breaking build. (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

Added conversion from thread id to intptr that fixes breaking build. BUG= R=johnmccutchan@google.com, zra@google.com Committed: https://github.com/dart-lang/sdk/commit/d217b21ca6c44bb7cd75027c6b0c30b4f83a5435

Patch Set 1 #

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

Messages

Total messages: 7 (2 generated)
bkonyi
4 years ago (2016-12-12 18:11:11 UTC) #2
Cutch
lgtm
4 years ago (2016-12-12 18:12:46 UTC) #3
zra
lgtm
4 years ago (2016-12-12 18:12:50 UTC) #4
bkonyi
Committed patchset #1 (id:1) manually as d217b21ca6c44bb7cd75027c6b0c30b4f83a5435 (presubmit successful).
4 years ago (2016-12-12 18:13:51 UTC) #6
zra
4 years ago (2016-12-12 18:20:53 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/2570583002/diff/1/runtime/vm/thread.cc
File runtime/vm/thread.cc (right):

https://codereview.chromium.org/2570583002/diff/1/runtime/vm/thread.cc#newcod...
runtime/vm/thread.cc:215: ThreadIdToIntPtr(os_thread()->trace_id()));
Sorry, I should have noticed that it looks like this needs to be
OSThread::ThreadIdToIntPtr().

Powered by Google App Engine
This is Rietveld 408576698