| Index: Source/core/layout/LayoutInline.h
|
| diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h
|
| index 009a978fcab0678b6eaf05a51270c996e50fe1e9..4c0bd286cf88b4cdeb45178efd1000219ed549bc 100644
|
| --- a/Source/core/layout/LayoutInline.h
|
| +++ b/Source/core/layout/LayoutInline.h
|
| @@ -98,7 +98,7 @@ public:
|
|
|
| bool hitTestCulledInline(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset);
|
|
|
| - virtual const char* name() const override;
|
| + virtual const char* name() const override { return "LayoutInline"; }
|
|
|
| protected:
|
| virtual void willBeDestroyed() override;
|
|
|