Commit cf9fc3b4 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

ios: Attempt to work around a clang bug.

No intended behavior change.

Bug: 1084623
Change-Id: Id435f5affaa6980b5f1625d95c87967d45264501
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207585
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770642}
parent e7ab70be
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
// which is suboptimal user experience). // which is suboptimal user experience).
// - Extremely long URLs (these use a lot of memory during the navigation // - Extremely long URLs (these use a lot of memory during the navigation
// causing stability problems). // causing stability problems).
class InvalidUrlTabHelper : public web::WebStateUserData<InvalidUrlTabHelper>, class InvalidUrlTabHelper : public web::WebStatePolicyDecider,
public web::WebStatePolicyDecider { public web::WebStateUserData<InvalidUrlTabHelper> {
public: public:
~InvalidUrlTabHelper() override; ~InvalidUrlTabHelper() override;
......
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