| Index: dart/lib/compiler/implementation/scanner/byte_strings.dart
|
| diff --git a/dart/lib/compiler/implementation/scanner/byte_strings.dart b/dart/lib/compiler/implementation/scanner/byte_strings.dart
|
| index c9b18d0c83217775d85059563f49435ad4c57b26..b417d336e2b23220048ba3aeaa43ff8984a202de 100644
|
| --- a/dart/lib/compiler/implementation/scanner/byte_strings.dart
|
| +++ b/dart/lib/compiler/implementation/scanner/byte_strings.dart
|
| @@ -49,7 +49,7 @@ class ByteString implements SourceString {
|
| bool isEmpty() => length == 0;
|
| bool isPrivate() => !isEmpty() && bytes[offset] === $_;
|
|
|
| - String get stringValue() => null;
|
| + String get stringValue => null;
|
| }
|
|
|
| /**
|
|
|