| Index: third_party/WebKit/Source/core/dom/Range.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.cpp b/third_party/WebKit/Source/core/dom/Range.cpp
|
| index c6b8dc7e601b746d9d5298369075cce71a8f3573..e0779a5f65c99d4c80fbe2ea5d37e7f7cfa6690b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Range.cpp
|
| @@ -858,6 +858,10 @@ String Range::toString() const
|
|
|
| String Range::text() const
|
| {
|
| + // TODO(xiaochengh): The use of updateStyleAndLayoutIgnorePendingStylesheets needs to be audited.
|
| + // see http://crbug.com/590369 for more details.
|
| + ownerDocument().updateStyleAndLayoutIgnorePendingStylesheets();
|
| +
|
| return plainText(EphemeralRange(this), TextIteratorEmitsObjectReplacementCharacter);
|
| }
|
|
|
|
|