[JSCustomPrototypePutDelegate] is used to write custom code for named getters on a prototype interface. "PutDelegate" is just a method name in implementation and not so descriptive. We can rename it to [JSCustomNamedGetterOnPrototype]. This is also for naming consistency with [CustomNamedGetter].
Created attachment 126504 [details] Patch
Comment on attachment 126504 [details] Patch Clearing flags on attachment: 126504 Committed r107436: <http://trac.webkit.org/changeset/107436>
All reviewed patches have been landed. Closing bug.
This appears to have regressed fast/forms/formmethod-attribute-input-html.html, fast/forms/formmethod-attribute-button-html.html and fast/forms/formaction-attribute.html which have to do with the formmethod attribute.
(In reply to comment #4) > This appears to have regressed fast/forms/formmethod-attribute-input-html.html, fast/forms/formmethod-attribute-button-html.html and fast/forms/formaction-attribute.html which have to do with the formmethod attribute. Hmm, and now it's passing. I'll keep watching the bots to see if a pattern emerges.
This change should only have affected JSC.