RESOLVED FIXED 99747
prepare-ChangeLog is confused by non-function properties in prototypes
https://bugs.webkit.org/show_bug.cgi?id=99747
Summary prepare-ChangeLog is confused by non-function properties in prototypes
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.