Index: LayoutTests/dart/inspector/scope-variables.dart |
diff --git a/LayoutTests/dart/inspector/scope-variables.dart b/LayoutTests/dart/inspector/scope-variables.dart |
index 8ea6dfda481966ecaf341c597c140091fabcd669..888b9aaa319c487b85407643fcfdaf2545006ccf 100644 |
--- a/LayoutTests/dart/inspector/scope-variables.dart |
+++ b/LayoutTests/dart/inspector/scope-variables.dart |
@@ -40,7 +40,7 @@ var globalMapVariable = {'foo': 'bar', 'baz': 42}; |
var globalArrayVariable = [3, 1, 4, 1, 5, 9]; |
-String get throwingGetter { |
+core.String get throwingGetter { |
throw 'only the best reviews'; |
} |