Make sure to actually not construct frames, not just hand it off to someone
else. Bug 326495, r=sicking, sr=tor git-svn-id: svn://10.0.0.236/trunk@189576 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -7777,8 +7777,10 @@ nsCSSFrameConstructor::ConstructSVGFrame(nsFrameConstructorState& aState,
|
||||
// references, things don't work right.
|
||||
// XXX FIXME XXX
|
||||
if (!hasRequiredExtentions || !hasRequiredFeatures ||
|
||||
!hasSystemLanguage)
|
||||
!hasSystemLanguage) {
|
||||
*aHaltProcessing = PR_TRUE;
|
||||
return NS_OK;
|
||||
}
|
||||
}
|
||||
|
||||
// Make sure to keep IsSpecialContent in synch with this code
|
||||
|
||||
Reference in New Issue
Block a user