mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
import changes from win7-7/UXP:
bug1347737, bug1365982, bug1367206
This commit is contained in:
parent
c2b2ce2c5c
commit
0f035317a3
96 changed files with 1525 additions and 1329 deletions
|
|
@ -107,7 +107,7 @@ nsSVGFilterFrame::GetReferencedFilter()
|
|||
return nullptr;
|
||||
|
||||
nsSVGPaintingProperty *property =
|
||||
Properties().Get(nsSVGEffects::HrefAsPaintingProperty());
|
||||
GetProperty(nsSVGEffects::HrefAsPaintingProperty());
|
||||
|
||||
if (!property) {
|
||||
// Fetch our Filter element's href or xlink:href attribute
|
||||
|
|
@ -183,7 +183,7 @@ nsSVGFilterFrame::AttributeChanged(int32_t aNameSpaceID,
|
|||
aNameSpaceID == kNameSpaceID_None) &&
|
||||
aAttribute == nsGkAtoms::href) {
|
||||
// Blow away our reference, if any
|
||||
Properties().Delete(nsSVGEffects::HrefAsPaintingProperty());
|
||||
DeleteProperty(nsSVGEffects::HrefAsPaintingProperty());
|
||||
mNoHRefURI = false;
|
||||
// And update whoever references us
|
||||
nsSVGEffects::InvalidateDirectRenderingObservers(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue