[webkit-reviews] review granted: [Bug 71666] Devirtualize CSSValue : [Attachment 114097] Patch!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 8 09:55:09 PST 2011


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 71666: Devirtualize CSSValue
https://bugs.webkit.org/show_bug.cgi?id=71666

Attachment 114097: Patch!
https://bugs.webkit.org/attachment.cgi?id=114097&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=114097&action=review


r=me

> Source/WebCore/css/CSSValue.cpp:214
> +    case InitialClass:
> +    case ImplicitInitialClass:
> +	   delete static_cast<CSSInitialValue*>(this);
> +	   return;

This is bit strange.


More information about the webkit-reviews mailing list