diff options
Diffstat (limited to 'webkit/glue/webcursor_android.cc')
-rw-r--r-- | webkit/glue/webcursor_android.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webcursor_android.cc b/webkit/glue/webcursor_android.cc index 774133b..54a8a1d 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; } |