DescriptionAdd WTF_EXPORT to BitVector::OutOfLineBits
dllexport/dllimport aren't inherited by nested classes like visibility
attributes are on Posix, and this class has some non-inline methods that
need to get exported.
For example, if ~BitVector gets inlined, we might try calling
OutOfLineBits::destroy across a dll boundry.
BUG=82385
TEST=attempt to build blink_web.dll with Clang on Windows
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176061
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|