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

Issue 404473003: Remove ASSERT(map.size() == isolatedWorldCount) from DOMWrapperWorld.cpp (Closed)

Created:
6 years, 5 months ago by haraken
Modified:
6 years, 5 months ago
Reviewers:
vsevik
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, abarth-chromium
Project:
blink
Visibility:
Public.

Description

Remove ASSERT(map.size() == isolatedWorldCount) from DOMWrapperWorld.cpp Now that we have a private script isolated world, map.size() is not guaranteed to be equal to isolatedWorldCount(). We can just remove the ASSERT (rather than inventing a more complicated ASSERT condition). BUG=394230 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178362

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M Source/bindings/core/v8/DOMWrapperWorld.cpp View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
haraken
PTAL
6 years, 5 months ago (2014-07-17 08:17:10 UTC) #1
vsevik
lgtm
6 years, 5 months ago (2014-07-17 11:09:54 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/404473003/1
6 years, 5 months ago (2014-07-17 11:10:45 UTC) #3
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 12:17:58 UTC) #4
Message was sent while issue was closed.
Change committed as 178362

Powered by Google App Engine
This is Rietveld 408576698