[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373
barraclough at apple.com
barraclough at apple.com
Thu Apr 8 02:01:54 UTC 2010
The following commit has been merged in the webkit-1.2 branch:
commit 6d27e3b3bdd9e3393b7b064e57eb0fcb80306064
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Feb 26 22:53:39 2010 +0000
* bridge/qt/qt_pixmapruntime.cpp:
(JSC::Bindings::QtPixmapInstance::invokeMethod):
Reviewed by NOBODY (Build fix following r55312).
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55317 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c231b05..12795d4 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-26 Gavin Barraclough <barraclough at apple.com>
+
+ Reviewed by NOBODY (Build fix following r55312).
+
+ * bridge/qt/qt_pixmapruntime.cpp:
+ (JSC::Bindings::QtPixmapInstance::invokeMethod):
+
2010-02-26 Alexey Proskuryakov <ap at apple.com>
Reviewed by Anders Carlsson.
diff --git a/WebCore/bridge/qt/qt_pixmapruntime.cpp b/WebCore/bridge/qt/qt_pixmapruntime.cpp
index 10de10a..803316d 100644
--- a/WebCore/bridge/qt/qt_pixmapruntime.cpp
+++ b/WebCore/bridge/qt/qt_pixmapruntime.cpp
@@ -186,7 +186,7 @@ JSValue QtPixmapInstance::getMethod(ExecState* exec, const Identifier& propertyN
JSValue QtPixmapInstance::invokeMethod(ExecState* exec, RuntimeMethod* runtimeMethod, const ArgList& args)
{
- const MethodList& methodList = *runtimeMethod->methods();
+ const MethodList& methods = *runtimeMethod->methods();
if (methods.size() == 1) {
QtPixmapRuntimeMethod* method = static_cast<QtPixmapRuntimeMethod*>(methods[0]);
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list