Skip to content
Snippets Groups Projects
Commit a957f0e5 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Fix an incomplete comment.

R=jmesserly@google.com

Review URL: https://codereview.chromium.org//1993023002 .
parent 3ebebba4
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,8 @@ class Configuration {
addTags: addTags,
// Make sure we pass [chosenPresets] to the child configurations as
// well. This ensures that
// well. This ensures that tags and platforms can have preset-specific
// behavior.
tags: _withChosenPresets(tags, chosenPresets),
onPlatform: _withChosenPresets(onPlatform, chosenPresets),
presets: _withChosenPresets(presets, chosenPresets));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment