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

Unified Diff: src/objects.h

Issue 10905075: Revert r12430, r12432, r12433 (basic support for Latin1). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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/heap-inl.h ('k') | src/v8-counters.h » ('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 1f74a1be76209f837dca33bf08cca38d1a83490d..720d96e0ea22d891ee22f4668b2cd4a866dc8d91 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -7128,10 +7128,6 @@ class String: public HeapObject {
friend class String;
};
- enum AsciiHint { MAYBE_ASCII = 0,
- ASCII = 1,
- NOT_ASCII = 2 };
-
// Get and set the length of the string.
inline int length();
inline void set_length(int value);
« no previous file with comments | « src/heap-inl.h ('k') | src/v8-counters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698