Bug 128095

Summary: Fix context save/restore mistake spotted in SVGInlineTextBox::paintTextWithShadows
Product: WebKit Reporter: Darin Adler <darin>
Component: SVGAssignee: 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 Flags
Patch none

Description Darin Adler 2014-02-02 20:51:42 PST
Fix context save/restore mistake spotted in SVGInlineTextBox::paintTextWithShadows
Comment 1 Darin Adler 2014-02-02 20:52:35 PST
Created attachment 222956 [details]
Patch
Comment 2 Darin Adler 2014-02-02 20:53:41 PST
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 3 Andreas Kling 2014-02-02 21:45:54 PST
Comment on attachment 222956 [details]
Patch

Sure, r=me.
Maybe someday we can RAII our way out of things like this.
Comment 4 WebKit Commit Bot 2014-02-02 22:13:25 PST
Comment on attachment 222956 [details]
Patch

Clearing flags on attachment: 222956

Committed r163286: <http://trac.webkit.org/changeset/163286>
Comment 5 WebKit Commit Bot 2014-02-02 22:13:28 PST
All reviewed patches have been landed.  Closing bug.