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

Issue 7064020: Remove wrong assert to fix a debug crash with arguments object. (Closed)

Created:
9 years, 7 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove wrong assert to fix a debug crash with arguments object. We don't need to assert the existence of a length-property of the arguments object because it is not a JSArray, but just a normal JSObject. BUG=v8:1227 Committed: http://code.google.com/p/v8/source/detail?r=8024

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M src/contexts.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years, 7 months ago (2011-05-24 07:51:19 UTC) #1
Kevin Millikin (Chromium)
9 years, 7 months ago (2011-05-24 08:26:05 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698