Chromium Code Reviews| Index: Source/platform/CheckedInt.h |
| diff --git a/Source/platform/CheckedInt.h b/Source/platform/CheckedInt.h |
| index 906107b0508a766bc0b447c2c89562b7659d0946..762e4f97c56a975806876ae3630b5c755d7089b2 100644 |
| --- a/Source/platform/CheckedInt.h |
| +++ b/Source/platform/CheckedInt.h |
| @@ -131,7 +131,7 @@ struct IsSupportedPass2<int> |
| { static const bool value = true; }; |
| template<> |
| -struct IsSupportedPass2<unsigned int> |
| +struct IsSupportedPass2<unsigned> |
| { static const bool value = true; }; |
| template<> |