Fix template angle bracket syntax in css
commitf2a5e30e033f235a4a1152a0e64fd2d1cd353ae2
authorrob.buis@samsung.com <rob.buis@samsung.com>
Wed, 11 Mar 2015 16:24:49 +0000 (11 16:24 +0000)
committerrob.buis@samsung.com <rob.buis@samsung.com>
Wed, 11 Mar 2015 16:24:49 +0000 (11 16:24 +0000)
tree60c4222074aa58e89c9646c9938c45e2ae6c49f5
parentc88c6cf4476285507bee3d50e089a62ec1032657
Fix template angle bracket syntax in css

In C++11 the parser is able to parse >> as the end of
the template argument list.

BUG=449681

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

git-svn-id: svn://svn.chromium.org/blink/trunk@191714 bbb929c8-8fbe-4397-9dbb-9b2b20218538
47 files changed:
third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp
third_party/WebKit/Source/core/css/CSSBasicShapes.h
third_party/WebKit/Source/core/css/CSSFontFace.h
third_party/WebKit/Source/core/css/CSSFontFaceSource.h
third_party/WebKit/Source/core/css/CSSFontSelector.cpp
third_party/WebKit/Source/core/css/CSSFontSelector.h
third_party/WebKit/Source/core/css/CSSGroupingRule.h
third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
third_party/WebKit/Source/core/css/CSSKeyframesRule.h
third_party/WebKit/Source/core/css/CSSPropertySourceData.h
third_party/WebKit/Source/core/css/CSSRuleList.h
third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
third_party/WebKit/Source/core/css/CSSSelectorList.cpp
third_party/WebKit/Source/core/css/CSSSelectorList.h
third_party/WebKit/Source/core/css/CSSStyleSheet.h
third_party/WebKit/Source/core/css/CSSValuePool.h
third_party/WebKit/Source/core/css/ElementRuleCollector.h
third_party/WebKit/Source/core/css/FontFace.cpp
third_party/WebKit/Source/core/css/FontFace.h
third_party/WebKit/Source/core/css/FontFaceCache.h
third_party/WebKit/Source/core/css/FontFaceSet.cpp
third_party/WebKit/Source/core/css/FontFaceSet.h
third_party/WebKit/Source/core/css/MediaList.cpp
third_party/WebKit/Source/core/css/MediaList.h
third_party/WebKit/Source/core/css/MediaQuery.cpp
third_party/WebKit/Source/core/css/MediaQuery.h
third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp
third_party/WebKit/Source/core/css/MediaQueryEvaluator.h
third_party/WebKit/Source/core/css/MediaQueryList.cpp
third_party/WebKit/Source/core/css/MediaQueryList.h
third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp
third_party/WebKit/Source/core/css/MediaQueryMatcher.h
third_party/WebKit/Source/core/css/PageRuleCollector.cpp
third_party/WebKit/Source/core/css/PageRuleCollector.h
third_party/WebKit/Source/core/css/RuleFeature.h
third_party/WebKit/Source/core/css/RuleSet.cpp
third_party/WebKit/Source/core/css/RuleSet.h
third_party/WebKit/Source/core/css/SelectorFilter.h
third_party/WebKit/Source/core/css/StyleRule.cpp
third_party/WebKit/Source/core/css/StyleRule.h
third_party/WebKit/Source/core/css/StyleRuleKeyframe.cpp
third_party/WebKit/Source/core/css/StyleRuleKeyframe.h
third_party/WebKit/Source/core/css/StyleSheetContents.cpp
third_party/WebKit/Source/core/css/StyleSheetContents.h
third_party/WebKit/Source/core/css/StyleSheetList.cpp
third_party/WebKit/Source/core/css/StyleSheetList.h