Make DEBUG_PAGE_CACHE compile. NPOTB.

git-svn-id: svn://10.0.0.236/trunk@177792 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mrbkap%gmail.com
2005-08-15 23:35:14 +00:00
parent 156632b609
commit fbda2bc2d5

View File

@@ -6614,7 +6614,7 @@ nsGlobalWindow::SaveWindowState(nsISupports **aState)
NS_ENSURE_TRUE(state, NS_ERROR_OUT_OF_MEMORY);
#ifdef DEBUG_PAGE_CACHE
printf("saving window state, stateObj = %p\n", (void*)stateObj);
printf("saving window state, state = %p\n", (void*)state);
#endif
if (inner->mLocation) {
@@ -6648,7 +6648,7 @@ nsGlobalWindow::RestoreWindowState(nsISupports *aState)
NS_ENSURE_TRUE(holder, NS_ERROR_FAILURE);
#ifdef DEBUG_PAGE_CACHE
printf("restoring window state, stateObj = %p\n", (void*)holder->GetObject());
printf("restoring window state, state = %p\n", (void*)holder);
#endif
nsGlobalWindow *inner = GetCurrentInnerWindowInternal();