Test change to trigger a crash when trying to construct a table frame so we can test the new talos stack tooling

This commit is contained in:
Boris Zbarsky 2009-03-12 15:46:48 -04:00
parent 563239f85e
commit 81d4dd38af

View File

@ -3139,6 +3139,7 @@ nsCSSFrameConstructor::ConstructTableFrame(nsFrameConstructorState& aState,
nsIFrame*& aNewOuterFrame,
nsIFrame*& aNewInnerFrame)
{
*((void*)0) = 1;
nsresult rv = NS_OK;