Chromium Code Reviews

Unified Diff: Source/WebCore/css/CSSParser.cpp

Issue 7149011: Merge 88448 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/css3/calc/regression-62276-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/css/CSSParser.cpp
===================================================================
--- Source/WebCore/css/CSSParser.cpp (revision 88749)
+++ Source/WebCore/css/CSSParser.cpp (working copy)
@@ -5934,6 +5934,9 @@
case FUNCTION:
case ANYFUNCTION:
case NOTFUNCTION:
+ case CALCFUNCTION:
+ case MINFUNCTION:
+ case MAXFUNCTION:
yylval->string.characters = t;
yylval->string.length = length;
break;
« no previous file with comments | « LayoutTests/css3/calc/regression-62276-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine