Title: [99741] trunk/Tools
Revision
99741
Author
[email protected]
Date
2011-11-09 11:28:12 -0800 (Wed, 09 Nov 2011)

Log Message

Unreviewed build fix.

* DumpRenderTree/AccessibilityUIElement.cpp:
(AccessibilityUIElement::makeJSAccessibilityUIElement):
A bad merge added this check that is making the bots sad.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99740 => 99741)


--- trunk/Tools/ChangeLog	2011-11-09 19:08:03 UTC (rev 99740)
+++ trunk/Tools/ChangeLog	2011-11-09 19:28:12 UTC (rev 99741)
@@ -1,3 +1,11 @@
+2011-11-09  Julien Chaffraix  <[email protected]>
+
+        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  <[email protected]>
 
         AX: crash when accessing selectedTab in a tab list

Modified: trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp (99740 => 99741)


--- trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp	2011-11-09 19:08:03 UTC (rev 99740)
+++ trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp	2011-11-09 19:28:12 UTC (rev 99741)
@@ -943,9 +943,6 @@
 
 JSObjectRef AccessibilityUIElement::makeJSAccessibilityUIElement(JSContextRef context, const AccessibilityUIElement& element)
 {
-    if (!element)
-        return 0;
-    
     return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(element));
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to