Skip to content

Commit

Permalink
Merge pull request #26961 from brave/emerick-remove-enable-speedreade…
Browse files Browse the repository at this point in the history
…r-build-flag

Fix enable_speedreader build flag
  • Loading branch information
emerick authored Dec 17, 2024
2 parents d35debc + 93bf4fc commit a59e04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/speedreader/common/buildflags/buildflags.gni
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# You can obtain one at https://mozilla.org/MPL/2.0/.

declare_args() {
enable_speedreader = true
enable_speedreader = !is_ios
}

0 comments on commit a59e04c

Please sign in to comment.