$OpenBSD$ index 63cc999..7836f91 100644 --- dom/base/WindowNamedPropertiesHandler.cpp.orig Fri Feb 20 15:40:37 2015 +++ dom/base/WindowNamedPropertiesHandler.cpp Fri Feb 20 15:40:37 2015 @@ -83,10 +83,11 @@ GetWindowFromGlobal(JSObject* aGlobal) } bool -WindowNamedPropertiesHandler::getOwnPropertyDescriptor(JSContext* aCx, - JS::Handle aProxy, - JS::Handle aId, - JS::MutableHandle aDesc) +WindowNamedPropertiesHandler::getOwnPropDescriptor(JSContext* aCx, + JS::Handle aProxy, + JS::Handle aId, + bool /* unused */, + JS::MutableHandle aDesc) { if (!JSID_IS_STRING(aId)) { // Nothing to do if we're resolving a non-string property.