X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=5adf4cfebc8232d6de3dd5eff30058253f00fcc4;hp=a8b89990c89cfa4d7fc3b96847555ebca9051f81;hb=a518e2f62ecd7bf8e7bce935330a0582a67c843e;hpb=ae3aa314b17e0493534a2f5bfaba233f228bfc18 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index a8b8999..5adf4cf 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,18 @@ +2008-03-13 Simon Hausmann + + Fix the Qt build. + + * bridge/qt/qt_instance.cpp: + (KJS::Bindings::QtInstance::getQtInstance): + (KJS::Bindings::QtInstance::getRuntimeObject): + * bridge/qt/qt_instance.h: + (KJS::Bindings::QtInstance::create): + * bridge/qt/qt_runtime.cpp: + (KJS::Bindings::convertQVariantToValue): + (KJS::Bindings::QtConnectionObject::execute): + * page/qt/FrameQt.cpp: + (WebCore::Frame::createScriptInstanceForWidget): + 2008-03-12 Sam Weinig Reviewed by Darin Adler.