| Index: Source/core/editing/VisibleUnits.cpp
|
| diff --git a/Source/core/editing/VisibleUnits.cpp b/Source/core/editing/VisibleUnits.cpp
|
| index 235136fcf2259271a533df7765f9219e84460317..92f8be86c7e01c6486f836bde5dd0dff359000a6 100644
|
| --- a/Source/core/editing/VisibleUnits.cpp
|
| +++ b/Source/core/editing/VisibleUnits.cpp
|
| @@ -455,7 +455,7 @@ static VisiblePosition previousBoundary(const VisiblePosition& c, BoundarySearch
|
| Document& d = boundary->document();
|
| Position start = createLegacyEditingPosition(boundary, 0).parentAnchoredEquivalent();
|
| Position end = pos.parentAnchoredEquivalent();
|
| - RefPtr<Range> searchRange = Range::create(&d);
|
| + RefPtr<Range> searchRange = Range::create(d);
|
|
|
| Vector<UChar, 1024> string;
|
| unsigned suffixLength = 0;
|
|
|