Changeset 99741 in webkit


Ignore:
Timestamp:
Nov 9, 2011, 11:28:12 AM (14 years ago)
Author:
jchaffraix@webkit.org
Message:

Unreviewed build fix.

  • DumpRenderTree/AccessibilityUIElement.cpp:

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

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r99740 r99741  
     12011-11-09  Julien Chaffraix  <jchaffraix@webkit.org>
     2
     3        Unreviewed build fix.
     4
     5        * DumpRenderTree/AccessibilityUIElement.cpp:
     6        (AccessibilityUIElement::makeJSAccessibilityUIElement):
     7        A bad merge added this check that is making the bots sad.
     8
    192011-11-09  Chris Fleizach  <cfleizach@apple.com>
    210
  • trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp

    r99740 r99741  
    944944JSObjectRef AccessibilityUIElement::makeJSAccessibilityUIElement(JSContextRef context, const AccessibilityUIElement& element)
    945945{
    946     if (!element)
    947         return 0;
    948    
    949946    return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(element));
    950947}
Note: See TracChangeset for help on using the changeset viewer.