| Index: lib/runtime/dart/_internal.js
|
| diff --git a/lib/runtime/dart/_internal.js b/lib/runtime/dart/_internal.js
|
| index 91b166257759847558af2850e77d0e0081f9531d..8e029e2e59a711315ff5a3e36e44c77c6419db21 100644
|
| --- a/lib/runtime/dart/_internal.js
|
| +++ b/lib/runtime/dart/_internal.js
|
| @@ -1846,7 +1846,7 @@ var _internal;
|
| this[_name] = Symbol.validatePublicSymbol(name);
|
| }
|
| ['=='](other) {
|
| - return dart.is(other, Symbol) && dart.notNull(dart.equals(this[_name], dart.dload(other, _name)));
|
| + return dart.is(other, Symbol) && dart.equals(this[_name], dart.dload(other, _name));
|
| }
|
| get hashCode() {
|
| let arbitraryPrime = 664597;
|
|
|