File chromium-system-icu.patch of Package chromium-ffmpeg-extra (Revision 37577a2e6bf6adedd039f499eb0e845c)

Currently displaying revision 37577a2e6bf6adedd039f499eb0e845c , Show latest

12
 
1
--- chromium-70.0.3521.2.old/third_party/blink/renderer/platform/text/character_property_data_generator.h   2018-08-15 12:41:21.091987662 +0200
2
+++ chromium-70.0.3521.2/third_party/blink/renderer/platform/text/character_property_data_generator.h   2018-08-17 12:37:45.459538308 +0200
3
@@ -247,7 +247,7 @@
4
     0xFFA0, 0xFFDC,
5
 };
6
 
7
-static const UChar32 kIsHangulArray[] = {};
8
+static const UChar32 kIsHangulArray[] = {0xFFDC,};
9
 
10
 }  // namespace blink
11
 
12