Chromium Code Reviews
DescriptionRemove 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
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167276
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #Patch Set 10 : #Patch Set 11 : #Patch Set 12 : #Patch Set 13 : #Patch Set 14 : #Patch Set 15 : #Patch Set 16 : #Messages
Total messages: 61 (0 generated)
|