From 76ca395c32affa72b950edbd3c71f76f0b5e9e9f Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Wed, 24 May 2023 12:31:27 +0200 Subject: [PATCH] [GeckoView] Remove the `Toolbar`-stub since the viewer has an actual toolbar now --- web/stubs-geckoview.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/stubs-geckoview.js b/web/stubs-geckoview.js index 38cacc958..3a206482e 100644 --- a/web/stubs-geckoview.js +++ b/web/stubs-geckoview.js @@ -24,7 +24,6 @@ const PDFPresentationMode = null; const PDFSidebar = null; const PDFThumbnailViewer = null; const SecondaryToolbar = null; -const Toolbar = null; export { AnnotationEditorParams, @@ -38,5 +37,4 @@ export { PDFSidebar, PDFThumbnailViewer, SecondaryToolbar, - Toolbar, };