зеркало из https://github.com/mozilla/gecko-dev.git
Fixing linux build bustage
This commit is contained in:
Родитель
2c88bcf7c9
Коммит
4ed7ab545c
|
@ -2513,7 +2513,7 @@ nsDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
|
|||
else {
|
||||
nsISupportsKey key(aElement);
|
||||
nsCOMPtr<nsISupports> supports =
|
||||
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
|
||||
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
|
||||
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
|
||||
if (boxObject) {
|
||||
*aResult = boxObject;
|
||||
|
|
|
@ -6364,7 +6364,7 @@ nsXULDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
|
|||
else {
|
||||
nsISupportsKey key(aElement);
|
||||
nsCOMPtr<nsISupports> supports =
|
||||
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
|
||||
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
|
||||
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
|
||||
if (boxObject) {
|
||||
*aResult = boxObject;
|
||||
|
|
|
@ -2513,7 +2513,7 @@ nsDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
|
|||
else {
|
||||
nsISupportsKey key(aElement);
|
||||
nsCOMPtr<nsISupports> supports =
|
||||
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
|
||||
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
|
||||
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
|
||||
if (boxObject) {
|
||||
*aResult = boxObject;
|
||||
|
|
|
@ -6364,7 +6364,7 @@ nsXULDocument::GetBoxObjectFor(nsIDOMElement* aElement, nsIBoxObject** aResult)
|
|||
else {
|
||||
nsISupportsKey key(aElement);
|
||||
nsCOMPtr<nsISupports> supports =
|
||||
getter_AddRefs(NS_STATIC_CAST(nsIBoxObject*, mBoxObjectTable->Get(&key)));
|
||||
getter_AddRefs(NS_STATIC_CAST(nsISupports*, mBoxObjectTable->Get(&key)));
|
||||
nsCOMPtr<nsIBoxObject> boxObject(do_QueryInterface(supports));
|
||||
if (boxObject) {
|
||||
*aResult = boxObject;
|
||||
|
|
Загрузка…
Ссылка в новой задаче