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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:31:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit ecb83246c3b321e8ed1f4f38c687f101f5527009
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 31 21:37:28 2004 +0000

    Fix build problem.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6286 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index bf2a9bb..2e94872 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-31  Richard Williamson   <rjw at apple.com>
+
+	Changed to reflect NP_runtime.h to npruntime.h.
+
+        * copy-webcore-files-to-webkit:
+
 2004-03-31  John Sullivan  <sullivan at apple.com>
 
         Reviewed by Darin.
diff --git a/WebKit/copy-webcore-files-to-webkit b/WebKit/copy-webcore-files-to-webkit
index a5410b2..359403b 100755
--- a/WebKit/copy-webcore-files-to-webkit
+++ b/WebKit/copy-webcore-files-to-webkit
@@ -20,7 +20,7 @@ my %WebCoreFiles = (
 );
 
 my %JavaScriptCoreFiles = (
-    'bindings/NP_runtime.h' => 'Plugins.subproj/npruntime.h',
+    'bindings/npruntime.h' => 'Plugins.subproj/npruntime.h',
 );
 
 my $JavaScriptCorePath = '';

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list