Bug 964239 - Ignore invalid URIs rather than stopping completely. r=hsivonen

This commit is contained in:
James Kitchener 2014-02-06 09:46:29 -05:00
Родитель ee88f81d5d
Коммит 1662743572
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -753,7 +753,7 @@ nsHtml5TreeOperation::Perform(nsHtml5TreeOpExecutor* aBuilder,
relative,
charset.get(),
aBuilder->GetViewSourceBaseURI());
NS_ENSURE_SUCCESS(rv, rv);
NS_ENSURE_SUCCESS(rv, NS_OK);
// Reuse the fix for bug 467852
// URLs that execute script (e.g. "javascript:" URLs) should just be