| Index: LayoutTests/dart/inspector/scope-variables.html
|
| diff --git a/LayoutTests/dart/inspector/scope-variables.html b/LayoutTests/dart/inspector/scope-variables.html
|
| index b0f4d14bb16ce5c264a23c022656be6de7b7c641..c88d492a0ec238bb0289f1b5e34c68f71bf3d7ed 100644
|
| --- a/LayoutTests/dart/inspector/scope-variables.html
|
| +++ b/LayoutTests/dart/inspector/scope-variables.html
|
| @@ -18,7 +18,7 @@ function testFunction() {
|
| function test()
|
| {
|
| var realAddResult = InspectorTest.addResult;
|
| - // Inject name mangling for Dart more deeply in the existing JS test
|
| + // Inject name mangling for Dart more deeply in the existing JS test
|
| // framework to reduce the amount of code that we need to duplicate from
|
| // the JS side.
|
| InspectorTest.addResult = function(text) {
|
|
|