diff options
author | Jonathan Liu <net147@gmail.com> | 2012-12-15 23:42:32 +1100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-17 16:16:21 +0100 |
commit | 5e594b14d4b0295ad562211a43fdc996437bac17 (patch) | |
tree | 5690ca551cae825dab50acc0d3d047d2f9f7a053 /Source/JavaScriptCore/runtime/JSObject.cpp | |
parent | 053fd235640587b8795cb1905fb0116a124fa1a6 (diff) | |
download | qtwebkit-5e594b14d4b0295ad562211a43fdc996437bac17.tar.gz |
Fix undefined reference to JSC::JSCell::classInfo with MinGW-w64
JSC::JSCell::classInfo is defined inline in JSDestructibleObject.h but
not all the classes that that inherit directly from JSCell include
JSDestructibleObject.h.
Move JSC::JSCell::classInfo from JSDestructibleObject.h into JSObject.h
to resolve the undefined reference errors when compiling with MinGW-w64.
JSDestructibleObject.h is already removed upstream in SVN r128851 but
the commit has a lot of other changes which don't apply cleanly.
Task-number: QTBUG-27764
Change-Id: I75b13c93dd13a346e672ca76fd7b23a616653a79
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Alexey Pavlov <alexey.pawlow@gmail.com>
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSObject.cpp')
0 files changed, 0 insertions, 0 deletions