Skip to content

Commit

Permalink
Return after throwing access denied error
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-fedin authored and john-preston committed Jul 19, 2021
1 parent 203821f commit bf2149e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webview/platform/linux/webview_linux_webkit2gtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,7 @@ void Instance::handleMethodCall(
"Access denied.");

invocation->return_error(error);
return;
}

try {
Expand Down

0 comments on commit bf2149e

Please sign in to comment.