Fix bustage. b=209087

git-svn-id: svn://10.0.0.236/trunk@143707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org 2003-06-14 04:40:52 +00:00
parent 80180583a1
commit 271e9055f4

View File

@ -111,7 +111,7 @@ GetScreenOrigin(nsIDOMElement* aElement)
nsCOMPtr<nsIContent> content = do_QueryInterface(aElement);
nsCOMPtr<nsIDocument> doc;
content->GetDocument(*getter_AddRefs(doc));
content->GetDocument(getter_AddRefs(doc));
if (doc) {
// Get Presentation shell 0