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

Unified Diff: src/ast-value-factory.h

Issue 352583008: Rollback to Version 3.28.4 (based on bleeding_edge revision r22031) (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 6 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 | « src/ast.cc ('k') | src/code-stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index e70271f96ed3f76c5e5dbb7f241846ddff66cb76..51ee27714f72536861554a43d02a9b45c1ddf716 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -278,10 +278,6 @@ class AstValueFactory {
}
const AstRawString* GetOneByteString(Vector<const uint8_t> literal);
- const AstRawString* GetOneByteString(const char* string) {
- return GetOneByteString(Vector<const uint8_t>(
- reinterpret_cast<const uint8_t*>(string), StrLength(string)));
- }
const AstRawString* GetTwoByteString(Vector<const uint16_t> literal);
const AstRawString* GetString(Handle<String> literal);
const AstConsString* NewConsString(const AstString* left,
« no previous file with comments | « src/ast.cc ('k') | src/code-stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698