Changeset 99741 in webkit
- Timestamp:
- Nov 9, 2011, 11:28:12 AM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r99740 r99741 1 2011-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 1 9 2011-11-09 Chris Fleizach <cfleizach@apple.com> 2 10 -
trunk/Tools/DumpRenderTree/AccessibilityUIElement.cpp
r99740 r99741 944 944 JSObjectRef AccessibilityUIElement::makeJSAccessibilityUIElement(JSContextRef context, const AccessibilityUIElement& element) 945 945 { 946 if (!element)947 return 0;948 949 946 return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(element)); 950 947 }
Note:
See TracChangeset
for help on using the changeset viewer.