| Index: chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc b/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc
|
| index 27ff16b2bdf96f47d54b2b163e69c4fac39e560e..62af29aff01fe0d9c98f98801ba5b1432690fa8d 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc
|
| @@ -76,8 +76,8 @@ void QuotaInternalsHandler::ReportStatistics(const Statistics& stats) {
|
|
|
| void QuotaInternalsHandler::SendMessage(const std::string& message,
|
| const base::Value& value) {
|
| - web_ui()->CallJavascriptFunction(
|
| - "cr.quota.messageHandler", base::StringValue(message), value);
|
| + web_ui()->CallJavascriptFunctionUnsafe("cr.quota.messageHandler",
|
| + base::StringValue(message), value);
|
| }
|
|
|
| void QuotaInternalsHandler::OnRequestInfo(const base::ListValue*) {
|
|
|