| Index: third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| index 04b1aec36161d85c16773f5a20dd9be33fd77105..69db5326a7d209e57a50d2443cd10145e7ed1b05 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| @@ -56,7 +56,7 @@ LayoutMenuList::~LayoutMenuList()
|
| // to prevent children from rendering.
|
| bool LayoutMenuList::isChildAllowed(LayoutObject* object, const ComputedStyle&) const
|
| {
|
| - return object->isAnonymous() && !object->isLayoutFullScreen();
|
| + return object->isAnonymous();
|
| }
|
|
|
| void LayoutMenuList::createInnerBlock()
|
|
|