[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

jberlin at webkit.org jberlin at webkit.org
Wed Dec 22 14:19:46 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6e6d957652365c0a5dbe067c2a068d46cd624267
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 6 19:54:05 2010 +0000

    WKSerializedScriptValue.h needs to be copied over into the WEBKITOUTPUTDIR on Windows.
    https://bugs.webkit.org/show_bug.cgi?id=47287
    
    Rubber-stamped by Dan Bernstein.
    
    * win/WebKit2Generated.make:
    Copy WKSerializedScriptValue.h into $(WEBKITOUTPUTDIR)\include\WebKit2.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69225 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 1704832..36a5b26 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-06  Jessie Berlin  <jberlin at apple.com>
+
+        Rubber-stamped by Dan Bernstein.
+
+        WKSerializedScriptValue.h needs to be copied over into the WEBKITOUTPUTDIR on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=47287
+
+        * win/WebKit2Generated.make:
+        Copy WKSerializedScriptValue.h into $(WEBKITOUTPUTDIR)\include\WebKit2.
+
 2010-10-06  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit2/win/WebKit2Generated.make b/WebKit2/win/WebKit2Generated.make
index ebd72ca..1f434d1 100644
--- a/WebKit2/win/WebKit2Generated.make
+++ b/WebKit2/win/WebKit2Generated.make
@@ -17,6 +17,7 @@ all:
     xcopy /y /d "..\Shared\API\c\WKMutableArray.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKMutableDictionary.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKNumber.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
+    xcopy /y /d "..\Shared\API\c\WKSerializedScriptValue.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKString.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKStringPrivate.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKType.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list