Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: runtime/vm/exceptions.h

Issue 1536003002: VM: Remove non-existent/unused functions from precompiled entry points. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/exceptions.h
diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h
index 0bd97f8a849dc2eb53265fd843e2330b2aaffdf0..4282bb50e2cfa97d9f38ad6c4053dff0a797f4b0 100644
--- a/runtime/vm/exceptions.h
+++ b/runtime/vm/exceptions.h
@@ -60,7 +60,6 @@ class Exceptions : AllStatic {
kOutOfMemory,
kNullThrown,
kIsolateSpawn,
- kIsolateUnhandledException,
kJavascriptIntegerOverflowError,
kJavascriptCompatibilityError,
kAssertion,

Powered by Google App Engine
This is Rietveld 408576698