Bug 134383

Summary: prepare-ChangeLog mangles Objective-C selectors for methods with parameter types that contain colons
Product: WebKit Reporter: mitz
Component: Tools / TestsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, darin, gyuyoung.kim, sergio, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove potentially colon-containing bits from the method declaration before splitting at colons thorton: review+

Description mitz 2014-06-26 21:57:01 PDT
prepare-ChangeLog mangles Objective-C selectors for methods with parameter types that contain colons
Comment 1 mitz 2014-06-26 22:00:29 PDT
Created attachment 233960 [details]
Remove potentially colon-containing bits from the method declaration before splitting at colons
Comment 2 mitz 2014-06-26 22:36:32 PDT
Fixed in <http://trac.webkit.org/r170520>.