Chromium Code Reviews

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
Reviewers:
Søren Thygesen Gjesse
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 Stats (+1 line, -0 lines)
M src/objects.cc View 1 chunk +1 line, -0 lines 0 comments

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