X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=172cfdd1fabd0d81bce535afdbfa8cbfb641c9ab;hp=ea874062708e577933fb834403cf3ee26bdaccfe;hb=1aa4cf7904a8a1f9c6fef2a113c912ae9f6b8365;hpb=58a79e6a1b28b3d1d37e53c6aca0b37f4c281b86;ds=sidebyside diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index ea874062708e..172cfdd1fabd 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,20 @@ +2007-12-18 Sam Weinig + + Reviewed by Geoff. + + Fix for + REGRESSION: fast/events/event-view-toString fails on Leopard + + This fixes an issue where we were incorrectly setting the lastInPrototypeChain + for the JSDOMWindow (the global object) before a call to setPrototype overwrote + it. This fixes it by passing the prototype up the constructor chain so that it + is set before any calls can be made. + + * bindings/js/kjs_window.cpp: + (KJS::Window::Window): + * bindings/js/kjs_window.h: + * bindings/scripts/CodeGeneratorJS.pm: + 2007-12-18 Beth Dakin Reviewed by Oliver.