[Webkit-unassigned] [Bug 205140] New: REGRESSION (r172814): Don't export inline SQLiteDatabase::disableThreadingChecks() method
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 11 15:37:53 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205140
Bug ID: 205140
Summary: REGRESSION (r172814): Don't export inline
SQLiteDatabase::disableThreadingChecks() method
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ddkilzer at webkit.org
CC: achristensen at apple.com
This is wrong in Source/WebCore/platform/sql/SQLiteDatabase.h
#ifndef NDEBUG
WEBCORE_EXPORT void disableThreadingChecks();
#else
WEBCORE_EXPORT void disableThreadingChecks() {}
#endif
The inline method should not have the WEBCORE_EXPORT macro.
Regressed in r172814 for Bug 136108.
Found when compiling WebKit with Release configuration and compiler optimizations disabled.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191211/da04fe87/attachment.htm>
More information about the webkit-unassigned
mailing list