Bug 121963

Summary: Weak should have a move constructor and move assignment operator
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch oliver: review+

Anders Carlsson
Reported 2013-09-26 10:08:00 PDT
Weak should have a move constructor and move assignment operator
Attachments
Patch (4.32 KB, patch)
2013-09-26 10:10 PDT, Anders Carlsson
oliver: review+
Anders Carlsson
Comment 1 2013-09-26 10:10:26 PDT
WebKit Commit Bot
Comment 2 2013-09-26 10:13:02 PDT
Attachment 212720 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSClassRef.cpp', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/heap/Weak.h', u'Source/JavaScriptCore/heap/WeakInlines.h', u'Source/JavaScriptCore/runtime/SimpleTypedArrayController.cpp']" exit_code: 1 Source/JavaScriptCore/heap/Weak.h:60: Missing spaces around && [whitespace/operators] [3] Source/JavaScriptCore/heap/Weak.h:70: Missing spaces around && [whitespace/operators] [3] Source/JavaScriptCore/heap/WeakInlines.h:79: This { should be at the end of the previous line [whitespace/braces] [4] Total errors found: 3 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Anders Carlsson
Comment 3 2013-09-26 10:32:49 PDT
Note You need to log in before you can comment on or make changes to this bug.