Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: webkit/glue/dom_operations.h

Issue 10445025: GetAllSavableResourceLinksForCurrentPage shouldn't be permitted to modify the array of savable sche… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated to remove cast added in r139253 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/dom_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/dom_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698