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

Issue 651024: Add missing break in GetPropertyWithFailedAccessCheck. This break has... (Closed)

Created:
10 years, 10 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add missing break in GetPropertyWithFailedAccessCheck. This break has been missing for a long time but the fallthrough to the default case used to break. Now the default case should be unreachable and the fallthrough therefore causes assertion failures. Committed: http://code.google.com/p/v8/source/detail?r=3913

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 10 months ago (2010-02-19 11:57:23 UTC) #1
Søren Thygesen Gjesse
10 years, 10 months ago (2010-02-19 12:08:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698