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

This commit is contained in:
Boris Zbarsky 2009-03-12 15:47:18 -04:00
Родитель 3f3bf015c6
Коммит 4302f5cc55
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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