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

Unified Diff: src/objects.h

Issue 7461126: Removing String::ToAsciiArray() since String::ToCString does a better job. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 4 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 | src/objects-printer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index e23b43b45fa52be6ada8a2b3df3b6db4e85322a9..ce0a54c821eaa512661e4478ac76d50465e33cc9 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -5951,8 +5951,6 @@ class String: public HeapObject {
StringPrint(stdout);
}
void StringPrint(FILE* out);
-
- char* ToAsciiArray();
#endif
#ifdef DEBUG
void StringVerify();
« no previous file with comments | « no previous file | src/objects-printer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698