| Index: Source/core/rendering/RenderRubyRun.cpp
|
| diff --git a/Source/core/rendering/RenderRubyRun.cpp b/Source/core/rendering/RenderRubyRun.cpp
|
| index 46b56561c3316e80c8d57c58db5afe319fa2b25c..ac71877b1bb5372282011770360667738182e1b2 100644
|
| --- a/Source/core/rendering/RenderRubyRun.cpp
|
| +++ b/Source/core/rendering/RenderRubyRun.cpp
|
| @@ -216,7 +216,6 @@ RenderRubyRun* RenderRubyRun::staticCreateRubyRun(const RenderObject* parentRuby
|
|
|
| RenderObject* RenderRubyRun::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope& layoutScope)
|
| {
|
| - StackStats::LayoutCheckPoint layoutCheckPoint;
|
| // Don't bother positioning the RenderRubyRun yet.
|
| RenderRubyText* rt = rubyText();
|
| if (!rt)
|
|
|