Commit 1dcbdfd2 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fixing build error on Win64.

Review URL: http://codereview.chromium.org/8508058

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9958 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 85d4c862
...@@ -1940,7 +1940,7 @@ intptr_t FreeList::EvictFreeListItems(Page* p) { ...@@ -1940,7 +1940,7 @@ intptr_t FreeList::EvictFreeListItems(Page* p) {
EvictFreeListItemsInList(&large_list_, p); EvictFreeListItemsInList(&large_list_, p);
} }
available_ -= sum; available_ -= static_cast<int>(sum);
return sum; return sum;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment