| Index: Source/core/html/forms/TypeAhead.h
|
| diff --git a/Source/core/html/forms/TypeAhead.h b/Source/core/html/forms/TypeAhead.h
|
| index e813fae2d4f81fd317dccb2cddcd6f3b1cc2ebc8..19c69b6d007ee5bdbf81703e743ffc6d7f9ba61e 100644
|
| --- a/Source/core/html/forms/TypeAhead.h
|
| +++ b/Source/core/html/forms/TypeAhead.h
|
| @@ -52,7 +52,7 @@ public:
|
| CycleFirstChar = 1 << 1,
|
| MatchIndex = 1 << 2,
|
| };
|
| - typedef unsigned MatchModeFlags;
|
| + using MatchModeFlags = unsigned;
|
|
|
| // Returns the index for the matching option.
|
| int handleEvent(KeyboardEvent*, MatchModeFlags);
|
|
|