(-[WebView _searchWithSpotlightFromMenu:]):
Teeny style tweak to test svn access on other machine
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27455
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-05 John Sullivan <sullivan@apple.com>
+
+ * WebView/WebView.mm:
+ (-[WebView _searchWithSpotlightFromMenu:]):
+
+ Teeny style tweak to test svn access on other machine
+
2007-11-05 John Sullivan <sullivan@apple.com>
* WebView/WebView.mm:
- (void)_searchWithSpotlightFromMenu:(id)sender
{
id documentView = [[[self selectedFrame] frameView] documentView];
- if (![documentView conformsToProtocol:@protocol(WebDocumentText)]) {
+ if (![documentView conformsToProtocol:@protocol(WebDocumentText)])
return;
- }
NSString *selectedString = [(id <WebDocumentText>)documentView selectedString];
if ([selectedString length] == 0) {