* DumpRenderTree/AccessibilityUIElement.cpp:
(AccessibilityUIElement::makeJSAccessibilityUIElement):
A bad merge added this check that is making the bots sad.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@99741
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-11-09 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed build fix.
+
+ * DumpRenderTree/AccessibilityUIElement.cpp:
+ (AccessibilityUIElement::makeJSAccessibilityUIElement):
+ A bad merge added this check that is making the bots sad.
+
2011-11-09 Chris Fleizach <cfleizach@apple.com>
AX: crash when accessing selectedTab in a tab list
JSObjectRef AccessibilityUIElement::makeJSAccessibilityUIElement(JSContextRef context, const AccessibilityUIElement& element)
{
- if (!element)
- return 0;
-
return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(element));
}