[Webkit-unassigned] [Bug 227436] New: Change static funtion to extern in KeywordLookup.h.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 27 23:27:00 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227436

            Bug ID: 227436
           Summary: Change static funtion to extern in KeywordLookup.h.
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jh718.park at samsung.com

Static functions should be put in cpp file so that it is visible only within the file, and header file should include extern functions
with single implementation, not static functions with different impls for each cpp files usually.

-- 
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/20210628/59bb37c3/attachment.htm>


More information about the webkit-unassigned mailing list