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