| 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 519bc217f82715f1c764e77a57300f9537e5db79..766a3bb8ed6dc760682cec0ae6b7c6a93cb1eafd 100644
|
| --- a/ios/web/public/web_state/web_state.h
|
| +++ b/ios/web/public/web_state/web_state.h
|
| @@ -69,7 +69,7 @@ class WebState : public base::SupportsUserData {
|
| virtual void OpenURL(const OpenURLParams& params) = 0;
|
|
|
| // Gets the NavigationManager associated with this WebState. Can never return
|
| - // NULL.
|
| + // null.
|
| virtual NavigationManager* GetNavigationManager() = 0;
|
|
|
| // Gets the CRWJSInjectionReceiver associated with this WebState.
|
|
|