[Webkit-unassigned] [Bug 12001] marker shorthand property only sets marker-start

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 27 22:23:39 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=12001


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12071|review?                     |review+
               Flag|                            |




------- Comment #4 from darin at apple.com  2006-12-27 22:23 PDT -------
(From update of attachment 12071)
This looks right. The code in parse4Values is similar, and I assume you looked
there to understand the proper technique.

+        CSSValue *value = parsedProperties[numParsedProperties - 1]->value();

I know the code you copied from is formatted this way, but it should be
CSSValue* with the * next to the type.

r=me


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



More information about the webkit-unassigned mailing list