bool
WindowNamedPropertiesHandler::defineProperty(JSContext* aCx,
        JS::Handle<JSObject*> aProxy,
        JS::Handle<jsid> aId,
        JS::MutableHandle<JSPropertyDescriptor> aDesc) const
{
    ErrorResult rv;
    rv.ThrowTypeError(MSG_DEFINEPROPERTY_ON_GSP);
    rv.ReportErrorWithMessage(aCx);
    return false;
}