Index: Source/core/layout/LayoutObject.cpp |
diff --git a/Source/core/layout/LayoutObject.cpp b/Source/core/layout/LayoutObject.cpp |
index b52831dc07c8ffca5d8be540ac8bbf672d5559d8..bbe4d3038ad89ed2b1c0a8004a75e893a6eb08dd 100644 |
--- a/Source/core/layout/LayoutObject.cpp |
+++ b/Source/core/layout/LayoutObject.cpp |
@@ -220,6 +220,7 @@ LayoutObject* LayoutObject::createObject(Element* element, const ComputedStyle& |
return new LayoutGrid(element); |
} |
+ ASSERT_NOT_REACHED(); |
return nullptr; |
} |