[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

jhoneycutt at apple.com jhoneycutt at apple.com
Thu Apr 8 00:54:10 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2226f8d62c68c354be42b373d829317a30af2f20
Author: jhoneycutt at apple.com <jhoneycutt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 5 01:38:32 2010 +0000

    Qt build fix. Unreviewed.
    
    * accessibility/AXObjectCache.h:
    (WebCore::AXObjectCache::postNotification):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52779 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 019a25c..ac1dd8f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -58,6 +58,13 @@
 
 2010-01-04  Jon Honeycutt  <jhoneycutt at apple.com>
 
+        Qt build fix. Unreviewed.
+
+        * accessibility/AXObjectCache.h:
+        (WebCore::AXObjectCache::postNotification):
+
+2010-01-04  Jon Honeycutt  <jhoneycutt at apple.com>
+
         MSAA: <select> elements should broadcast value change events
 
         https://bugs.webkit.org/show_bug.cgi?id=33088
diff --git a/WebCore/accessibility/AXObjectCache.h b/WebCore/accessibility/AXObjectCache.h
index b174b3b..cb4171a 100644
--- a/WebCore/accessibility/AXObjectCache.h
+++ b/WebCore/accessibility/AXObjectCache.h
@@ -140,7 +140,7 @@ inline void AXObjectCache::handleAriaRoleChanged(RenderObject*) { }
 inline void AXObjectCache::detachWrapper(AccessibilityObject*) { }
 inline void AXObjectCache::attachWrapper(AccessibilityObject*) { }
 inline void AXObjectCache::selectedChildrenChanged(RenderObject*) { }
-inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement) { }
+inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { }
 inline void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification) { }
 inline void AXObjectCache::handleFocusedUIElementChanged(RenderObject*, RenderObject*) { }
 inline void AXObjectCache::handleScrolledToAnchor(const Node*) { }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list