Skip to content

Commit 7c78509

Browse files
committed
fixup! rebase to Chromium 68
1 parent 7266c5a commit 7c78509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/menu/menu_mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
{
8686
// Make sure events can be pumped while the menu is up.
87-
base::MessageLoop::ScopedNestableTaskAllower allow(base::MessageLoop::current());
87+
base::MessageLoop::ScopedNestableTaskAllower allow;
8888

8989
// One of the events that could be pumped is |window.close()|.
9090
// User-initiated event-tracking loops protect against this by

0 commit comments

Comments
 (0)