Changeset 143549 in webkit
- Timestamp:
- Feb 20, 2013, 6:24:46 PM (12 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r143546 r143549 1 2013-02-20 Ojan Vafai <ojan@chromium.org> 2 3 Speculative fix for EFL and Windows compilers not realizing 4 that all possible cases have a return value from this switch. 5 6 * rendering/RenderBox.cpp: 7 (WebCore::RenderBox::computeReplacedLogicalWidthUsing): 8 1 9 2013-02-20 David Hyatt <hyatt@apple.com> 2 10 -
trunk/Source/WebCore/rendering/RenderBox.cpp
r143546 r143549 2623 2623 case Undefined: 2624 2624 return intrinsicLogicalWidth(); 2625 } 2625 } 2626 2627 ASSERT_NOT_REACHED(); 2628 return 0; 2626 2629 } 2627 2630
Note:
See TracChangeset
for help on using the changeset viewer.