Chromium Code Reviews| Index: lib/coreimpl/options.dart |
| =================================================================== |
| --- lib/coreimpl/options.dart (revision 13856) |
| +++ lib/coreimpl/options.dart (working copy) |
| @@ -4,7 +4,7 @@ |
| class RuntimeOptions implements Options { |
| List<String> get arguments { |
| - if (_arguments === null) { |
| + if (_arguments == null) { |
| // On first access make a copy of the native arguments. |
| _arguments = _nativeArguments.getRange(0, _nativeArguments.length); |
| } |