Index: Source/web/TextFinder.h |
diff --git a/Source/web/TextFinder.h b/Source/web/TextFinder.h |
index dd4f138b6516e7ae80ee24179e150b05d318cebd..5efdad2c905232da3ae09e225ee71c01692aaad8 100644 |
--- a/Source/web/TextFinder.h |
+++ b/Source/web/TextFinder.h |
@@ -117,6 +117,8 @@ private: |
void reportFindInPageSelection( |
const WebRect& selectionRect, int activeMatchOrdinal, int identifier); |
+ void reportFindInPageResultToAccessibility(int identifier); |
+ |
// Clear the find-in-page matches cache forcing rects to be fully |
// calculated again next time updateFindMatchRects is called. |
void clearFindMatchesCache(); |