| Index: third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| index 40e5b828ab85cf7a908062e4a4bb02cb823173c4..de26047c66771bdc733d1fc0bcf8e91d9a3aafb5 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.cpp
|
| @@ -827,7 +827,7 @@ void VisibleSelectionTemplate<Strategy>::didChange()
|
| template <typename Strategy>
|
| static bool isValidPosition(const PositionTemplate<Strategy>& position)
|
| {
|
| - if (!position.inDocument())
|
| + if (!position.inShadowIncludingDocument())
|
| return false;
|
|
|
| if (!position.isOffsetInAnchor())
|
|
|