Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: ios/web/public/web_state/web_state.h

Issue 2799953002: Treat loads of invalid URLs as no-ops unless triggered by window.open. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/web/public/web_state/web_state.h
diff --git a/ios/web/public/web_state/web_state.h b/ios/web/public/web_state/web_state.h
index a1a49fcd65208b7e0d1a0ac371ee987d3904c6e9..3ce579b36e143720e6aad95ed5a0bff7ffdb0203 100644
--- a/ios/web/public/web_state/web_state.h
+++ b/ios/web/public/web_state/web_state.h
@@ -61,7 +61,7 @@ class WebState : public base::SupportsUserData {
web::BrowserState* browser_state;
// Whether the WebState is created as the result of a window.open or by
- // clicking a link with a blank targer. Used to determin whether the
+ // clicking a link with a blank target. Used to determine whether the
// WebState is allowed to be closed via window.close().
bool created_with_opener;
};

Powered by Google App Engine
This is Rietveld 408576698