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

Unified Diff: runtime/bin/isolate_data.h

Issue 1848683002: Remove redundant timeline API (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/bin/dartutils.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/isolate_data.h
diff --git a/runtime/bin/isolate_data.h b/runtime/bin/isolate_data.h
index 7ff2bfabfeda264e33d9e7b9893a28b04781617c..6532fbc2fc82da4abf84941c9f3210f799e5bb83 100644
--- a/runtime/bin/isolate_data.h
+++ b/runtime/bin/isolate_data.h
@@ -27,7 +27,6 @@ class IsolateData {
package_root(NULL),
packages_file(NULL),
udp_receive_buffer(NULL),
- load_async_id(-1),
builtin_lib_(NULL) {
if (package_root != NULL) {
ASSERT(packages_file == NULL);
@@ -67,7 +66,6 @@ class IsolateData {
char* package_root;
char* packages_file;
uint8_t* udp_receive_buffer;
- int64_t load_async_id;
private:
Dart_Handle builtin_lib_;
« no previous file with comments | « runtime/bin/dartutils.cc ('k') | runtime/bin/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698