Changeset 128839 in webkit
- Timestamp:
- Sep 17, 2012, 6:51:23 PM (13 years ago)
- Location:
- trunk/Source/WebKit/mac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebKit/mac/ChangeLog ¶
r128658 r128839 1 2012-09-17 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/12316935> [mac WebKit1]: -[WebView _setPaginationBehavesLikeColumns:] is a no-op 4 https://bugs.webkit.org/show_bug.cgi?id=96971 5 6 Reviewed by Sam Weinig. 7 8 * WebView/WebView.mm: 9 (-[WebView _setPaginationBehavesLikeColumns:]): Added a call to setPagination(). 10 1 11 2012-09-14 Adam Barth <abarth@webkit.org> 2 12 -
TabularUnified trunk/Source/WebKit/mac/WebView/WebView.mm ¶
r128652 r128839 2871 2871 Pagination pagination = page->pagination(); 2872 2872 pagination.behavesLikeColumns = behavesLikeColumns; 2873 2874 page->setPagination(pagination); 2873 2875 } 2874 2876
Note:
See TracChangeset
for help on using the changeset viewer.