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

Unified Diff: public/platform/WebCommon.h

Issue 15866003: Teach WebString about 8 bit strings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Better std::string pattern 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
Index: public/platform/WebCommon.h
diff --git a/public/platform/WebCommon.h b/public/platform/WebCommon.h
index 1475615886187d9fb6c9d48b75b2a244e1932b7e..0140077b53c884e451f8940b6f999126abb36ede 100644
--- a/public/platform/WebCommon.h
+++ b/public/platform/WebCommon.h
@@ -77,6 +77,9 @@ typedef wchar_t WebUChar;
typedef unsigned short WebUChar;
#endif
+// Latin-1 character type
+typedef unsigned char WebLChar;
+
// -----------------------------------------------------------------------------
// Assertions

Powered by Google App Engine
This is Rietveld 408576698