| Index: third_party/WebKit/LayoutTests/fast/css-generated-content/crash-selection-editing-removes-pseudo.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/css-generated-content/crash-selection-editing-removes-pseudo.html b/third_party/WebKit/LayoutTests/fast/css-generated-content/crash-selection-editing-removes-pseudo.html | 
| index 18e3374f396e969e1d29e421a017fdc5f7e479db..746ef7e5ad93a0ecd9b2622d6c94c62bef2ea6fb 100644 | 
| --- a/third_party/WebKit/LayoutTests/fast/css-generated-content/crash-selection-editing-removes-pseudo.html | 
| +++ b/third_party/WebKit/LayoutTests/fast/css-generated-content/crash-selection-editing-removes-pseudo.html | 
| @@ -31,7 +31,7 @@ var start = document.getElementById('start'); | 
| var test = document.getElementById('test'); | 
|  | 
| // Select from the #start backwards to the start of the line. | 
| -window.getSelection().setBaseAndExtent(document.getElementById('start')); | 
| +window.getSelection().setBaseAndExtent(document.getElementById('start'), 0, null, 0); | 
| window.getSelection().modify('extend', 'backward', 'lineBoundary') | 
|  | 
| // Replace the selection with a break. This replaces #before, text, | 
|  |