[Webkit-unassigned] [Bug 72205] New: Remove Duplicate Symbol Exports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 20:49:49 PST 2011


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

           Summary: Remove Duplicate Symbol Exports
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


shell> find-duplicate-exports.rb Source/WebCore/WebCore.exp.in
Duplicate: __ZN7WebCore15setDOMExceptionEPN3JSC9ExecStateEi on line 1579, original was on line 472
Duplicate: __ZN7WebCore9HTMLNames8videoTagE on line 1909, original was on line 1068
Duplicate: __ZN7WebCore8Document12updateLayoutEv on line 1922, original was on line 898
Duplicate: __ZNK7WebCore13ResourceErrorcvP7NSErrorEv on line 1977, original was on line 1201

Each of these duplicate symbols was mentioned in a #if section but was already always defined anyways.
JavaScriptCore and WebKit exp files had no duplicates (according to my script).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list