Index: chrome/test/webdriver/commands/appcache_status_command.cc |
diff --git a/chrome/test/webdriver/commands/appcache_status_command.cc b/chrome/test/webdriver/commands/appcache_status_command.cc |
index b943ec4c30c792f1711a280dbee7815d883fabe1..3bd2e4c25e126ddc468128523ac0aba7dddf7b16 100644 |
--- a/chrome/test/webdriver/commands/appcache_status_command.cc |
+++ b/chrome/test/webdriver/commands/appcache_status_command.cc |
@@ -30,7 +30,7 @@ void AppCacheStatusCommand::ExecuteGet(Response* const response) { |
response->SetError(error); |
return; |
} |
- response->SetValue(new base::FundamentalValue(status)); |
+ response->SetValue(base::NumberValue::New(status)); |
} |
} // namespace webdriver |