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

mrowe at apple.com mrowe at apple.com
Wed Dec 22 11:42:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e9d6073f43dd70c51bc5b760b56933c8f38e8141
Author: mrowe at apple.com <mrowe at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 4 08:16:27 2010 +0000

    Build fix.
    
    Fix the contents of the forwarding headers too.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64636 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h b/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h
index 0507840..d365065 100644
--- a/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h
+++ b/JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h
@@ -1 +1 @@
-#include <JavaScriptCore/BitMap.h>
+#include <JavaScriptCore/Bitmap.h>
diff --git a/WebCore/ForwardingHeaders/wtf/Bitmap.h b/WebCore/ForwardingHeaders/wtf/Bitmap.h
index bac64b9..25fb885 100644
--- a/WebCore/ForwardingHeaders/wtf/Bitmap.h
+++ b/WebCore/ForwardingHeaders/wtf/Bitmap.h
@@ -1,4 +1,4 @@
-#ifndef WebCore_FWD_BitMap_h
-#define WebCore_FWD_BitMap_h
-#include <JavaScriptCore/BitMap.h>
+#ifndef WebCore_FWD_Bitmap_h
+#define WebCore_FWD_Bitmap_h
+#include <JavaScriptCore/Bitmap.h>
 #endif

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list