Summary: | Replace matchCountDidChange with didFindString/didFailToFindString | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anders Carlsson <andersca> | ||||
Component: | New Bugs | Assignee: | Anders Carlsson <andersca> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | webkit.review.bot | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Other | ||||||
OS: | OS X 10.5 | ||||||
Attachments: |
|
Description
Anders Carlsson
2010-10-25 13:15:54 PDT
Created attachment 71788 [details]
Patch
Attachment 71788 [details] did not pass style-queue:
Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
WebKit2/UIProcess/API/C/WKPage.h:175: Extra space between WKPageDidFindStringCallback and didFindString [whitespace/declaration] [3]
WebKit2/UIProcess/API/C/WKPage.h:176: Extra space between WKPageDidFailToFindStringCallback and didFailToFindString [whitespace/declaration] [3]
Total errors found: 2 in 8 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Committed r70491: <http://trac.webkit.org/changeset/70491> |