| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index 90a4c32e72260d9ed6200064085d939d149ce855..68d6a71ba958224d00dfba7ea055f222d4d49330 100644
|
| --- a/Source/core/rendering/RenderInline.cpp
|
| +++ b/Source/core/rendering/RenderInline.cpp
|
| @@ -349,7 +349,7 @@ void RenderInline::splitInlines(RenderBlock* fromBlock, RenderBlock* toBlock,
|
| // that renderer is wrapped in a RenderFullScreen, so |this| is not its
|
| // parent. Since the splitting logic expects |this| to be the parent, set
|
| // |beforeChild| to be the RenderFullScreen.
|
| - if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(&document())) {
|
| + if (FullscreenElementStack* fullscreen = FullscreenElementStack::fromIfExists(document())) {
|
| const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement();
|
| if (fullScreenElement && beforeChild && beforeChild->node() == fullScreenElement)
|
| beforeChild = fullscreen->fullScreenRenderer();
|
|
|