| Index: webkit/glue/webcursor_gtk.cc
|
| diff --git a/webkit/glue/webcursor_gtk.cc b/webkit/glue/webcursor_gtk.cc
|
| index d46d6e21a0b657df1884817eab80405a029bb685..e9b4a12551f5372c8e40595be0669514940413e4 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(PickleIterator* iter) {
|
| return true;
|
| }
|
|
|
|
|