[webkit-reviews] review granted: [Bug 115102] Use std::move in AtomicString : [Attachment 199631] patch v3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 25 07:23:36 PDT 2013


Anders Carlsson <andersca at apple.com> has granted Mikhail Pozdnyakov
<mikhail.pozdnyakov at intel.com>'s request for review:
Bug 115102: Use std::move in AtomicString
https://bugs.webkit.org/show_bug.cgi?id=115102

Attachment 199631: patch v3
https://bugs.webkit.org/attachment.cgi?id=199631&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=199631&action=review


> Source/WTF/wtf/text/AtomicString.h:26
> +#if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES)
> +#include <utility>
> +#endif

I think we can just always include this.


More information about the webkit-reviews mailing list