[Webkit-unassigned] [Bug 136945] ASSERTION FAILED: columnCount in WebCore::CSSParser::parseGridTemplateAreasRow
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 25 22:05:05 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136945
--- Comment #7 from Darin Adler <darin at apple.com> 2014-09-25 22:05:04 PST ---
(From update of attachment 238658)
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.
--
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