mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-09 00:30:31 +00:00
#622: M1646140
This commit is contained in:
parent
07f2b0d73c
commit
6653696993
@ -912,6 +912,9 @@ nsHtml5TreeBuilder::elementPopped(int32_t aNamespace, nsIAtom* aName, nsIContent
|
||||
}
|
||||
if (aNamespace == kNameSpaceID_SVG) {
|
||||
if (aName == nsHtml5Atoms::svg) {
|
||||
if (!scriptingEnabled || mPreventScriptExecution) {
|
||||
return;
|
||||
}
|
||||
if (mBuilder) {
|
||||
nsHtml5TreeOperation::SvgLoad(static_cast<nsIContent*>(aElement));
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user