diff --git a/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp b/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp index e74b743d45a..ef9ddb51aea 100644 --- a/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp +++ b/mozilla/gfx/src/thebes/nsThebesDeviceContext.cpp @@ -542,7 +542,7 @@ NS_IMETHODIMP nsThebesDeviceContext::GetDeviceContextFor(nsIDeviceContextSpec *aDevice, nsIDeviceContext *&aContext) { -#if 1 +#if 0 nsThebesDeviceContext *newDevCon = new nsThebesDeviceContext(); if (newDevCon) {