Fix bustage. b=209087
This commit is contained in:
Родитель
9664c413c9
Коммит
088f33b485
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче