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:
bzbarsky%mit.edu
2006-02-10 20:54:13 +00:00
parent c87e7e48b2
commit 25a099edc5

View File

@@ -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