Index: third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html b/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html |
index 319d77140854a4474238b472cd93516e3db23260..3c9581be4672f07f028133676c009e3c8c99c4d5 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html |
+++ b/third_party/WebKit/LayoutTests/inspector/sources/bezier-swatch-position.html |
@@ -30,7 +30,7 @@ function test() |
function testAddBezier(next) |
{ |
- var bodyLineEnd = new Common.TextRange(1, 37, 1, 37); |
+ var bodyLineEnd = new TextUtils.TextRange(1, 37, 1, 37); |
sourceFrame.textEditor.editRange(bodyLineEnd, " transition: height 1s cubic-bezier(0, 0.5, 1, 1);"); |
InspectorTest.dumpSwatchPositions(sourceFrame, Sources.CSSSourceFrame.SwatchBookmark); |
next(); |
@@ -38,7 +38,7 @@ function test() |
function testInvalidateBezier(next) |
{ |
- var startParenthesis = new Common.TextRange(1, 67, 1, 68); |
+ var startParenthesis = new TextUtils.TextRange(1, 67, 1, 68); |
sourceFrame.textEditor.editRange(startParenthesis, "["); |
InspectorTest.dumpSwatchPositions(sourceFrame, Sources.CSSSourceFrame.SwatchBookmark); |
next(); |