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: src/scanner-character-streams.h

Issue 1131543002: Add TODO to implement 'bookmarking' for the streaming stream. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scanner-character-streams.h
diff --git a/src/scanner-character-streams.h b/src/scanner-character-streams.h
index 36d84bc0f6b5d82a16b005bef0ea737138642a1f..369cb28e7ba9b7ab29558e77195622a248da8abe 100644
--- a/src/scanner-character-streams.h
+++ b/src/scanner-character-streams.h
@@ -83,6 +83,8 @@ class Utf8ToUtf16CharacterStream: public BufferedUtf16CharacterStream {
// ExternalStreamingStream is a wrapper around an ExternalSourceStream (see
// include/v8.h) subclass implemented by the embedder.
+//
+// TODO(vogelheim): Implement (Set|ResetTo)Bookmark methods for this stream.
class ExternalStreamingStream : public BufferedUtf16CharacterStream {
public:
ExternalStreamingStream(ScriptCompiler::ExternalSourceStream* source_stream,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698