summaryrefslogtreecommitdiffstats
path: root/Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m')
-rw-r--r--Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m b/Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m
index 90db033..fcc6923 100644
--- a/Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m
+++ b/Tools/MiniBrowser/mac/WebBundle/WebBundleMain.m
@@ -64,7 +64,7 @@ void didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientI
memset(&client, 0, sizeof(client));
client.didClearWindowObjectForFrame = didClearWindowObjectForFrame;
- WKBundlePageSetLoaderClient(page, &client);
+ WKBundlePageSetPageLoaderClient(page, &client);
}
void willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)