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

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:04:22 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 9753c639db76173f42752afa84b9eb003b9ad45f
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 10 18:06:23 2002 +0000

    Jersey test
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@993 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Plugins.subproj/IFPluginView.mm b/WebKit/Plugins.subproj/IFPluginView.mm
index 20b5298..5470226 100644
--- a/WebKit/Plugins.subproj/IFPluginView.mm
+++ b/WebKit/Plugins.subproj/IFPluginView.mm
@@ -223,10 +223,13 @@ extern "C" {
     NSFileManager *fileManager;
     
     [self stop];
+    
+    // remove downloaded files
     fileManager = [NSFileManager defaultManager];
-    for(i=0; i<[filesToErase count]; i++){  // remove downloaded files
+    for(i=0; i<[filesToErase count]; i++){  
         [fileManager removeFileAtPath:[filesToErase objectAtIndex:i] handler:nil]; 
     }
+    
     [filesToErase release];
     [activeURLHandles release];
     [mime release];
diff --git a/WebKit/Plugins.subproj/WebPluginView.m b/WebKit/Plugins.subproj/WebPluginView.m
index 20b5298..5470226 100644
--- a/WebKit/Plugins.subproj/WebPluginView.m
+++ b/WebKit/Plugins.subproj/WebPluginView.m
@@ -223,10 +223,13 @@ extern "C" {
     NSFileManager *fileManager;
     
     [self stop];
+    
+    // remove downloaded files
     fileManager = [NSFileManager defaultManager];
-    for(i=0; i<[filesToErase count]; i++){  // remove downloaded files
+    for(i=0; i<[filesToErase count]; i++){  
         [fileManager removeFileAtPath:[filesToErase objectAtIndex:i] handler:nil]; 
     }
+    
     [filesToErase release];
     [activeURLHandles release];
     [mime release];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list