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

Unified Diff: runtime/vm/object.h

Issue 2587673004: Include source in kernel. (Closed)
Patch Set: Fixed some rebase errors Created 3 years, 12 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/kernel_reader.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index c7218632a3f8ca8da4f45e1f5cca833f8e931971..2726cf558e10e2a03cae875d0a85247fd9680f21 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3550,8 +3550,6 @@ class Script : public Object {
RawTokenStream* tokens() const { return raw_ptr()->tokens_; }
- RawArray* line_starts() const { return raw_ptr()->line_starts_; }
-
void set_line_starts(const Array& value) const;
void Tokenize(const String& private_key, bool use_shared_tokens = true) const;
@@ -3603,6 +3601,7 @@ class Script : public Object {
void set_kind(RawScript::Kind value) const;
void set_load_timestamp(int64_t value) const;
void set_tokens(const TokenStream& value) const;
+ RawArray* line_starts() const { return raw_ptr()->line_starts_; }
static RawScript* New();
« no previous file with comments | « runtime/vm/kernel_reader.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698