Bug 1489785: Remove a workaround for gcc

Introduced in bug 678607, that is no longer needed that causes hangs in modal dialogs on macOS 10.14
https://hg.mozilla.org/mozilla-central/rev/3920c858319d
This commit is contained in:
wicknix 2018-10-24 01:16:11 -05:00 committed by Roy Tam
commit 50f698eb3c

View file

@ -425,7 +425,6 @@ nsChildView::Create(nsIWidget* aParent,
if (!gChildViewMethodsSwizzled) {
nsToolkit::SwizzleMethods([NSView class], @selector(mouseDownCanMoveWindow),
@selector(nsChildView_NSView_mouseDownCanMoveWindow));
gChildViewMethodsSwizzled = true;
}