| Index: Source/web/mac/WebSubstringUtil.mm | 
| diff --git a/Source/web/mac/WebSubstringUtil.mm b/Source/web/mac/WebSubstringUtil.mm | 
| index 465df3296806cee5af09a4e3b5f0b2300305c6ad..fc472b9e99d02e02ad07d00f17c71c0b34b55ac3 100644 | 
| --- a/Source/web/mac/WebSubstringUtil.mm | 
| +++ b/Source/web/mac/WebSubstringUtil.mm | 
| @@ -74,7 +74,7 @@ NSAttributedString* WebSubstringUtil::attributedSubstringInRange(WebFrame* webFr | 
| if (!numCharacters) | 
| continue; | 
|  | 
| -        Node* container = it.range()->startContainer(IGNORE_EXCEPTION_STATE); | 
| +        Node* container = it.range()->startContainer(IGNORE_EXCEPTION); | 
| RenderObject* renderer = container->renderer(); | 
| ASSERT(renderer); | 
| if (!renderer) | 
|  |