[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:39:58 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3b46d053dcd087e28f35e511dc5c642bd18f8628
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri May 14 14:23:20 2004 +0000

            Reviewed by me
    
            * Plugins.subproj/WebPluginController.m:
            (-[WebPluginController webPlugInContainerLoadRequest:inFrame:]): Fixed a compile error: undeclared identifier.
            Looked like a typo.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6596 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index f5d405b..ba1a9f9 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2004-05-14  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by me
+
+        * Plugins.subproj/WebPluginController.m:
+        (-[WebPluginController webPlugInContainerLoadRequest:inFrame:]): Fixed a compile error: undeclared identifier. 
+        Looked like a typo.
+
 2004-05-13  Richard Williamson   <rjw at apple.com>
 
 	Backed out mistaken change that I didn't mean to checkin.
diff --git a/WebKit/Plugins.subproj/WebPluginController.m b/WebKit/Plugins.subproj/WebPluginController.m
index affd1e4..7e7979d 100644
--- a/WebKit/Plugins.subproj/WebPluginController.m
+++ b/WebKit/Plugins.subproj/WebPluginController.m
@@ -166,7 +166,7 @@
         [[frame _bridge] stringByEvaluatingJavaScriptFromString:JSString];
     } else {
         if (!request) {
-            ERROR("could not load URL %@", URL);
+            ERROR("could not load URL %@", [request URL]);
             return;
         }
         [frame _loadRequest:request inFrameNamed:target];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list