diff options
author | Jonathan Liu <net147@gmail.com> | 2012-12-12 23:55:01 +1100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-12-12 13:50:14 +0100 |
commit | f5420ab057cbf9aa4452455bd815b69aee8ebddd (patch) | |
tree | c303bc5f036c694386207f14eae80046110441da /Source/JavaScriptCore/runtime/JSObject.cpp | |
parent | 472835a143d1c2b78285c36a61117ebe24aab882 (diff) | |
download | qtwebkit-f5420ab057cbf9aa4452455bd815b69aee8ebddd.tar.gz |
Fix GC3Dintptr and GC3Dsizeiptr typedefs for Win64
https://bugs.webkit.org/show_bug.cgi?id=104426
Patch by Jonathan Liu <net147@gmail.com> on 2012-12-10
Reviewed by Simon Hausmann.
The GC3Dintptr and GC3Dsizeiptr typedefs are incorrect for Win64 as
LLP64 is used there. This would result in compile error due to
narrowing conversion of 64-bit pointer to signed long int which is
32-bit.
* platform/graphics/GraphicsTypes3D.h:
Change-Id: I7da108634cebbfdb1c1b4aed485d10990c3ecaa9
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@137129 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSObject.cpp')
0 files changed, 0 insertions, 0 deletions