Bug 11986 - minor cleanup to SVGPaintServer*
Summary: minor cleanup to SVGPaintServer*
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 12:04 PST by Eric Seidel (no email)
Modified: 2006-12-26 12:21 PST (History)
0 users

See Also:


Attachments
Just a little cleanup patch (15.87 KB, patch)
2006-12-26 12:10 PST, Eric Seidel (no email)
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-12-26 12:04:35 PST
minor cleanup to SVGPaintServer*

This patch removes the isPaintingText() functions and activeClient() functions.  No changes to layout tests.
Comment 1 Eric Seidel (no email) 2006-12-26 12:10:15 PST
Created attachment 12041 [details]
Just a little cleanup patch
Comment 2 Geoffrey Garen 2006-12-26 12:16:43 PST
Comment on attachment 12041 [details]
Just a little cleanup patch

r=me
Comment 3 Eric Seidel (no email) 2006-12-26 12:21:20 PST
Thanks.