Bug 1496034 - Remove FeaturePolicy assertion in getter methods, r=bz
This commit is contained in:
@@ -250,7 +250,6 @@ HTMLIFrameElement::WrapNode(JSContext* aCx, JS::Handle<JSObject*> aGivenProto)
|
||||
FeaturePolicy*
|
||||
HTMLIFrameElement::Policy() const
|
||||
{
|
||||
MOZ_ASSERT(StaticPrefs::dom_security_featurePolicy_enabled());
|
||||
return mFeaturePolicy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user