| Index: Source/core/layout/LayoutRubyRun.h
|
| diff --git a/Source/core/layout/LayoutRubyRun.h b/Source/core/layout/LayoutRubyRun.h
|
| index 984fd7b89a9fb2e491e4a5bc6d18e652969927cd..02aee71c9daf0074fc0714ab0ca5af9eb5d595ec 100644
|
| --- a/Source/core/layout/LayoutRubyRun.h
|
| +++ b/Source/core/layout/LayoutRubyRun.h
|
| @@ -62,7 +62,7 @@ public:
|
|
|
| static LayoutRubyRun* staticCreateRubyRun(const LayoutObject* parentRuby);
|
|
|
| - virtual const char* name() const override { return "LayoutRubyRun (anonymous)"; }
|
| + virtual const char* name() const override { return "LayoutRubyRun"; }
|
|
|
| protected:
|
| LayoutRubyBase* createRubyBase() const;
|
|
|