Fix bustage. b=209087
git-svn-id: svn://10.0.0.236/trunk@143707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
80180583a1
commit
271e9055f4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user