Index: webkit/glue/webcursor_aura.cc |
diff --git a/webkit/glue/webcursor_aura.cc b/webkit/glue/webcursor_aura.cc |
index 7610aff3f7c71dab23c368194a75ad9492ee5465..a1ab70626ebf78c8652702a3910f19122df0a2a9 100644 |
--- a/webkit/glue/webcursor_aura.cc |
+++ b/webkit/glue/webcursor_aura.cc |
@@ -113,7 +113,7 @@ bool WebCursor::SerializePlatformData(Pickle* pickle) const { |
return true; |
} |
-bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) { |
+bool WebCursor::DeserializePlatformData(PickleReader* iter) { |
return true; |
} |