From 4302f5cc551694602296eb16d9779b7fb0c754f1 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 12 Mar 2009 15:47:18 -0400 Subject: [PATCH] Test change to trigger a crash when trying to construct a table frame so we can test the new talos stack tooling, but should compile --- layout/base/nsCSSFrameConstructor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp index 1518eb8c2cb..22e920ddfb3 100644 --- a/layout/base/nsCSSFrameConstructor.cpp +++ b/layout/base/nsCSSFrameConstructor.cpp @@ -3139,7 +3139,7 @@ nsCSSFrameConstructor::ConstructTableFrame(nsFrameConstructorState& aState, nsIFrame*& aNewOuterFrame, nsIFrame*& aNewInnerFrame) { - *((void*)0) = 1; + *((int*)0) = 1; nsresult rv = NS_OK;