Bug 1539884 - Part 13: Mark HTMLMenuElement::SendShowEvent as CAN_RUN_SCRIPT r=masayuki

Depends on D134103

Differential Revision: https://phabricator.services.mozilla.com/D134104
This commit is contained in:
Kagami Sascha Rosylight 2021-12-17 13:27:50 +00:00
parent 05393198e0
commit d1cd38ef73

View File

@ -56,7 +56,7 @@ class HTMLMenuElement final : public nsGenericHTMLElement {
SetHTMLBoolAttr(nsGkAtoms::compact, aCompact, aError);
}
void SendShowEvent();
MOZ_CAN_RUN_SCRIPT void SendShowEvent();
already_AddRefed<nsIMenuBuilder> CreateBuilder();