[Webkit-unassigned] [Bug 189819] Implement initialValue support for CSS Custom Properties and Values API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 21 19:53:13 PDT 2018


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rniwa at webkit.org

--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 350461
  --> https://bugs.webkit.org/attachment.cgi?id=350461
Patch

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

> Source/WebCore/css/CSSRegisteredCustomProperty.h:40
> +using CSSRegisteredCustomPropertySet = HashMap<String, std::unique_ptr<CSSRegisteredCustomProperty>>;

It's weird to call HashMap a set. We should probably rename this to CSSRegisteredCustomPropertyMap.

-- 
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/20180922/6c0e09cc/attachment.html>


More information about the webkit-unassigned mailing list