Index: webkit/glue/webcursor_gtk.cc |
diff --git a/webkit/glue/webcursor_gtk.cc b/webkit/glue/webcursor_gtk.cc |
index b9fff015a90c51ae118d77cf9a45e746d102c17b..1fda52afc981dd3d8be5455138177212ee423e39 100644 |
--- a/webkit/glue/webcursor_gtk.cc |
+++ b/webkit/glue/webcursor_gtk.cc |
@@ -199,7 +199,7 @@ bool WebCursor::SerializePlatformData(Pickle* pickle) const { |
return true; |
} |
-bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { |
+bool WebCursor::DeserializePlatformData(PickleReader* iter) { |
return true; |
} |