Index: third_party/WebKit/LayoutTests/paint/selection/resources/selection.js |
diff --git a/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js b/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js |
index b26f72a21b68402a5afd880620fbfa91a0d893d8..2a7c2d8b75e900fed3f69fc665e98657b64d015f 100644 |
--- a/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js |
+++ b/third_party/WebKit/LayoutTests/paint/selection/resources/selection.js |
@@ -5,8 +5,6 @@ function selectRangeAfterLayoutAndPaint(startElement, startIndex, endElement, en |
} |
function selectRange(startElement, startIndex, endElement, endIndex) { |
- if (window.internals) |
- window.internals.setSelectionPaintingWithoutSelectionGapsEnabled(true); |
var range = document.createRange(); |
range.setStart(startElement, startIndex); |
range.setEnd(endElement, endIndex); |