Strength reduce Mac only Frame::searchForLabelsBeforeElement and Frame::matchLabelsAg...
authorweinig@apple.com <weinig@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 3 Oct 2011 00:40:43 +0000 (00:40 +0000)
committerweinig@apple.com <weinig@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 3 Oct 2011 00:40:43 +0000 (00:40 +0000)
commit39c9ea30c357367b2420c5616093f225e0db644f
tree57859783467bbb16d57c3cb6908aef38bcc32264
parent4d83841114c01eedba0fc293b8219bb75379f507
Strength reduce Mac only Frame::searchForLabelsBeforeElement and Frame::matchLabelsAgainstElement into callers
https://bugs.webkit.org/show_bug.cgi?id=69230

Reviewed by Anders Carlsson.

../WebCore:

* WebCore.exp.in:
* page/Frame.h:
* page/mac/FrameMac.mm:

../WebKit/mac:

* WebView/WebHTMLRepresentation.mm:
(regExpForLabels):
(searchForLabelsBeforeElement):
(matchLabelsAgainstString):
(matchLabelsAgainstElement):
(-[WebHTMLRepresentation searchForLabels:beforeElement:resultDistance:resultIsInCellAbove:]):
(-[WebHTMLRepresentation matchLabels:againstElement:]):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96480 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/WebCore.exp.in
Source/WebCore/page/Frame.h
Source/WebCore/page/mac/FrameMac.mm
Source/WebKit/mac/ChangeLog
Source/WebKit/mac/WebView/WebHTMLRepresentation.mm