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

andersca at apple.com andersca at apple.com
Wed Dec 22 17:49:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit db59e05ef945127cb111f9c40630803a74bf7d18
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 1 00:53:31 2010 +0000

    Fix build.
    
    * Scripts/webkit2/messages.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72980 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 4703879..fd5001b 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,11 @@
 2010-11-30  Anders Carlsson  <andersca at apple.com>
 
+        Fix build.
+
+        * Scripts/webkit2/messages.py:
+
+2010-11-30  Anders Carlsson  <andersca at apple.com>
+
         Reviewed by Sam Weinig.
 
         Rename DrawingAreaBase.h to DrawingAreaInfo.h.
diff --git a/WebKit2/Scripts/webkit2/messages.py b/WebKit2/Scripts/webkit2/messages.py
index 1059d12..7515ca1 100644
--- a/WebKit2/Scripts/webkit2/messages.py
+++ b/WebKit2/Scripts/webkit2/messages.py
@@ -415,6 +415,8 @@ def headers_for_type(type):
         'WebKit::WebMouseEvent': '"WebEvent.h"',
         'WebKit::WebWheelEvent': '"WebEvent.h"',
         'WebKit::WebTouchEvent': '"WebEvent.h"',
+        'WebKit::DrawingAreaBase::DrawingAreaInfo': '"DrawingAreaInfo.h"'
+
     }
     if type in special_cases:
         return [special_cases[type]]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list