# STEPS TO REPRODUCE: 1. inspect any page 2. detach web inspector 3. zoom in/out (⌘+ or ⌘-) => the height of the title area increases
Created attachment 389709 [details] Patch
Comment on attachment 389709 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=389709&action=review > Source/WebInspectorUI/UserInterface/Base/Main.js:548 > + } > + WI.settings.zoomFactor.addEventListener(WI.Setting.Event.Changed, updateZoomFactorCSSVariable); Blank line between. Or move the function inline as a arrow function in addEventListener.
Created attachment 389933 [details] Patch
The commit-queue encountered the following flaky tests while processing attachment 389933 [details]: editing/spelling/spellcheck-async-remove-frame.html bug 158401 (authors: morrita@google.com, rniwa@webkit.org, and tony@chromium.org) imported/w3c/web-platform-tests/IndexedDB/fire-success-event-exception.html bug 206554 (authors: shvaikalesh@gmail.com and youennf@gmail.com) The commit-queue is continuing to process your patch.
Comment on attachment 389933 [details] Patch Clearing flags on attachment: 389933 Committed r255901: <https://trac.webkit.org/changeset/255901>
All reviewed patches have been landed. Closing bug.
<rdar://problem/59213469>
Reopening. This was reverted by https://trac.webkit.org/changeset/256086/webkit in b207422.
This will be resolved by <https://webkit.org/b/207317>.