Index: Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
diff --git a/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
index cb71dc5b2d04d58bcbf81442c1ab76ca1b66c1f0..589ce4a06476e3ff9e6c3f77ab6bd35b544952b6 100644 |
--- a/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
+++ b/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp |
@@ -1008,11 +1008,4 @@ LayoutUnit LayoutDeprecatedFlexibleBox::allowedChildFlex(LayoutBox* child, bool |
return 0; |
} |
-const char* LayoutDeprecatedFlexibleBox::name() const |
-{ |
- if (isAnonymous()) |
- return "LayoutDeprecatedFlexibleBox (anonymous)"; |
- return "LayoutDeprecatedFlexibleBox"; |
-} |
- |
} // namespace blink |