More scrollOffset/scrollPosition disambiguation, in RenderLayer
Created attachment 268044 [details] Patch
Attachment 268044 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderBlock.cpp:2877: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/WebCore/rendering/RenderBlock.cpp:2878: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 2 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 268044 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=268044&action=review > Source/WebCore/accessibility/AccessibilityRenderObject.cpp:3580 > + // FIXME: is point a ScrollOffset or ScrollPosition? Test in RTL overflow. :(
Created attachment 268046 [details] Patch
Attachment 268046 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderBlock.cpp:2877: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/WebCore/rendering/RenderBlock.cpp:2878: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 2 in 16 files If any of these errors are false positives, please file a bug against check-webkit-style.
https://trac.webkit.org/changeset/194466