Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 706376 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/chromium/third_party/WebKit/Source/core/dom/Document.cpp  2020-01-04 14:17:30.623087140 +0100
0
++ b/chromium/third_party/WebKit/Source/core/dom/Document.cpp  2020-01-04 14:17:51.675085635 +0100
Lines 5189-5195 Link Here
5189
  for (unsigned i = 0; i < length;) {
5189
  for (unsigned i = 0; i < length;) {
5190
    UChar32 c;
5190
    UChar32 c;
5191
    U16_NEXT(characters, i, length, c)
5191
    U16_NEXT(characters, i, length, c);
5192
    if (c == ':') {
5192
    if (c == ':') {
5193
      if (saw_colon)
5193
      if (saw_colon)
5194
        return ParseQualifiedNameResult(kQNMultipleColons);
5194
        return ParseQualifiedNameResult(kQNMultipleColons);

Return to bug 706376