[webkit-changes] [WebKit/WebKit] 1ad126: Typo error in RenderLayerCompositor::destroyRootLa...

Ahmad Saleem noreply at github.com
Wed Nov 2 15:09:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1ad126f47e2a05241ed77ff1f51068aae60535de
      https://github.com/WebKit/WebKit/commit/1ad126f47e2a05241ed77ff1f51068aae60535de
  Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M Source/WebCore/rendering/RenderLayerCompositor.cpp

  Log Message:
  -----------
  Typo error in RenderLayerCompositor::destroyRootLayer() for Horizontal Scrollbar

Typo error in RenderLayerCompositor::destroyRootLayer() for Horizontal Scrollbar
https://bugs.webkit.org/show_bug.cgi?id=247369

Reviewed by Alan Baradlay.

Merge - https://src.chromium.org/viewvc/blink?view=revision&revision=194036

This is to fix a copy paste error in "m_layerForHorizontalScrollbar", where the "verticalScrollbar" was mentioned instead of "horizontalScrollbar".

* Source/WebCore/rendering/RenderLayerCompositor.cpp:
(RenderLayerCompositor::destroyRootLayer): Fix reference to horizontalScrollbar"

Canonical link: https://commits.webkit.org/256247@main




More information about the webkit-changes mailing list