[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

barraclough at apple.com barraclough at apple.com
Wed Mar 17 18:03:44 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit d30e25161c81a5d0caff95416779b5acd75d4645
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