| Index: Source/core/css/parser/CSSParserIdioms.h
 | 
| diff --git a/Source/core/css/parser/CSSParserIdioms.h b/Source/core/css/parser/CSSParserIdioms.h
 | 
| index d0e0b241397a174872fdec4631e29f3a9d9619b5..4217d0a43682a9d7e8e3c376e7b622e50c398f75 100644
 | 
| --- a/Source/core/css/parser/CSSParserIdioms.h
 | 
| +++ b/Source/core/css/parser/CSSParserIdioms.h
 | 
| @@ -36,7 +36,7 @@
 | 
|  namespace WebCore {
 | 
|  
 | 
|  // Space characters as defined by the CSS specification.
 | 
| -// http://www.w3.org/TR/css3-syntax/
 | 
| +// http://www.w3.org/TR/css3-syntax/#whitespace
 | 
|  inline bool isCSSSpace(UChar c)
 | 
|  {
 | 
|      return c == ' ' || c == '\t' || c == '\n';
 | 
| 
 |