mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 06:18:38 +09:00
Issue #2678 - Clean up some uses of the table-to-map segue.
This commit is contained in:
parent
85aa4cb31e
commit
33a120eb9f
2 changed files with 9 additions and 19 deletions
|
|
@ -33,12 +33,9 @@ nsDOMCSSDeclaration::WrapObject(JSContext* aCx, JS::Handle<JSObject*> aGivenProt
|
|||
return dom::CSS2PropertiesBinding::Wrap(aCx, this, aGivenProto);
|
||||
}
|
||||
|
||||
NS_INTERFACE_TABLE_HEAD(nsDOMCSSDeclaration)
|
||||
NS_INTERFACE_TABLE(nsDOMCSSDeclaration,
|
||||
nsICSSDeclaration,
|
||||
nsIDOMCSSStyleDeclaration)
|
||||
NS_INTERFACE_TABLE_TO_MAP_SEGUE
|
||||
NS_INTERFACE_MAP_END
|
||||
NS_IMPL_QUERY_INTERFACE(nsDOMCSSDeclaration,
|
||||
nsICSSDeclaration,
|
||||
nsIDOMCSSStyleDeclaration)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsDOMCSSDeclaration::GetPropertyValue(const nsCSSPropertyID aPropID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue