summarylogtreecommitdiffstats
path: root/fix-building-with-system-icu.diff
blob: ed49460222b81c03b6d09e2fd2bd2d3681ac28cf (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/3rdparty/chromium/third_party/WebKit/Source/core/dom/Document.cpp
+++ b/src/3rdparty/chromium/third_party/WebKit/Source/core/dom/Document.cpp
@@ -4667,7 +4667,7 @@
 
   for (unsigned i = 0; i < length;) {
     UChar32 c;
-    U16_NEXT(characters, i, length, c)
+    U16_NEXT(characters, i, length, c);
     if (c == ':') {
       if (sawColon)
         return ParseQualifiedNameResult(QNMultipleColons);