Bug 875449 - Bustage fix.

This commit is contained in:
Ryan VanderMeulen 2013-06-07 08:54:13 -04:00
parent c9c773f3e4
commit 055c86c506

View File

@ -63,7 +63,7 @@ struct SetDOMProxyInformation
{
SetDOMProxyInformation() {
js::SetDOMProxyInformation((void*) &HandlerFamily,
js::JSSLOT_PROXY_EXTRA + JSPROXYSLOT_EXPANDO, DOMProxyShadow);
js::JSSLOT_PROXY_EXTRA + JSPROXYSLOT_EXPANDO, DOMProxyShadows);
}
};