From 57c1e905c25bc7d3744fdb3d22835b99369bb99d Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Tue, 7 Mar 2000 22:32:27 +0000 Subject: [PATCH] NOT IN SeaMonkey Added // PENDING comment git-svn-id: svn://10.0.0.236/trunk@62341 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/src_moz/CurrentPageImpl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/java/webclient/src_moz/CurrentPageImpl.cpp b/mozilla/java/webclient/src_moz/CurrentPageImpl.cpp index 6ca93f99116..5eba498af0c 100644 --- a/mozilla/java/webclient/src_moz/CurrentPageImpl.cpp +++ b/mozilla/java/webclient/src_moz/CurrentPageImpl.cpp @@ -45,6 +45,7 @@ JNIEXPORT void JNICALL Java_org_mozilla_webclient_wrapper_1native_CurrentPageImp nsresult rv; rv = initContext->docShell->GetPresShell(getter_AddRefs(presShell)); + // PENDING() should this be done using an nsActionEvent subclass? if (NS_FAILED(rv)) { initContext->initFailCode = kHistoryWebShellError;