Add a simple Find UI to MiniBrowser
Created attachment 70559 [details] Patch
Comment on attachment 70559 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70559&action=review > WebKitTools/MiniBrowser/mac/BrowserWindowController.m:667 > +- (IBAction)performFindPanelAction:(id)sender { > + [findPanelWindow makeKeyAndOrderFront:sender]; > +} > + > +- (IBAction)find:(id)sender { > + WKStringRef string = WKStringCreateWithCFString((CFStringRef)[sender stringValue]); The { should be on the next line.
Committed r69595: <http://trac.webkit.org/changeset/69595>