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

Issue 713243002: Arguments swapped in IndexError constructor. (Closed)

Created:
6 years, 1 month ago by Lasse Reichstein Nielsen
Modified:
6 years, 1 month ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Arguments swapped in IndexError constructor. Amazingly only caught by dart2js. R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=41660

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -5 lines) Patch
M sdk/lib/_internal/compiler/js_lib/native_typed_data.dart View 4 chunks +16 lines, -4 lines 1 comment Download
M sdk/lib/core/errors.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (1 generated)
Lasse Reichstein Nielsen
6 years, 1 month ago (2014-11-11 10:22:23 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/713243002/diff/1/sdk/lib/_internal/compiler/js_lib/native_typed_data.dart File sdk/lib/_internal/compiler/js_lib/native_typed_data.dart (right): https://codereview.chromium.org/713243002/diff/1/sdk/lib/_internal/compiler/js_lib/native_typed_data.dart#newcode151 sdk/lib/_internal/compiler/js_lib/native_typed_data.dart:151: if (index < 0 || index >= length) { ...
6 years, 1 month ago (2014-11-11 10:23:15 UTC) #3
floitsch
LGTM.
6 years, 1 month ago (2014-11-11 10:23:53 UTC) #4
Lasse Reichstein Nielsen
6 years, 1 month ago (2014-11-11 10:29:28 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r41660 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698