Chromium Code Reviews
DescriptionRevert 167276 "Remove isolatedWorldForEnteredContext() and isola..."
> Remove isolatedWorldForEnteredContext() and isolatedWorldForIsolate()
>
> - isolatedWorldForIsolate() is equivalent to DOMWrapperWorld::current()->isIsolatedWorld().
>
> - isolatedWorldForEnteredContext() is equivalent to DOMWrapperWorld::current()->isIsolatedWorld(). Remember that the world of the current context is equal to the world of the entered context.
>
> Thus this CL replaces these methods with DOMWrapperWorld::current()->isIsolatedWorld().
>
> BUG=341032
> R=dcarney@chromium.org, eseidel@chromium.org
>
> Review URL: https://codereview.chromium.org/137953010
TBR=haraken@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167360
Patch Set 1 #Messages
Total messages: 4 (0 generated)
|