Chromium Code Reviews| Index: Source/core/css/parser/BisonCSSParser.h |
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h |
| index d801e31da1ad3dfe6fbebd0f53d432e2e6e4c3bf..3c457b003d343dae59e44d5e34b0b9b5baeb73f9 100644 |
| --- a/Source/core/css/parser/BisonCSSParser.h |
| +++ b/Source/core/css/parser/BisonCSSParser.h |
| @@ -218,7 +218,7 @@ public: |
| void setLocationLabel(const CSSParserLocation& location) { m_locationLabel = location; } |
| const CSSParserLocation& lastLocationLabel() const { return m_locationLabel; } |
| - void tokenToLowerCase(const CSSParserString& token); |
| + void tokenToLowerCase(CSSParserString& token); |
|
eseidel
2014/04/02 18:35:28
This seems like it belongs on CSSParserString, no?
|
| void markViewportRuleBodyStart() { m_inViewport = true; } |
| void markViewportRuleBodyEnd() { m_inViewport = false; } |