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

Unified Diff: runtime/vm/object.h

Issue 1969563002: Eliminate GrowableTokenStream (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/lib/integers.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 783bf13568d9443e45c7a32f9077d88227e215c0..e51b26f61adb7f785290aef0918e934b91f62dcb 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3291,7 +3291,7 @@ class TokenStream : public Object {
}
static RawTokenStream* New(intptr_t length);
- static RawTokenStream* New(const Scanner::GrowableTokenStream& tokens,
+ static RawTokenStream* New(const String& source,
const String& private_key,
bool use_shared_tokens);
« no previous file with comments | « runtime/lib/integers.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698