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

Unified Diff: src/unicode.h

Issue 181413002: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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/typing.cc ('k') | src/unicode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/unicode.h
diff --git a/src/unicode.h b/src/unicode.h
index 65a9af58fc6ad61ecf77ddca1d835e0546058df7..bb5506d38e2531b0f60fd73f8676c3ad77277ab7 100644
--- a/src/unicode.h
+++ b/src/unicode.h
@@ -226,6 +226,9 @@ struct Lowercase {
struct Letter {
static bool Is(uchar c);
};
+struct Space {
+ static bool Is(uchar c);
+};
struct Number {
static bool Is(uchar c);
};
« no previous file with comments | « src/typing.cc ('k') | src/unicode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698