parent
b59d810cc2
commit
9648047c7c
@ -1,3 +1,4 @@
|
|||||||
/qtwebkit-opensource-src-5.9.0.tar.xz
|
/qtwebkit-opensource-src-5.9.0.tar.xz
|
||||||
/qtwebkit-5.212.0-alpha2.tar.xz
|
/qtwebkit-5.212.0-alpha2.tar.xz
|
||||||
/qtwebkit-5.212.0-alpha3.tar.xz
|
/qtwebkit-5.212.0-alpha3.tar.xz
|
||||||
|
/qtwebkit-5.212.0-alpha4.tar.xz
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
diff --git a/Source/WebCore/dom/Document.cpp b/Source/WebCore/dom/Document.cpp
|
|
||||||
index 1bca2d0..19355f1 100644
|
|
||||||
--- a/Source/WebCore/dom/Document.cpp
|
|
||||||
+++ b/Source/WebCore/dom/Document.cpp
|
|
||||||
@@ -4407,12 +4407,12 @@ static bool isValidNameNonASCII(const UChar* characters, unsigned length)
|
|
||||||
unsigned i = 0;
|
|
||||||
|
|
||||||
UChar32 c;
|
|
||||||
- U16_NEXT(characters, i, length, c)
|
|
||||||
+ U16_NEXT(characters, i, length, c);
|
|
||||||
if (!isValidNameStart(c))
|
|
||||||
return false;
|
|
||||||
|
|
||||||
while (i < length) {
|
|
||||||
- U16_NEXT(characters, i, length, c)
|
|
||||||
+ U16_NEXT(characters, i, length, c);
|
|
||||||
if (!isValidNamePart(c))
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
@@ -4474,7 +4474,7 @@ bool Document::parseQualifiedName(const String& qualifiedName, String& prefix, S
|
|
||||||
|
|
||||||
for (unsigned i = 0; i < length;) {
|
|
||||||
UChar32 c;
|
|
||||||
- U16_NEXT(qualifiedName, i, length, c)
|
|
||||||
+ U16_NEXT(qualifiedName, i, length, c);
|
|
||||||
if (c == ':') {
|
|
||||||
if (sawColon) {
|
|
||||||
ec = NAMESPACE_ERR;
|
|
@ -1 +1 @@
|
|||||||
SHA512 (qtwebkit-5.212.0-alpha3.tar.xz) = 38794514b886de3fa63a41277c2bcbb970e87a12070962b527e3898466cf7ad3b65ce4588669498415d365310b37729e81aabb457808fe11120558ef8e35445f
|
SHA512 (qtwebkit-5.212.0-alpha4.tar.xz) = 33f11270bd030599beff9c1983a6c5ff2d61f407cc8a6825f7f405d46f9184c720fc7f60c7359f08f828db96a2170092875066a0d5c0a21ff09bc48a2603fbf6
|
||||||
|
Loading…
Reference in new issue