Bug 133968

Summary: String::isolatedCopy doesn’t return an isolated copy when used on an rvalue reference
Product: WebKit Reporter: mitz
Component: Web Template FrameworkAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=198957
Attachments:
Description Flags
Remove const qualifier from isolatedCopy() && andersca: review+

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>