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

Issue 1365183002: Fix MacOS build (Closed)

Created:
5 years, 3 months ago by Cutch
Modified:
5 years, 3 months ago
Reviewers:
srdjan, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

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

Messages

Total messages: 6 (2 generated)
Cutch
TBR
5 years, 3 months ago (2015-09-24 22:15:57 UTC) #2
Cutch
Committed patchset #1 (id:1) manually as a44db4a0f34344f818e7b6bda60cdea0cb81d3e5 (presubmit successful).
5 years, 3 months ago (2015-09-24 22:16:09 UTC) #3
srdjan
lgtm
5 years, 3 months ago (2015-09-24 22:16:56 UTC) #4
Ivan Posva
5 years, 3 months ago (2015-09-25 07:48:42 UTC) #6
Message was sent while issue was closed.
Thanks,
-Ivan

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

https://codereview.chromium.org/1365183002/diff/1/runtime/vm/os_thread_macos....
runtime/vm/os_thread_macos.cc:154: return
ThreadIdFromIntPtr(pthread_mach_thread_np(pthread_self()));
This indicates that ThreadId and TraceId should probably not be the same type.

Powered by Google App Engine
This is Rietveld 408576698