Bug 167684

Summary: ld: warning: instance method '_setAutofilled:' in category conflicts with same method from another category
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebKit Misc.Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer, joepeck, mitz
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix mitz: review+

Joseph Pecoraro
Reported 2017-01-31 21:12:08 PST
When building for iOS I see a linker warning: ld: warning: instance method '_setAutofilled:' in category from /Build/WebKit.build/Release-iphoneos/WebKitLegacy.build/Objects-normal/arm64/DOMHTML.o conflicts with same method from another category It looks like the same DOMHTMLInputElement extension appears in two places. Lets unify.
Attachments
[PATCH] Proposed Fix (3.49 KB, patch)
2017-01-31 21:20 PST, Joseph Pecoraro
mitz: review+
Joseph Pecoraro
Comment 1 2017-01-31 21:20:16 PST
Created attachment 300298 [details] [PATCH] Proposed Fix
mitz
Comment 2 2017-01-31 21:26:13 PST
Comment on attachment 300298 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=300298&action=review > Source/WebKit/mac/DOM/DOMPrivate.h:103 > - (BOOL)_isTextField; You should update the comment above, because this isn’t used by Safari anymore.
Joseph Pecoraro
Comment 3 2017-01-31 21:36:27 PST
Note You need to log in before you can comment on or make changes to this bug.