| Index: webkit/glue/dom_operations.h
|
| diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h
|
| index bfaa40ad10a0ce9bac29ced7c765e4d408c18be3..33de6853898dde2cab870b8f4e97e8cca41b030b 100644
|
| --- a/webkit/glue/dom_operations.h
|
| +++ b/webkit/glue/dom_operations.h
|
| @@ -59,7 +59,7 @@ struct SavableResourcesResult {
|
| WEBKIT_GLUE_EXPORT bool GetAllSavableResourceLinksForCurrentPage(
|
| WebKit::WebView* view,
|
| const GURL& page_url, SavableResourcesResult* savable_resources_result,
|
| - const char** savable_schemes);
|
| + const char* const* savable_schemes);
|
|
|
| // Invokes pauseAnimationAtTime on the AnimationController associated with the
|
| // |view|s main frame.
|
|
|