Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Fix HTMLLegendElement for FF21 #151

Merged
merged 1 commit into from May 16, 2013

Conversation

arv
Copy link
Contributor

@arv arv commented May 16, 2013

In FF21 legend uses the old XPCOM binding which has issues that changing
window.HTLMElement changes any sub class that has HTMLElement in its prototype
chain. We therefore need to ensure that we do not override HTMLElement before
overriding HTMLLegendElement.

Fixes #149

In FF21 legend uses the old XPCOM binding which has issues that changing
window.HTLMElement changes any sub class that has HTMLElement in its prototype
chain. We therefore need to ensure that we do not override HTMLElement before
overriding HTMLLegendElement.
@ghost ghost assigned dfreedm May 16, 2013
dfreedm added a commit that referenced this pull request May 16, 2013
@dfreedm dfreedm merged commit 7e318b8 into googlearchive:master May 16, 2013
@dfreedm
Copy link
Contributor

dfreedm commented May 16, 2013

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants