| Index: Source/core/layout/LayoutGrid.cpp
|
| diff --git a/Source/core/layout/LayoutGrid.cpp b/Source/core/layout/LayoutGrid.cpp
|
| index ee85a2d9822950e8311654e80015022d09fcffe7..6c8a2c0632c4f6d8d07d091fa41363ad2bca57ee 100644
|
| --- a/Source/core/layout/LayoutGrid.cpp
|
| +++ b/Source/core/layout/LayoutGrid.cpp
|
| @@ -1839,11 +1839,4 @@ void LayoutGrid::paintChildren(const PaintInfo& paintInfo, const LayoutPoint& pa
|
| GridPainter(*this).paintChildren(paintInfo, paintOffset);
|
| }
|
|
|
| -const char* LayoutGrid::name() const
|
| -{
|
| - if (isAnonymous())
|
| - return "LayoutGrid (anonymous)";
|
| - return "LayoutGrid";
|
| -}
|
| -
|
| } // namespace blink
|
|
|