[webkit-reviews] review granted: [Bug 214423] Make AnyStepHandling an enum class : [Attachment 404483] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 06:29:38 PDT 2020


youenn fablet <youennf at gmail.com> has granted Rob Buis <rbuis at igalia.com>'s
request for review:
Bug 214423: Make AnyStepHandling an enum class
https://bugs.webkit.org/show_bug.cgi?id=214423

Attachment 404483: Patch

https://bugs.webkit.org/attachment.cgi?id=404483&action=review




--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 404483
  --> https://bugs.webkit.org/attachment.cgi?id=404483
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404483&action=review

> Source/WebCore/html/HTMLInputElement.cpp:2123
> +    StepRange stepRange = createStepRange(AnyStepHandling::Reject);

auto

> Source/WebCore/html/RangeInputType.cpp:208
> +    StepRange stepRange(createStepRange(AnyStepHandling::Reject));

auto stepRange = ...
Ditto below.


More information about the webkit-reviews mailing list