I don't think you need polar coordinates for this. The region is a triangle with vertices (0,0), (0, -2) and (-1, 1) I'm fairly certain. The next part is where I'm still having trouble with these types of problems. I haven't really tried to do any until now though but...
D = {(x,y) | -1 =< x =< 0 , -x =< y =< x+2} or D = {(x,y) | 0 =< y =< 1 , y-2 =< x =< -y}
It could be either of these although I may have set them up wrong.
I'm pretty sure about the first part of the domain but not so much on the second one. I get confused on which its less than or greater than sometimes. I'm pretty sure the second domain is right but I don't know about the first. But anyway.
int[0,1] int[y-2, -y] f(x,y) dxdy
Someone else should check this but I know you don't need polar coordinates.