Bug 1557979 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This should be:
```
this.hasPageMenu = PageMenuParent.addToPopup(menuObject, null, aPopup);
```
I'll fix it myself if I do a push today.

It seems a page menu is what you get when an HTML page uses the (now deprecated, I believe) `<menu>` element to add stuff to the context menu.
This should be:
this.hasPageMenu = PageMenuParent.addToPopup(menuObject, null, aPopup);

I'll fix it myself if I do a push today.

It seems a page menu is what you get when an HTML page uses the (now deprecated, I believe) <menu> element to add stuff to the context menu.

Back to Bug 1557979 Comment 7