| 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
|
|
|
|
|