Fix context save/restore mistake spotted in SVGInlineTextBox::paintTextWithShadows
Created attachment 222956 [details] Patch
I spotted this obvious minor logic mistake while making some other changes to this function. This is the minimal change to fix it. I have no idea if the error causes actual symptoms, but it seems worth fixing.
Comment on attachment 222956 [details] Patch Sure, r=me. Maybe someday we can RAII our way out of things like this.
Comment on attachment 222956 [details] Patch Clearing flags on attachment: 222956 Committed r163286: <http://trac.webkit.org/changeset/163286>
All reviewed patches have been landed. Closing bug.