Bug 76405
a=edburns author = edburns ashuk r=edburns Files in fix for this bug: M dom/classes/Makefile M webclient/src_moz/CBrowserContainer.cpp M webclient/src_moz/CBrowserContainer.h M webclient/src_moz/CurrentPageActionEvents.cpp M webclient/src_moz/HistoryActionEvents.cpp M webclient/src_moz/Makefile.in M webclient/src_moz/NativeEventThread.cpp M webclient/src_moz/motif/MotifBrowserControlCanvas.cpp This checkin makes Webclient work with the Mozilla trunk as of 27 April 0100 PDT. git-svn-id: svn://10.0.0.236/trunk@93341 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -256,7 +256,7 @@ wsGetURLForIndexEvent::handleEvent ()
|
||||
rv = mInitContext->webNavigation->GetSessionHistory(&sHistory);
|
||||
char *indexURL = nsnull;
|
||||
|
||||
nsISHEntry * Entry;
|
||||
nsIHistoryEntry * Entry;
|
||||
rv = sHistory->GetEntryAtIndex(mHistoryIndex, PR_FALSE, &Entry);
|
||||
if (NS_FAILED(rv)) {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user