| Index: Source/core/layout/LayoutFullScreen.cpp
|
| diff --git a/Source/core/layout/LayoutFullScreen.cpp b/Source/core/layout/LayoutFullScreen.cpp
|
| index 584578bed18eff80a301bf14e78c62bf88f64a4e..d7813c3d527d93af3e9a5b6e194c7185e02754bc 100644
|
| --- a/Source/core/layout/LayoutFullScreen.cpp
|
| +++ b/Source/core/layout/LayoutFullScreen.cpp
|
| @@ -119,7 +119,7 @@ LayoutObject* LayoutFullScreen::wrapLayoutObject(LayoutObject* object, LayoutObj
|
| {
|
| // FIXME: We should not modify the structure of the layout tree during
|
| // layout. crbug.com/370459
|
| - DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
|
| + DeprecatedDisableModifyLayoutTreeStructureAsserts disabler;
|
|
|
| LayoutFullScreen* fullscreenLayoutObject = LayoutFullScreen::createAnonymous(document);
|
| fullscreenLayoutObject->updateStyle();
|
| @@ -159,7 +159,7 @@ void LayoutFullScreen::unwrapLayoutObject()
|
| {
|
| // FIXME: We should not modify the structure of the layout tree during
|
| // layout. crbug.com/370459
|
| - DeprecatedDisableModifyRenderTreeStructureAsserts disabler;
|
| + DeprecatedDisableModifyLayoutTreeStructureAsserts disabler;
|
|
|
| if (parent()) {
|
| for (LayoutObject* child = firstChild(); child; child = firstChild()) {
|
|
|