Commit cbb29537 authored by jeremy@chromium.org's avatar jeremy@chromium.org

2011-03-13 Jeremy Moskovich <jeremy@chromium.org>

        Reviewed by Dimitri Glazkov.

        Update comment in CSSValueKeywords.in
        https://bugs.webkit.org/show_bug.cgi?id=56266

        The enums the comment refers to were moved from RenderStyle.h to RenderStyleConstants.h
        in r36579 but it appears that the comment in CSSValueKeywords.in wasn't updated.

        No tests - just updating a comment.

        * css/CSSValueKeywords.in:

git-svn-id: svn://svn.chromium.org/blink/trunk@80965 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a1db5f10
2011-03-13 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Dimitri Glazkov.
Update comment in CSSValueKeywords.in
https://bugs.webkit.org/show_bug.cgi?id=56266
The enums the comment refers to were moved from RenderStyle.h to RenderStyleConstants.h
in r36579 but it appears that the comment in CSSValueKeywords.in wasn't updated.
No tests - just updating a comment.
* css/CSSValueKeywords.in:
2011-03-13 Anton D'Auria <adauria@apple.com> 2011-03-13 Anton D'Auria <adauria@apple.com>
Reviewed by Alice Liu. Reviewed by Alice Liu.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# -------- # --------
# #
# The Values are sorted according to the properties they belong to, # The Values are sorted according to the properties they belong to,
# and have to be in the same order as the enums in RenderStyle.h. # and have to be in the same order as the enums in RenderStyleConstants.h.
# #
# If not, the optimizations in the cssparser and style selector will fail, # If not, the optimizations in the cssparser and style selector will fail,
# and produce incorrect results. # and produce incorrect results.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment