| Index: Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/Source/core/layout/LayoutBlockFlow.h b/Source/core/layout/LayoutBlockFlow.h
|
| index 9b56a7c3b911606fbb5fd3c9aba9fc3d4da43094..ce34fe172b2d5606c488949d810b6cb35fa94bdd 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/Source/core/layout/LayoutBlockFlow.h
|
| @@ -237,7 +237,7 @@ public:
|
|
|
| LayoutPoint flipFloatForWritingModeForChild(const FloatingObject*, const LayoutPoint&) const;
|
|
|
| - virtual const char* name() const override;
|
| + virtual const char* name() const override { return "LayoutBlockFlow"; }
|
|
|
| protected:
|
| void rebuildFloatsFromIntruding();
|
|
|