Bug 1419270 part 2. Use getter or setter specific NeedsSubjectPrincipal annotations more. r=qdot

MozReview-Commit-ID: KBwjFh3TMUg
This commit is contained in:
Boris Zbarsky
2017-12-05 16:03:18 -05:00
parent 402caf0398
commit 0e5baea61e
29 changed files with 26 additions and 58 deletions

View File

@@ -714,7 +714,7 @@ public:
SetUnsignedIntAttr(nsGkAtoms::size, aValue, DEFAULT_COLS, aRv);
}
void GetSrc(nsAString& aValue, nsIPrincipal&)
void GetSrc(nsAString& aValue)
{
GetURIAttr(nsGkAtoms::src, nullptr, aValue);
}