Bug 136541

Summary: Use WTFString::find(char) in more places
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dbates, esprehn+autocc, gyuyoung.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix
none
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-09-04 12:42:22 PDT
Instead of WTFString::find(const char *) or variants which do extra work.
Comment 1 Joseph Pecoraro 2014-09-04 12:43:27 PDT
Created attachment 237639 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2014-09-04 12:45:27 PDT
Attachment 237639 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:8:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Joseph Pecoraro 2014-09-04 12:55:32 PDT
Created attachment 237641 [details]
[PATCH] Proposed Fix
Comment 4 WebKit Commit Bot 2014-09-04 14:07:15 PDT
Comment on attachment 237641 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 237641

Committed r173278: <http://trac.webkit.org/changeset/173278>
Comment 5 WebKit Commit Bot 2014-09-04 14:07:19 PDT
All reviewed patches have been landed.  Closing bug.