[Webkit-unassigned] [Bug 136945] ASSERTION FAILED: columnCount in WebCore::CSSParser::parseGridTemplateAreasRow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 26 06:47:03 PDT 2014


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





--- Comment #8 from Javier Fernandez <jfernandez at igalia.com>  2014-09-26 06:47:02 PST ---
(In reply to comment #7)
> (From update of attachment 238658 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=238658&action=review
> 
> > Source/WebCore/css/CSSParser.cpp:5571
> > +    if (gridRowNames.isEmpty() || gridRowNames.containsOnlyWhitespace())
> 
> The isEmpty check here is now redundant. The containsOnlyWhitespace function returns true for empty strings.

This will be address in bug #137146.

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