Bug 670235 - Remove nsIDOMWindowInternal; r=sicking

This commit is contained in:
Ms2ger
2011-07-15 12:31:34 +02:00
parent 4db723511b
commit 26b7c93961
137 changed files with 624 additions and 783 deletions

View File

@@ -422,7 +422,7 @@ nsFileControlFrame::CaptureMouseListener::HandleEvent(nsIDOMEvent* aMouseEvent)
if (!ShouldProcessMouseClick(aMouseEvent))
return NS_OK;
// Get parent nsIDOMWindowInternal object.
// Get parent nsPIDOMWindow object.
nsIContent* content = mFrame->GetContent();
if (!content)
return NS_ERROR_FAILURE;