Fixing smoketest blocker 44235. r=smfr.

git-svn-id: svn://10.0.0.236/trunk@73531 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu 2000-06-29 20:53:08 +00:00
parent 57307567af
commit 4e013ab7eb
2 changed files with 2 additions and 2 deletions

View File

@ -2304,7 +2304,7 @@ nsEventStateManager::SendFocusBlur(nsIPresContext* aPresContext, nsIContent *aCo
event.eventStructType = NS_EVENT;
event.message = NS_BLUR_CONTENT;
EnsureDocument(shell);
EnsureDocument(presShell);
// Make sure we're not switching command dispatchers, if so, surpress the blurred one
if(gLastFocusedDocument && mDocument) {

View File

@ -2304,7 +2304,7 @@ nsEventStateManager::SendFocusBlur(nsIPresContext* aPresContext, nsIContent *aCo
event.eventStructType = NS_EVENT;
event.message = NS_BLUR_CONTENT;
EnsureDocument(shell);
EnsureDocument(presShell);
// Make sure we're not switching command dispatchers, if so, surpress the blurred one
if(gLastFocusedDocument && mDocument) {