Bug 86697 - [BlackBerry] hostDomainName.startsWith('.') makes local build fail.
Summary: [BlackBerry] hostDomainName.startsWith('.') makes local build fail.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 20:02 PDT by Jason Liu
Modified: 2022-02-28 04:00 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.06 KB, patch)
2012-05-16 20:17 PDT, Jason Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Liu 2012-05-16 20:02:54 PDT
https://bugs.webkit.org/show_bug.cgi?id=85154 (Add String::startsWith() and endsWith() for string literals.)
It is not cherry-picked to local.

Need to change hostDomainName.startsWith('.') back to hostDomainName.startsWith(".") for synchronization.

And there are some other double quotes. Should fix all of them in one time after 85154 is cherry-picked.
Comment 1 Jason Liu 2012-05-16 20:17:06 PDT
Created attachment 142400 [details]
Patch
Comment 2 Jason Liu 2012-05-17 00:02:04 PDT
This is not necessary.
Comment 3 Rob Buis 2012-05-17 06:52:13 PDT
Comment on attachment 142400 [details]
Patch

Clearing review flag, bug is invalid.