diff options
-rw-r--r-- | docshell/base/nsDocShell.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docshell/base/nsDocShell.cpp b/docshell/base/nsDocShell.cpp index 7e3508f2f2..d2e1af36b3 100644 --- a/docshell/base/nsDocShell.cpp +++ b/docshell/base/nsDocShell.cpp @@ -5383,11 +5383,13 @@ nsDocShell::Reload(uint32_t aReloadFlags) // Do this only if not yet marked reported so we only report it once per // flood interval. if (!mReloadFloodGuardReported) { +#if 0 nsContentUtils::ReportToConsole(nsIScriptError::warningFlag, NS_LITERAL_CSTRING("Reload"), GetDocument(), nsContentUtils::eDOM_PROPERTIES, "ReloadFloodingPrevented"); +#endif mReloadFloodGuardReported = true; } return NS_OK; |