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

Unified Diff: src/string-stream.h

Issue 14862009: Encapsulating Type information in the CompareICStub (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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
« src/code-stubs.cc ('K') | « src/objects.cc ('k') | src/string-stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/string-stream.h
diff --git a/src/string-stream.h b/src/string-stream.h
index 0ba8f52d44033d842a4f22a9c3bf1844f9a75986..4abe64515491813c92c58b16f40a6e78b3eb7bf1 100644
--- a/src/string-stream.h
+++ b/src/string-stream.h
@@ -137,6 +137,7 @@ class StringStream {
FmtElm arg1,
FmtElm arg2,
FmtElm arg3);
+ void Remove(unsigned num_of_chars);
// Getting the message out.
void OutputToFile(FILE* out);
« src/code-stubs.cc ('K') | « src/objects.cc ('k') | src/string-stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698