| Index: content/child/appcache/appcache_frontend_impl.cc
|
| diff --git a/content/child/appcache/appcache_frontend_impl.cc b/content/child/appcache/appcache_frontend_impl.cc
|
| index 8bc059f79ac620a3c2641a9a207cb40e891520f0..33baebd7514201dfd2a5db2267c6fcca5311dc57 100644
|
| --- a/content/child/appcache/appcache_frontend_impl.cc
|
| +++ b/content/child/appcache/appcache_frontend_impl.cc
|
| @@ -132,8 +132,8 @@ STATIC_ASSERT_ENUM(WebApplicationCacheHost::PolicyError, APPCACHE_POLICY_ERROR);
|
| STATIC_ASSERT_ENUM(WebApplicationCacheHost::UnknownError,
|
| APPCACHE_UNKNOWN_ERROR);
|
|
|
| -STATIC_ASSERT_ENUM(WebConsoleMessage::LevelDebug, APPCACHE_LOG_DEBUG);
|
| -STATIC_ASSERT_ENUM(WebConsoleMessage::LevelLog, APPCACHE_LOG_INFO);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::LevelVerbose, APPCACHE_LOG_VERBOSE);
|
| +STATIC_ASSERT_ENUM(WebConsoleMessage::LevelInfo, APPCACHE_LOG_INFO);
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelWarning, APPCACHE_LOG_WARNING);
|
| STATIC_ASSERT_ENUM(WebConsoleMessage::LevelError, APPCACHE_LOG_ERROR);
|
|
|
|
|