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

Unified Diff: runtime/vm/debugger.cc

Issue 1336363003: Set empty LocalVarDescriptors on execute-once functions (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: rmove unnecessary assertion Created 5 years, 3 months 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
« no previous file with comments | « runtime/vm/compiler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/debugger.cc
diff --git a/runtime/vm/debugger.cc b/runtime/vm/debugger.cc
index c4a6a15f48a3517c6e12b51f53003b3668daaa3f..e0dd4a9b3993aace4e9f87df2164157db449a7db 100644
--- a/runtime/vm/debugger.cc
+++ b/runtime/vm/debugger.cc
@@ -674,7 +674,6 @@ const Context& ActivationFrame::GetSavedCurrentContext() {
return ctx_;
}
}
- UNREACHABLE();
return Context::ZoneHandle(Context::null());
}
« no previous file with comments | « runtime/vm/compiler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698