summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m')
-rw-r--r--WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m b/WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m
index aa5df4a..68fa05e 100644
--- a/WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m
+++ b/WebKit/mac/DefaultDelegates/WebDefaultUIDelegate.m
@@ -134,7 +134,7 @@ static WebDefaultUIDelegate *sharedDelegate = nil;
return [[wv window] showsResizeIndicator];
}
-- (void)webView: (WebView *)wv setResizable:(BOOL)resizable;
+- (void)webView: (WebView *)wv setResizable:(BOOL)resizable
{
// FIXME: This doesn't actually change the resizability of the window,
// only visibility of the indicator.
@@ -193,7 +193,7 @@ static WebDefaultUIDelegate *sharedDelegate = nil;
return YES;
}
-- (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo;
+- (NSUInteger)webView:(WebView *)webView dragDestinationActionMaskForDraggingInfo:(id <NSDraggingInfo>)draggingInfo
{
return WebDragDestinationActionAny;
}
@@ -202,12 +202,12 @@ static WebDefaultUIDelegate *sharedDelegate = nil;
{
}
-- (NSUInteger)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point;
+- (NSUInteger)webView:(WebView *)webView dragSourceActionMaskForPoint:(NSPoint)point
{
return WebDragSourceActionAny;
}
-- (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard;
+- (void)webView:(WebView *)webView willPerformDragSourceAction:(WebDragSourceAction)action fromPoint:(NSPoint)point withPasteboard:(NSPasteboard *)pasteboard
{
}