mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
fix 14574, didn't inherit the QI from nsHTMLContainerFrame. Doh! r=hyatt.
This commit is contained in:
parent
09eaa9addc
commit
d83ae22b1d
@ -2015,7 +2015,7 @@ nsBoxFrame::Release(void)
|
||||
NS_INTERFACE_MAP_BEGIN(nsBoxFrame)
|
||||
NS_INTERFACE_MAP_ENTRY(nsIBox)
|
||||
NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIBox)
|
||||
NS_INTERFACE_MAP_END
|
||||
NS_INTERFACE_MAP_END_INHERITING(nsHTMLContainerFrame)
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
Loading…
Reference in New Issue
Block a user