Skip to content

Commit

Permalink
[iOS] Roll text-fragments-polyfill to silence unreachable code warning.
Browse files Browse the repository at this point in the history
Bug: 1136043
Change-Id: I2caa0b769cc08dd071d55336ca9202548f0dc433
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521705
Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org>
Commit-Queue: sebsg <sebsg@chromium.org>
Commit-Queue: Tommy Martino <tmartino@chromium.org>
Auto-Submit: Sebastien Lalancette <seblalancette@chromium.org>
Reviewed-by: sebsg <sebsg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824905}
  • Loading branch information
Sebastien Lalancette authored and Commit Bot committed Nov 6, 2020
1 parent f299b63 commit 55872b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1428,7 +1428,7 @@ deps = {
Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revision'),

'src/third_party/text-fragments-polyfill/src': {
'url': Var('chromium_git') + '/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git' + '@' + '8e7110bf0aab9096e1bbad809d233d25b3b70e8f',
'url': Var('chromium_git') + '/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git' + '@' + 'b2df6bf7b4dc1665989306a8119eb041f013f567',
'condition': 'checkout_ios',
},

Expand Down

0 comments on commit 55872b1

Please sign in to comment.