| Index: Source/web/WebRange.cpp
|
| diff --git a/Source/web/WebRange.cpp b/Source/web/WebRange.cpp
|
| index 5210ebf40415fc0b09122e08f25631324fa816c4..907bff54a5c4b8484ee92958d9ce5a4fe82f04e6 100644
|
| --- a/Source/web/WebRange.cpp
|
| +++ b/Source/web/WebRange.cpp
|
| @@ -109,7 +109,7 @@ WebString WebRange::toPlainText() const
|
| WebRange WebRange::expandedToParagraph() const
|
| {
|
| WebRange copy(*this);
|
| - copy.m_private->expand("block", IGNORE_EXCEPTION_STATE);
|
| + copy.m_private->expand("block", IGNORE_EXCEPTION);
|
| return copy;
|
| }
|
|
|
|
|