WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
r131798
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug