Bug 205140

Summary: REGRESSION (r172814): Don't export inline SQLiteDatabase::disableThreadingChecks() method
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebCore Misc.Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, commit-queue, sihui_liu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=136108
Attachments:
Description Flags
Patch v1 none

David Kilzer (:ddkilzer)
Reported 2019-12-11 15:37:53 PST
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.
Attachments
Patch v1 (1.39 KB, patch)
2019-12-11 15:41 PST, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2019-12-11 15:41:23 PST
Created attachment 385452 [details] Patch v1
WebKit Commit Bot
Comment 2 2019-12-12 15:09:56 PST
Comment on attachment 385452 [details] Patch v1 Clearing flags on attachment: 385452 Committed r253445: <https://trac.webkit.org/changeset/253445>
WebKit Commit Bot
Comment 3 2019-12-12 15:09:57 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-12-12 15:10:48 PST
Note You need to log in before you can comment on or make changes to this bug.