WebCore:
Reviewed by Darin
* bridge/mac/WebCoreFrameBridge.h:
* bridge/mac/WebCoreFrameBridge.mm:
(-[WebCoreFrameBridge markAllMatchesForText:caseSensitive:limit:]):
Added limit parameter, passed down to Frame
* page/Frame.h:
* page/Frame.cpp:
(WebCore::Frame::markAllMatchesForText):
Added limit parameter. Stop the search if it hits limit.
WebKit:
Reviewed by Darin
* WebView/WebHTMLViewPrivate.h:
* WebView/WebHTMLView.m:
(-[WebHTMLView markAllMatchesForText:caseSensitive:limit:]):
Added limit parameter, passed over the bridge. Stop the search if it hits limit.
* WebView/WebViewPrivate.h:
* WebView/WebView.m:
(-[WebView markAllMatchesForText:caseSensitive:highlight:limit:]):
Added limit parameter, passed to WebHTMLView.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16593
268f45cc-cd09-0410-ab3c-
d52691b4dbfc