Avoid double hash lookup in our JS bindings named property getter code for performance reasons.
Created attachment 259409 [details] Patch
Created attachment 259415 [details] Patch
Comment on attachment 259415 [details] Patch r=me I wonder if Dromaeo will be faster now.
Comment on attachment 259415 [details] Patch Clearing flags on attachment: 259415 Committed r188663: <http://trac.webkit.org/changeset/188663>
All reviewed patches have been landed. Closing bug.
This broke the Windows build (see the EWS output? :-) ) The new file "bindings/js/JSDOMNamedFlowCollectionCustom.cpp" needed to be added to the JSBindingsAllInOne.cpp file, since the project settings told MSVC to not build the new file. Fix landed in r188674.
(In reply to comment #6) > This broke the Windows build (see the EWS output? :-) ) > > The new file "bindings/js/JSDOMNamedFlowCollectionCustom.cpp" needed to be > added to the JSBindingsAllInOne.cpp file, since the project settings told > MSVC to not build the new file. > > Fix landed in r188674. Sorry, I thought I had fixed it but I forgot about JSBindingsAllInOne.cpp.