Commit ba876ca4 authored by Bugs Nash's avatar Bugs Nash Committed by Commit Bot

Removed stale TODO

Removing my name from all TODO's as part of ramp down off blink.
This TODO is the only instance and is probably not possible.

Bug: 545324
Change-Id: I85e90ef9cfe8af3ea207dcd2792849d57ef2e898
Reviewed-on: https://chromium-review.googlesource.com/831377Reviewed-by: default avatarEric Willigers <ericwilligers@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524660}
parent 156d2268
...@@ -1358,8 +1358,6 @@ CSSValue* ConsumeFontWeight(CSSParserTokenRange& range, ...@@ -1358,8 +1358,6 @@ CSSValue* ConsumeFontWeight(CSSParserTokenRange& range,
return CombineToRangeListOrNull(start_weight, end_weight); return CombineToRangeListOrNull(start_weight, end_weight);
} }
// TODO(bugsnash): move this to the FontFeatureSettings class when it is no
// longer being used by methods outside of the property class
CSSValue* ConsumeFontFeatureSettings(CSSParserTokenRange& range) { CSSValue* ConsumeFontFeatureSettings(CSSParserTokenRange& range) {
if (range.Peek().Id() == CSSValueNormal) if (range.Peek().Id() == CSSValueNormal)
return CSSPropertyParserHelpers::ConsumeIdent(range); return CSSPropertyParserHelpers::ConsumeIdent(range);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment