Summary: | Fix context save/restore mistake spotted in SVGInlineTextBox::paintTextWithShadows | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Darin Adler <darin> | ||||
Component: | SVG | Assignee: | Darin Adler <darin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, d-r, esprehn+autocc, fmalita, glenn, gyuyoung.kim, kondapallykalyan, pdr, schenney, zimmermann | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Darin Adler
2014-02-02 20:51:42 PST
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. |