Bug 133968 - String::isolatedCopy doesn’t return an isolated copy when used on an rvalue reference
Summary: String::isolatedCopy doesn’t return an isolated copy when used on an rvalue r...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-16 21:29 PDT by mitz
Modified: 2019-06-18 00:27 PDT (History)
4 users (show)

See Also:


Attachments
Remove const qualifier from isolatedCopy() && (3.15 KB, patch)
2014-06-16 21:34 PDT, mitz
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-06-16 21:29:52 PDT
Patch forthcoming.
Comment 1 mitz 2014-06-16 21:34:57 PDT
Created attachment 233215 [details]
Remove const qualifier from isolatedCopy() &&
Comment 2 WebKit Commit Bot 2014-06-16 21:35:43 PDT
Attachment 233215 [details] did not pass style-queue:


ERROR: Source/WTF/wtf/text/WTFString.cpp:691:  Boolean expressions that span multiple lines should have their operators on the left side of the line instead of the right side.  [whitespace/operators] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 mitz 2014-06-17 09:17:06 PDT
Fixed in <http://trac.webkit.org/r170055>
Comment 4 mitz 2014-06-27 11:47:29 PDT
<rdar://problem/17487072>