[Webkit-unassigned] [Bug 54707] Introduce lookup-table based approach for applying CSS properties.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 3 20:20:08 PDT 2011


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





--- Comment #56 from mitz at webkit.org  2011-04-03 20:20:07 PST ---
(From update of attachment 85506)
View in context: https://bugs.webkit.org/attachment.cgi?id=85506&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:3627
> +    if (m_applyProperty.implements(property)) {
> +      if (isInherit)
> +          m_applyProperty.inherit(property, this);
> +      else if (isInitial)
> +          m_applyProperty.initial(property, this);
> +      else
> +          m_applyProperty.value(property, this, value);
> +      return;

WebKit uses 4-space indentation only.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list