diff options
Diffstat (limited to 'WebKit/mac/WebView/WebDocumentInternal.h')
-rw-r--r-- | WebKit/mac/WebView/WebDocumentInternal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/mac/WebView/WebDocumentInternal.h b/WebKit/mac/WebView/WebDocumentInternal.h index 4bf11d1..bcb6c07 100644 --- a/WebKit/mac/WebView/WebDocumentInternal.h +++ b/WebKit/mac/WebView/WebDocumentInternal.h @@ -68,7 +68,8 @@ @end @protocol WebDocumentOptionsSearching <NSObject> -- (BOOL)findString:(NSString *)string options:(WebFindOptions)options; +// Prefixed with an underscore to avoid conflict with Mail's -[WebHTMLView(MailExtras) findString:options:]. +- (BOOL)_findString:(NSString *)string options:(WebFindOptions)options; @end /* Used to save and restore state in the view, typically when going back/forward */ |