Index: webkit/glue/webcursor_gtk.cc |
diff --git a/webkit/glue/webcursor_gtk.cc b/webkit/glue/webcursor_gtk.cc |
index d46d6e21a0b657df1884817eab80405a029bb685..0e4880b77f3f303e342255e402dfa189bd342d6f 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; |
} |