| Index: Source/web/mac/WebSubstringUtil.mm
|
| diff --git a/Source/web/mac/WebSubstringUtil.mm b/Source/web/mac/WebSubstringUtil.mm
|
| index 14d2d356252c3a029114a51dd525f5783e01771a..07923b5b6d48ecf73133c7170c4cb49d53547b04 100644
|
| --- a/Source/web/mac/WebSubstringUtil.mm
|
| +++ b/Source/web/mac/WebSubstringUtil.mm
|
| @@ -72,7 +72,7 @@ static NSAttributedString* attributedSubstringFromRange(const Range* range)
|
| continue;
|
|
|
| Node* container = it.startContainer();
|
| - LayoutObject* renderer = container->renderer();
|
| + LayoutObject* renderer = container->layoutObject();
|
| ASSERT(renderer);
|
| if (!renderer)
|
| continue;
|
|
|