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

paroga at webkit.org paroga at webkit.org
Wed Dec 22 14:56:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1f905ca0efa89f4472ffe47221a336b53c05341e
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 25 18:45:22 2010 +0000

    2010-10-25  Patrick Gansterer  <paroga at webkit.org>
    
            Reviewed by Adam Roben.
    
            [WINCE] Use default implementation of AXObjectCache::platformGenerateAXID
            https://bugs.webkit.org/show_bug.cgi?id=48239
    
            WinCE does not support NotifyWinEvent, so use the default implementation.
    
            * accessibility/AXObjectCache.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70469 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index e7440ab..4132ebe 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-25  Patrick Gansterer  <paroga at webkit.org>
+
+        Reviewed by Adam Roben.
+
+        [WINCE] Use default implementation of AXObjectCache::platformGenerateAXID
+        https://bugs.webkit.org/show_bug.cgi?id=48239
+
+        WinCE does not support NotifyWinEvent, so use the default implementation.
+
+        * accessibility/AXObjectCache.cpp:
+
 2010-10-25  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebCore/accessibility/AXObjectCache.cpp b/WebCore/accessibility/AXObjectCache.cpp
index 30cce3a..5f969cd 100644
--- a/WebCore/accessibility/AXObjectCache.cpp
+++ b/WebCore/accessibility/AXObjectCache.cpp
@@ -323,7 +323,7 @@ void AXObjectCache::remove(RenderObject* renderer)
     m_renderObjectMapping.remove(renderer);
 }
 
-#if !PLATFORM(WIN)
+#if !PLATFORM(WIN) || OS(WINCE)
 AXID AXObjectCache::platformGenerateAXID() const
 {
     static AXID lastUsedID = 0;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list