issue #3279: A warning fix for 64bit platform.

This commit is contained in:
James Chen 2013-11-26 21:54:48 +08:00
parent ecc7783685
commit f6a1f5cc95
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ private:
std::string _meth;
std::string _type;
char* _data;
size_t _dataSize;
uint32_t _dataSize;
JSObject* _onreadystateCallback;
int _readyState;
int _status;