_getComputedFloat should be rewritten in C++ for performance.
Created attachment 226805 [details] Patch
Comment on attachment 226805 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226805&action=review > Source/WebCore/platform/mac/HTMLConverter.mm:769 > + if (Node* parent = node.parentNode()) This is really a ContainerNode*. > Source/WebCore/platform/mac/HTMLConverter.mm:802 > + if (Node* parent = node.parentNode()) This is really a ContainerNode*.
Committed r165786: <http://trac.webkit.org/changeset/165786>