[webkit-reviews] review granted: [Bug 12060] SVG needs to be wired into the shared attribute system : [Attachment 12453] Fixed patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Mon Jan 15 20:10:52 PST 2007


Dave Hyatt <hyatt at apple.com> has granted Dave Hyatt <hyatt at apple.com>'s request
for review:
Bug 12060: SVG needs to be wired into the shared attribute system
http://bugs.webkit.org/show_bug.cgi?id=12060

Attachment 12453: Fixed patch
http://bugs.webkit.org/attachment.cgi?id=12453&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
static HashMap<AtomicStringImpl*, int>* propertyNameToIdMap = 0;

Remove the "= 0".  Statics in a function are already initialized to 0.

r=me



More information about the webkit-reviews mailing list