[Webkit-unassigned] [Bug 137918] Use references instead of pointers in EditingStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 13 20:30:04 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=137918

--- Comment #15 from Darin Adler <darin at apple.com> ---
Comment on attachment 241485
  --> https://bugs.webkit.org/attachment.cgi?id=241485
Patch v4

View in context: https://bugs.webkit.org/attachment.cgi?id=241485&action=review

> Source/WebCore/editing/EditingStyle.cpp:1548
> +    RefPtr<CSSValue> fontWeight = extractPropertyValue(style, CSSPropertyFontWeight).get();

There is no need for the ".get()" here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141114/6a676cfc/attachment-0002.html>


More information about the webkit-unassigned mailing list