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

Issue 8497032: Fix crash when running with --report_invocation_count. (Closed)

Created:
9 years, 1 month ago by srdjan
Modified:
9 years, 1 month ago
Reviewers:
regis
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix crash when running with --report_invocation_count. Committed: https://code.google.com/p/dart/source/detail?r=1360

Patch Set 1 #

Patch Set 2 : '' #

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

Messages

Total messages: 3 (0 generated)
srdjan
9 years, 1 month ago (2011-11-09 00:56:10 UTC) #1
regis
LGTM http://codereview.chromium.org/8497032/diff/3/runtime/vm/isolate.cc File runtime/vm/isolate.cc (right): http://codereview.chromium.org/8497032/diff/3/runtime/vm/isolate.cc#newcode178 runtime/vm/isolate.cc:178: int func_len = functions.IsNull() ? 0 : functions.Length(); ...
9 years, 1 month ago (2011-11-09 01:51:07 UTC) #2
srdjan
9 years, 1 month ago (2011-11-09 16:25:06 UTC) #3
http://codereview.chromium.org/8497032/diff/3/runtime/vm/isolate.cc
File runtime/vm/isolate.cc (right):

http://codereview.chromium.org/8497032/diff/3/runtime/vm/isolate.cc#newcode178
runtime/vm/isolate.cc:178: int func_len = functions.IsNull() ? 0 :
functions.Length();
On 2011/11/09 01:51:08, regis wrote:
> const

Done.

Powered by Google App Engine
This is Rietveld 408576698