RESOLVED INVALID 77591
Replace [CustomPrototypeDefineGetter] with [CustomDefineGetter]
https://bugs.webkit.org/show_bug.cgi?id=77591
Summary Replace [CustomPrototypeDefineGetter] with [CustomDefineGetter]
Kentaro Hara
Reported 2012-02-01 18:15:19 PST
[CustomPrototypeDefineGetter] is implemented in CodeGeneratorJS.pm only, and it has the same meaning as [CustomDefineGetter]. We can replace [CustomPrototypeDefineGetter] with [CustomDefineGetter].
Attachments
Patch (2.52 KB, patch)
2012-02-01 18:18 PST, Kentaro Hara
abarth: review+
webkit-ews: commit-queue-
Kentaro Hara
Comment 1 2012-02-01 18:18:00 PST
Adam Barth
Comment 2 2012-02-01 18:42:36 PST
Comment on attachment 125059 [details] Patch Yeah, certainly looks the same.
Early Warning System Bot
Comment 3 2012-02-01 19:11:21 PST
Gyuyoung Kim
Comment 4 2012-02-01 19:54:50 PST
Collabora GTK+ EWS bot
Comment 5 2012-02-02 04:53:01 PST
Kentaro Hara
Comment 6 2012-02-03 03:10:29 PST
Sorry, the patch was wrong. [CustomDefineGetter] and [CustomPrototypeDefineGetter] are different. The former declares defineGetter() on an interface class (e.g. JSLocation), and the latter declares defineGetter() on a prototype interface class (e.g. JSLocationPrototype). Let me mark this bug as WONTFIX.
Note You need to log in before you can comment on or make changes to this bug.