[Webkit-unassigned] [Bug 193481] New: Add 'inline' specifier for declarations for its definitions are defined in separate headers (…Inlines.h)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 19:07:27 PST 2019


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

            Bug ID: 193481
           Summary: Add 'inline' specifier for declarations for its
                    definitions are defined in separate headers
                    (…Inlines.h)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

WebKit is using separate headers (…Inlines.h) for some inline functions.
There was a discussion on it.

  [webkit-dev] …Inlines.h vs …InlineMethods.h
  https://lists.webkit.org/pipermail/webkit-dev/2012-November/022703.html

In certain condition of missing inlucing …Inlines.h, this may cause linkage errors only for Windows port.

  Bug 191626 – REGRESSION(r238039) WebCore::JSDOMGlobalObject::createStructure is using JSC::Structure::create without including StructureInlines.h
  Bug 155657 – JSDOMGlobalObject.h needs to #include StructureInlines.h

To prevent such issues, I'd like to experiment using 'inline' specifier for declarations in this ticket.

-- 
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/20190116/18705540/attachment.html>


More information about the webkit-unassigned mailing list