Chromium Code Reviews| Index: src/unicode.h |
| diff --git a/src/unicode.h b/src/unicode.h |
| index f5e4210cbf1675615e47e4216511b972cd3f212a..a3b799ebdacf734c23a6ee5320119b39f58a363d 100644 |
| --- a/src/unicode.h |
| +++ b/src/unicode.h |
| @@ -211,6 +211,7 @@ class Utf8InputBuffer : public InputBuffer<Utf8, Buffer<const char*>, s> { |
| } |
| }; |
| + |
| struct Uppercase { |
| static bool Is(uchar c); |
| }; |