| Index: content/browser/webui/web_ui_controller_factory_registry.cc
|
| diff --git a/content/browser/webui/web_ui_controller_factory_registry.cc b/content/browser/webui/web_ui_controller_factory_registry.cc
|
| index a933ecd7c9401a87e5ccc5386dff6c41045bd651..a80f52b8760983fff92d4bd1fefa84991f074c8c 100644
|
| --- a/content/browser/webui/web_ui_controller_factory_registry.cc
|
| +++ b/content/browser/webui/web_ui_controller_factory_registry.cc
|
| @@ -83,7 +83,7 @@ bool WebUIControllerFactoryRegistry::IsURLAcceptableForWebUI(
|
| return UseWebUIForURL(browser_context, url) ||
|
| // It's possible to load about:blank in a Web UI renderer.
|
| // See http://crbug.com/42547
|
| - url.spec() == kAboutBlankURL ||
|
| + url.spec() == url::kAboutBlankURL ||
|
| // javascript: and debug URLs like chrome://kill are allowed.
|
| IsRendererDebugURL(url);
|
| }
|
|
|