| Index: third_party/WebKit/Source/wtf/text/TextCodecICU.h
 | 
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecICU.h b/third_party/WebKit/Source/wtf/text/TextCodecICU.h
 | 
| index 52cb17b594627fca814813bebbdee20947d879ef..df150ccc15555a68d8884d6bd1dafccbb58b8e97 100644
 | 
| --- a/third_party/WebKit/Source/wtf/text/TextCodecICU.h
 | 
| +++ b/third_party/WebKit/Source/wtf/text/TextCodecICU.h
 | 
| @@ -87,6 +87,8 @@ class TextCodecICU final : public TextCodec {
 | 
|  #endif
 | 
|  
 | 
|    FRIEND_TEST_ALL_PREFIXES(TextCodecICUTest, IgnorableCodePoint);
 | 
| +  FRIEND_TEST_ALL_PREFIXES(TextCodecICUTest, UTF32AndQuestionMarks);
 | 
| +  FRIEND_TEST_ALL_PREFIXES(TextCodecICUTest, UTF32Aliases);
 | 
|  };
 | 
|  
 | 
|  struct ICUConverterWrapper {
 | 
| 
 |