Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: trunk/Source/core/css/parser/CSSParserIdioms.h

Issue 196653020: Revert 169289 "A thread-safe Media Query Parser" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/Source/core/css/MediaQuerySetTest.cpp ('k') | trunk/Source/core/css/parser/MediaQueryInputStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/css/parser/CSSParserIdioms.h
===================================================================
--- trunk/Source/core/css/parser/CSSParserIdioms.h (revision 169291)
+++ trunk/Source/core/css/parser/CSSParserIdioms.h (working copy)
@@ -36,7 +36,7 @@
namespace WebCore {
// Space characters as defined by the CSS specification.
-// http://www.w3.org/TR/css3-syntax/#whitespace
+// http://www.w3.org/TR/css3-syntax/
inline bool isCSSSpace(UChar c)
{
return c == ' ' || c == '\t' || c == '\n';
« no previous file with comments | « trunk/Source/core/css/MediaQuerySetTest.cpp ('k') | trunk/Source/core/css/parser/MediaQueryInputStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698