| Index: webkit/glue/webcursor_android.cc
|
| diff --git a/webkit/glue/webcursor_android.cc b/webkit/glue/webcursor_android.cc
|
| index 774133be2730d4125e2776dd125fa65fb664308e..54a8a1d7435be74ce6fa13b74eaeff135355e92b 100644
|
| --- a/webkit/glue/webcursor_android.cc
|
| +++ b/webkit/glue/webcursor_android.cc
|
| @@ -14,7 +14,7 @@ bool WebCursor::SerializePlatformData(Pickle* pickle) const {
|
| return true;
|
| }
|
|
|
| -bool WebCursor::DeserializePlatformData(const Pickle* pickle, void** iter) {
|
| +bool WebCursor::DeserializePlatformData(PickleIterator* iter) {
|
| return true;
|
| }
|
|
|
|
|