[Webkit-unassigned] [Bug 67139] Early return in CSSPrimitiveValue::getDoubleValueInternal() omits additional invalid enums

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 10:37:59 PDT 2011


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





--- Comment #1 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2011-08-29 10:38:00 PST ---
(In reply to comment #0)
> * SUMMARY
> The early return code in CSSPrimitiveValue::getDoubleValueInternal() in CSSPrimitiveValue.cpp ignores the newly added CSS_COUNTER_NAME enum because it checks for currently-known illegal values instead of currently-known legal values.

As well as CSS_FROM_FLOW and CSS_SHAPE now.

-- 
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