diff --git a/cocoa/BrowserViewController.m b/cocoa/BrowserViewController.m index 0f631eeaf..1f496fd7a 100644 --- a/cocoa/BrowserViewController.m +++ b/cocoa/BrowserViewController.m @@ -171,7 +171,7 @@ if (browser == NULL) return; - content = browser->current_content; + content = browser_window_get_content(browser); if (content == NULL) return; source = content_get_source_data(content, &size);