Skip to content

Commit

Permalink
Web Inspector: Remove reference to Mojave in WI.undockedTitleAreaHeig…
Browse files Browse the repository at this point in the history
…ht()

https://bugs.webkit.org/show_bug.cgi?id=273933

Reviewed by Devin Rousso.

* Source/WebInspectorUI/UserInterface/Base/Main.js: Remove reference to
  Mojave, support for which was removed in 242418@main

Canonical link: https://commits.webkit.org/278587@main
  • Loading branch information
aperezdc committed May 9, 2024
1 parent 3e1ecd2 commit 4e0681f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebInspectorUI/UserInterface/Base/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,6 @@ WI.undockedTitleAreaHeight = function()
return 27 / WI.getZoomFactor();

case "catalina":
case "mojave":
/* Keep in sync with `--undocked-title-area-height` CSS variable. */
return 22 / WI.getZoomFactor();
}
Expand Down

0 comments on commit 4e0681f

Please sign in to comment.