| 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 76de7672f6fa11cd5ce43a18ecb88cb44087ff18..7a5e24bf4650090e6a99301dbc0ed83e08a70077 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
|
| @@ -55,7 +55,7 @@ LayoutMenuList::~LayoutMenuList() {}
|
| // insertion point to prevent children from rendering.
|
| bool LayoutMenuList::isChildAllowed(LayoutObject* object,
|
| const ComputedStyle&) const {
|
| - return object->isAnonymous() && !object->isLayoutFullScreen();
|
| + return object->isAnonymous();
|
| }
|
|
|
| void LayoutMenuList::createInnerBlock() {
|
|
|