commit | d5ba82a1fe07a622dec3b304af285bec0410597d | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Tue Oct 13 14:23:56 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Tue Oct 13 14:23:56 2009 -0400 |
tree | e56a89b9f384412e7cf59b0beade5ddd004becbd | |
parent | d5ad08bd4230c2f5d58969c624c39a3f5a2019d1 [diff] |
Prevent getFile from copying when the file is too large. Since the caller expects the data to fit within a certain amount of space, do not copy into the buffer if the data exceeds that space. Requires a change to external/webkit