| Index: ppapi/c/private/ppp_flash_browser_operations.h
|
| diff --git a/ppapi/c/private/ppp_flash_browser_operations.h b/ppapi/c/private/ppp_flash_browser_operations.h
|
| index 301b74c6fd1413742b4a43547cb08637090704a2..ed34a87abdf88e86d435297d81a06c643b04531d 100644
|
| --- a/ppapi/c/private/ppp_flash_browser_operations.h
|
| +++ b/ppapi/c/private/ppp_flash_browser_operations.h
|
| @@ -4,7 +4,7 @@
|
| */
|
|
|
| /* From private/ppp_flash_browser_operations.idl,
|
| - * modified Thu Mar 28 10:23:11 2013.
|
| + * modified Tue Oct 8 12:16:18 2013.
|
| */
|
|
|
| #ifndef PPAPI_C_PRIVATE_PPP_FLASH_BROWSER_OPERATIONS_H_
|
| @@ -186,7 +186,7 @@ struct PPP_Flash_BrowserOperations_1_3 {
|
| * See also the NPP_GetSitesWithData function in NPAPI:
|
| * https://wiki.mozilla.org/NPAPI:ClearSiteData
|
| */
|
| - void (*GetSitesWithData)(const char* plugin_data_path, char** sites[]);
|
| + void (*GetSitesWithData)(const char* plugin_data_path, char*** sites);
|
| /**
|
| * Frees the list of sites returned by GetSitesWithData.
|
| *
|
|
|