summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/mac/ObjCController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/mac/ObjCController.m')
-rw-r--r--Tools/DumpRenderTree/mac/ObjCController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/DumpRenderTree/mac/ObjCController.m b/Tools/DumpRenderTree/mac/ObjCController.m
index f1d1c10..ba866f8 100644
--- a/Tools/DumpRenderTree/mac/ObjCController.m
+++ b/Tools/DumpRenderTree/mac/ObjCController.m
@@ -270,8 +270,8 @@ static void* runJavaScriptThread(void* arg)
return nil;
}
-#pragma mark -
-#pragma mark Testing Objective-C DOM HTML Bindings
+// MARK: -
+// MARK: Testing Objective-C DOM HTML Bindings
- (void)setSelectElement:(WebScriptObject *)element selectedIndex:(int)index allowingMultiple:(BOOL)allowingMultiple
{