Bug 99747

Summary: prepare-ChangeLog is confused by non-function properties in prototypes
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Tools / TestsAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Minor CC: darin, joepeck
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Change joepeck: review+

Timothy Hatcher
Reported 2012-10-18 12:50:40 PDT
Take: Foo.Bar = function() {} Foo.Bar.prototype = { constructor: Foo.Bar, baz: function() { // Changes here. } }; prepare-ChangeLog will output for the changes function: (Foo.Bar.prototype.constructor.Foo.Bar.baz): It should be: (Foo.Bar.prototype.baz):
Attachments
Proposed Change (2.17 KB, patch)
2012-10-18 12:56 PDT, Timothy Hatcher
joepeck: review+
Timothy Hatcher
Comment 1 2012-10-18 12:56:37 PDT
Created attachment 169452 [details] Proposed Change
Joseph Pecoraro
Comment 2 2012-10-18 13:42:15 PDT
Comment on attachment 169452 [details] Proposed Change r=me
Timothy Hatcher
Comment 3 2012-10-18 13:59:06 PDT
Note You need to log in before you can comment on or make changes to this bug.