Remove usage of CSSParserValue in MediaQueryParser
commit228ef540016ab8758ccf0432ec46d06c134991ad
authorrob.buis@samsung.com <rob.buis@samsung.com>
Wed, 17 Jun 2015 00:58:29 +0000 (17 00:58 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Wed, 17 Jun 2015 00:58:29 +0000 (17 00:58 +0000)
tree9fe2824c660f15b2dcf6a45bb5565ae93b8be2f9
parent346d11013133048f334e92648fdd22576bef1fe0
Remove usage of CSSParserValue in MediaQueryParser

Remove usage of CSSParserValue in MediaQueryParser by using
CSSParserToken everywhere. Also prefer to deal with const ref
rather than pointers.

BUG=499780

Review URL: https://codereview.chromium.org/1176393005

git-svn-id: svn://svn.chromium.org/blink/trunk@197219 bbb929c8-8fbe-4397-9dbb-9b2b20218538
third_party/WebKit/Source/core/css/MediaQueryExp.cpp
third_party/WebKit/Source/core/css/MediaQueryExp.h
third_party/WebKit/Source/core/css/parser/MediaQueryParser.cpp
third_party/WebKit/Source/core/css/parser/MediaQueryParser.h