commit | 6bd30ef6f1bf5a8b15e6086e4e5a687898a35189 | [log] [tgz] |
---|---|---|
author | cfleizach@apple.com <cfleizach@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Jan 05 01:36:57 2011 +0000 |
committer | cfleizach@apple.com <cfleizach@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Jan 05 01:36:57 2011 +0000 |
tree | a5ba1db8ceb8e70f65e54a01f6c29759f3e986b9 | |
parent | df6ee08bea6553546e17c865f004c6876bd04fa9 [diff] [blame] |
Unreviewed. Build fix. WK2: Support Accessibility https://bugs.webkit.org/show_bug.cgi?id=51859 WebCore: * accessibility/gtk/AccessibilityObjectWrapperAtk.cpp: (fallbackObject): WebKit2: * WebProcess/WebPage/mac/AccessibilityWebPageObject.mm: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75034 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp b/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp index 714ae54..5beffd2 100644 --- a/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp +++ b/WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp
@@ -76,7 +76,8 @@ static AccessibilityObject* fallbackObject() { - static AXObjectCache* fallbackCache = new AXObjectCache; + // FIXME: An AXObjectCache with a Document is meaningless. + static AXObjectCache* fallbackCache = new AXObjectCache(0); static AccessibilityObject* object = 0; if (!object) { // FIXME: using fallbackCache->getOrCreate(ListBoxOptionRole) is a hack