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 a5e44c0a31269e73925e2c9a32f5cb23dcb53564..e5fcfbd8a0bbdac1720aaf8e2c07c65909531ad8 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() |