[webkit-reviews] review granted: [Bug 12248] Apple-style-span class seems unnecessary : [Attachment 103738] Updated WebCore/ChangeLog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 23:17:02 PDT 2011


Justin Garcia <justin.garcia at apple.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 12248: Apple-style-span class seems unnecessary
https://bugs.webkit.org/show_bug.cgi?id=12248

Attachment 103738: Updated WebCore/ChangeLog
https://bugs.webkit.org/attachment.cgi?id=103738&action=review

------- Additional Comments from Justin Garcia <justin.garcia at apple.com>
-	     if (isUnstyledStyleSpan(element.get()))
+	     if (isSpanWithoutAttributesOrUnstyleStyleSpan(element.get()))

Typo: "isSpanWithoutAttributesOrUnstyle*d*StyleSpan.

r=me


More information about the webkit-reviews mailing list