| Index: content/ppapi_plugin/broker_process_dispatcher.cc
|
| diff --git a/content/ppapi_plugin/broker_process_dispatcher.cc b/content/ppapi_plugin/broker_process_dispatcher.cc
|
| index d9dd97424c2abbb51ba78f34eab007a505bc9775..c6d8592c69f7103fe99c66bcae4a04b0b2bd77e0 100644
|
| --- a/content/ppapi_plugin/broker_process_dispatcher.cc
|
| +++ b/content/ppapi_plugin/broker_process_dispatcher.cc
|
| @@ -304,7 +304,7 @@ bool BrokerProcessDispatcher::SetSitePermission(
|
| return true;
|
|
|
| std::string data_str = ConvertPluginDataPath(plugin_data_path);
|
| - scoped_array<PP_Flash_BrowserOperations_SiteSetting> site_array(
|
| + scoped_ptr<PP_Flash_BrowserOperations_SiteSetting[]> site_array(
|
| new PP_Flash_BrowserOperations_SiteSetting[sites.size()]);
|
|
|
| for (size_t i = 0; i < sites.size(); ++i) {
|
|
|