NOT IN SeaMonkey

Added // PENDING comment


git-svn-id: svn://10.0.0.236/trunk@62341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2000-03-07 22:32:27 +00:00
parent 241fddf501
commit 57c1e905c2

View File

@@ -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;