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

Unified Diff: runtime/bin/loader.h

Issue 2045023003: Fix deferred load errors / bug #26482 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | runtime/bin/loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/loader.h
diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h
index bab237bb01be9afccd6a4995755c4b5890354d72..792ea45ec8153c16ed41120fdf96af7472e323e9 100644
--- a/runtime/bin/loader.h
+++ b/runtime/bin/loader.h
@@ -38,7 +38,6 @@ class Loader {
IsolateData* isolate_data_;
// Remember the first error that occurs during loading.
Dart_Handle error_;
-
// This monitor is used to protect the pending operations count and the
// I/O result queue.
Monitor* monitor_;
« no previous file with comments | « no previous file | runtime/bin/loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698