Changeset 100206 in webkit
- Timestamp:
- Nov 14, 2011, 4:05:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/subpixellayout/Source/WebCore/rendering/AutoTableLayout.cpp
r99784 r100206 268 268 } else if (!remainingPercent && maxNonPercent) { 269 269 // if there was no remaining percent, maxWidth is invalid. 270 maxWidth = intMaxForLength;270 maxWidth = numeric_limits<LayoutUnit>::max(); 271 271 } 272 272 }
Note:
See TracChangeset
for help on using the changeset viewer.