Skip to content

Commit

Permalink
Implement free for webkitgtk.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Mar 2, 2024
1 parent f583b13 commit bbe726b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/browser_window/webkit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ impl BrowserWindowExt for BrowserWindowImpl {
app.dispatch(dispatch_eval_js, Box::into_raw(dispatch_data) as _);
}

fn free(&self) {}

fn navigate(&self, uri: &str) { self.inner.load_uri(uri); }

fn new(
Expand Down

0 comments on commit bbe726b

Please sign in to comment.