DescriptionRemove 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 #
Messages
Total messages: 4 (0 generated)
|