зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1629395 - Overwrite integrity attribute in fetch() is allowed, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D70798 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2be753c938
Коммит
1522741ef5
|
@ -240,8 +240,8 @@ class InternalRequest final {
|
|||
}
|
||||
|
||||
const nsString& GetIntegrity() const { return mIntegrity; }
|
||||
|
||||
void SetIntegrity(const nsAString& aIntegrity) {
|
||||
MOZ_ASSERT(mIntegrity.IsEmpty());
|
||||
mIntegrity.Assign(aIntegrity);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче