| Index: runtime/vm/precompiler.cc
|
| diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
|
| index ee8cf41e4c986ac634b21ccae2291e853786b9d0..65b6166499409ef1490454add290f36d4f301c79 100644
|
| --- a/runtime/vm/precompiler.cc
|
| +++ b/runtime/vm/precompiler.cc
|
| @@ -348,10 +348,6 @@ void Precompiler::AddRoots(Dart_QualifiedFunctionName embedder_entry_points[]) {
|
| { "dart:core", "_CastError", "_CastError._create" },
|
| { "dart:core", "_InternalError", "_InternalError." },
|
| { "dart:core", "_InvocationMirror", "_allocateInvocationMirror" },
|
| - { "dart:core", "_JavascriptCompatibilityError",
|
| - "_JavascriptCompatibilityError." },
|
| - { "dart:core", "_JavascriptIntegerOverflowError",
|
| - "_JavascriptIntegerOverflowError." },
|
| { "dart:core", "_TypeError", "_TypeError._create" },
|
| { "dart:isolate", "IsolateSpawnException", "IsolateSpawnException." },
|
| { "dart:isolate", "::", "_getIsolateScheduleImmediateClosure" },
|
|
|