summaryrefslogtreecommitdiffstats
path: root/Tools/MiniBrowser/mac/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/MiniBrowser/mac/AppDelegate.m')
-rw-r--r--Tools/MiniBrowser/mac/AppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/MiniBrowser/mac/AppDelegate.m b/Tools/MiniBrowser/mac/AppDelegate.m
index a02193b..05631d5 100644
--- a/Tools/MiniBrowser/mac/AppDelegate.m
+++ b/Tools/MiniBrowser/mac/AppDelegate.m
@@ -60,7 +60,7 @@ void didRecieveMessageFromInjectedBundle(WKContextRef context, WKStringRef messa
WKRelease(newMessageBody);
}
-#pragma mark History Client Callbacks
+// MARK: History Client Callbacks
static void didNavigateWithNavigationData(WKContextRef context, WKPageRef page, WKNavigationDataRef navigationData, WKFrameRef frame, const void *clientInfo)
{