Backed out 3 changesets (bug 1308104) for bustages on nsHttp.cpp . CLOSED TREE

Backed out changeset e78791b93526 (bug 1308104)
Backed out changeset b5c1875c11c7 (bug 1308104)
Backed out changeset 9c8433be706e (bug 1308104)
This commit is contained in:
Narcis Beleuzu
2020-09-10 22:43:25 +03:00
parent 4dfc4dcbe3
commit fbf78b38f3
9 changed files with 16 additions and 18 deletions

View File

@@ -1404,7 +1404,7 @@ nsCSSFrameConstructor::nsCSSFrameConstructor(Document* aDocument,
if (flags) {
bool error = false;
for (;;) {
char* comma = strchr(flags, ',');
char* comma = PL_strchr(flags, ',');
if (comma) *comma = '\0';
bool found = false;