diff --git a/chrome/src/nsChromeRegistry.cpp b/chrome/src/nsChromeRegistry.cpp index 3f49d5a8e1d..60b1fcf7e4a 100644 --- a/chrome/src/nsChromeRegistry.cpp +++ b/chrome/src/nsChromeRegistry.cpp @@ -848,9 +848,9 @@ NS_IMETHODIMP nsChromeRegistry::RefreshWindow(nsIDOMWindow* aWindow) // Get our frames object // Walk the frames - for ( ; ;) { + /*for ( ; ;) { // For each frame, recur. - } + }*/ return NS_OK; } diff --git a/rdf/chrome/src/nsChromeRegistry.cpp b/rdf/chrome/src/nsChromeRegistry.cpp index 3f49d5a8e1d..60b1fcf7e4a 100644 --- a/rdf/chrome/src/nsChromeRegistry.cpp +++ b/rdf/chrome/src/nsChromeRegistry.cpp @@ -848,9 +848,9 @@ NS_IMETHODIMP nsChromeRegistry::RefreshWindow(nsIDOMWindow* aWindow) // Get our frames object // Walk the frames - for ( ; ;) { + /*for ( ; ;) { // For each frame, recur. - } + }*/ return NS_OK; }