<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[170774] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/170774">170774</a></dd>
<dt>Author</dt> <dd>dbates@webkit.org</dd>
<dt>Date</dt> <dd>2014-07-03 15:13:54 -0700 (Thu, 03 Jul 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add WTF::move()
https://bugs.webkit.org/show_bug.cgi?id=134500

Source/JavaScriptCore:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* bytecode/CodeBlock.h:
* bytecode/UnlinkedCodeBlock.cpp:
* bytecompiler/BytecodeGenerator.cpp:
* dfg/DFGGraph.cpp:
* dfg/DFGJITCompiler.cpp:
* dfg/DFGStackLayoutPhase.cpp:
* dfg/DFGWorklist.cpp:
* heap/DelayedReleaseScope.h:
* heap/HeapInlines.h:
[...]

Source/WebCore:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* Modules/battery/NavigatorBattery.cpp:
* Modules/encryptedmedia/MediaKeys.cpp:
* Modules/gamepad/NavigatorGamepad.cpp:
* Modules/gamepad/deprecated/NavigatorGamepad.cpp:
* Modules/geolocation/NavigatorGeolocation.cpp:
* Modules/indexeddb/DOMWindowIndexedDatabase.cpp:
* Modules/indexeddb/IDBDatabaseBackend.cpp:
* Modules/indexeddb/IDBDatabaseBackend.h:
[...]

Source/WebKit/ios:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* WebCoreSupport/WebFixedPositionContent.mm:
(-[WebFixedPositionContent setViewportConstrainedLayers:stickyContainerMap:]):
* WebCoreSupport/WebInspectorClientIOS.mm:
(WebInspectorFrontendClient::WebInspectorFrontendClient):

Source/WebKit/mac:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* History/WebHistoryItem.mm:
(-[WebHistoryItem initFromDictionaryRepresentation:]):
* Plugins/Hosted/NetscapePluginInstanceProxy.h:
(WebKit::NetscapePluginInstanceProxy::setCurrentReply):
* Plugins/WebNetscapePluginView.mm:
(-[WebNetscapePluginView scheduleTimerWithInterval:repeat:timerFunc:]):
* WebCoreSupport/WebFrameLoaderClient.mm:
(WebFrameLoaderClient::dispatchDecidePolicyForResponse):
(WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction):
(WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction):
(WebFrameLoaderClient::dispatchWillSubmitForm):
* WebCoreSupport/WebInspectorClient.mm:
(WebInspectorClient::openInspectorFrontend):
(WebInspectorFrontendClient::WebInspectorFrontendClient):
* WebView/WebArchive.mm:
(-[WebArchive initWithMainResource:subresources:subframeArchives:]):

Source/WebKit/win:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* WebCoreSupport/WebInspectorClient.cpp:
(WebInspectorClient::openInspectorFrontend):
(WebInspectorFrontendClient::WebInspectorFrontendClient):
* WebHistory.cpp:
(createUserInfoFromArray):
* WebHistoryItem.cpp:
(WebHistoryItem::initFromDictionaryRepresentation):
* WebView.cpp:
(WebView::addToDirtyRegion):
(WebView::scrollBackingStore):

Source/WebKit2:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* DatabaseProcess/DatabaseProcess.cpp:
* DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:
* NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm:
* NetworkProcess/FileAPI/NetworkBlobRegistry.cpp:
* NetworkProcess/NetworkConnectionToWebProcess.cpp:
* Platform/IPC/ArgumentCoders.h:
* Platform/IPC/ArgumentDecoder.cpp:
* Platform/IPC/Connection.cpp:
* Platform/IPC/Connection.h:
[...]

Source/WTF:
Reviewed by Darin Adler.

Substitution of WTF::move() for std::move() rubber-stamped by Anders Carlsson.

Implement WTF::move(), a replacement for std::move(). WTF::move() is less error
prone than std::move() as it compile asserts that its argument is a non-const
lvalue reference before ultimately casting it to a rvalue reference (via std::move).

* wtf/Deque.h: Substitute WTF::move() for std::move().
* wtf/HashMap.h: Ditto.
* wtf/HashSet.h: Ditto.
* wtf/HashTable.h: Ditto.
* wtf/IteratorAdaptors.h: Ditto.
* wtf/IteratorRange.h: Ditto.
* wtf/ListHashSet.h: Ditto.
* wtf/MainThread.cpp: Ditto.
[...]
* wtf/StdLibExtras.h:
(WTF::move): Added.
[...]

Tools:
Rubber-stamped by Anders Carlsson.

Substitute WTF::move() for std::move().

* DumpRenderTree/win/DRTDataObject.cpp:
* TestWebKitAPI/Tests/WTF/HashMap.cpp:
* TestWebKitAPI/Tests/WTF/HashSet.cpp:
* TestWebKitAPI/Tests/WTF/RefPtr.cpp:
* TestWebKitAPI/Tests/WTF/Vector.cpp:
* TestWebKitAPI/Tests/WTF/WTFString.cpp:
* TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm: Added FIXME comments that explain that some of the sub-tests
aren't actually testing move semantics in tests: MoveAssignmentFromSameType, MoveAssignmentFromSimilarType,
ConstructionFromSameType, and ConstructionFromSimilarType.
* TestWebKitAPI/Tests/WebCore/CalculationValue.cpp:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCorebytecodeCodeBlockh">trunk/Source/JavaScriptCore/bytecode/CodeBlock.h</a></li>
<li><a href="#trunkSourceJavaScriptCorebytecodeUnlinkedCodeBlockcpp">trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorebytecompilerBytecodeGeneratorcpp">trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoredfgDFGGraphcpp">trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoredfgDFGJITCompilercpp">trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoredfgDFGStackLayoutPhasecpp">trunk/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoredfgDFGWorklistcpp">trunk/Source/JavaScriptCore/dfg/DFGWorklist.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapDelayedReleaseScopeh">trunk/Source/JavaScriptCore/heap/DelayedReleaseScope.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapHeapInlinesh">trunk/Source/JavaScriptCore/heap/HeapInlines.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreheapWeakInlinesh">trunk/Source/JavaScriptCore/heap/WeakInlines.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorInspectorAgentRegistrycpp">trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorJSGlobalObjectInspectorControllercpp">trunk/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectoragentsInspectorConsoleAgentcpp">trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorejitAccessorCallJITStubRoutinecpp">trunk/Source/JavaScriptCore/jit/AccessorCallJITStubRoutine.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorejitArityCheckFailReturnThunkscpp">trunk/Source/JavaScriptCore/jit/ArityCheckFailReturnThunks.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorejitRepatchcpp">trunk/Source/JavaScriptCore/jit/Repatch.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreparserNodescpp">trunk/Source/JavaScriptCore/parser/Nodes.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreparserParsercpp">trunk/Source/JavaScriptCore/parser/Parser.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreparserParserh">trunk/Source/JavaScriptCore/parser/Parser.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreparserSourceProviderCachecpp">trunk/Source/JavaScriptCore/parser/SourceProviderCache.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorereplayEncodedValueh">trunk/Source/JavaScriptCore/replay/EncodedValue.h</a></li>
<li><a href="#trunkSourceJavaScriptCorereplayscriptsCodeGeneratorReplayInputspy">trunk/Source/JavaScriptCore/replay/scripts/CodeGeneratorReplayInputs.py</a></li>
<li><a href="#trunkSourceJavaScriptCorereplayscriptstestsexpectedgenerateenumwithguardjsonTestReplayInputscpp">trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-enum-with-guard.json-TestReplayInputs.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCorereplayscriptstestsexpectedgeneratememoizedtypemodesjsonTestReplayInputscpp">trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-memoized-type-modes.json-TestReplayInputs.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeSymbolTableh">trunk/Source/JavaScriptCore/runtime/SymbolTable.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeWeakGCMaph">trunk/Source/JavaScriptCore/runtime/WeakGCMap.h</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFwtfDequeh">trunk/Source/WTF/wtf/Deque.h</a></li>
<li><a href="#trunkSourceWTFwtfHashMaph">trunk/Source/WTF/wtf/HashMap.h</a></li>
<li><a href="#trunkSourceWTFwtfHashSeth">trunk/Source/WTF/wtf/HashSet.h</a></li>
<li><a href="#trunkSourceWTFwtfHashTableh">trunk/Source/WTF/wtf/HashTable.h</a></li>
<li><a href="#trunkSourceWTFwtfIteratorAdaptorsh">trunk/Source/WTF/wtf/IteratorAdaptors.h</a></li>
<li><a href="#trunkSourceWTFwtfIteratorRangeh">trunk/Source/WTF/wtf/IteratorRange.h</a></li>
<li><a href="#trunkSourceWTFwtfListHashSeth">trunk/Source/WTF/wtf/ListHashSet.h</a></li>
<li><a href="#trunkSourceWTFwtfMainThreadcpp">trunk/Source/WTF/wtf/MainThread.cpp</a></li>
<li><a href="#trunkSourceWTFwtfMallocPtrh">trunk/Source/WTF/wtf/MallocPtr.h</a></li>
<li><a href="#trunkSourceWTFwtfMessageQueueh">trunk/Source/WTF/wtf/MessageQueue.h</a></li>
<li><a href="#trunkSourceWTFwtfOptionalh">trunk/Source/WTF/wtf/Optional.h</a></li>
<li><a href="#trunkSourceWTFwtfOwnPtrh">trunk/Source/WTF/wtf/OwnPtr.h</a></li>
<li><a href="#trunkSourceWTFwtfRefPtrh">trunk/Source/WTF/wtf/RefPtr.h</a></li>
<li><a href="#trunkSourceWTFwtfRefPtrHashMaph">trunk/Source/WTF/wtf/RefPtrHashMap.h</a></li>
<li><a href="#trunkSourceWTFwtfRetainPtrh">trunk/Source/WTF/wtf/RetainPtr.h</a></li>
<li><a href="#trunkSourceWTFwtfRunLoopcpp">trunk/Source/WTF/wtf/RunLoop.cpp</a></li>
<li><a href="#trunkSourceWTFwtfStdLibExtrash">trunk/Source/WTF/wtf/StdLibExtras.h</a></li>
<li><a href="#trunkSourceWTFwtfVectorh">trunk/Source/WTF/wtf/Vector.h</a></li>
<li><a href="#trunkSourceWTFwtfgobjectGMainLoopSourcecpp">trunk/Source/WTF/wtf/gobject/GMainLoopSource.cpp</a></li>
<li><a href="#trunkSourceWTFwtftextAtomicStringh">trunk/Source/WTF/wtf/text/AtomicString.h</a></li>
<li><a href="#trunkSourceWTFwtftextWTFStringcpp">trunk/Source/WTF/wtf/text/WTFString.cpp</a></li>
<li><a href="#trunkSourceWTFwtfwinGDIObjecth">trunk/Source/WTF/wtf/win/GDIObject.h</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreModulesbatteryNavigatorBatterycpp">trunk/Source/WebCore/Modules/battery/NavigatorBattery.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesencryptedmediaMediaKeyscpp">trunk/Source/WebCore/Modules/encryptedmedia/MediaKeys.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepadNavigatorGamepadcpp">trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesgamepaddeprecatedNavigatorGamepadcpp">trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesgeolocationNavigatorGeolocationcpp">trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbDOMWindowIndexedDatabasecpp">trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBDatabaseBackendcpp">trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbIDBDatabaseBackendh">trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.h</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbPageGroupIndexedDatabasecpp">trunk/Source/WebCore/Modules/indexeddb/PageGroupIndexedDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbWorkerGlobalScopeIndexedDatabasecpp">trunk/Source/WebCore/Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesindexeddbleveldbIDBBackingStoreLevelDBcpp">trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceMediaSourcecpp">trunk/Source/WebCore/Modules/mediasource/MediaSource.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediasourceSourceBuffercpp">trunk/Source/WebCore/Modules/mediasource/SourceBuffer.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDTMFSendercpp">trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCDataChannelcpp">trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesmediastreamRTCPeerConnectioncpp">trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesnavigatorcontentutilsNavigatorContentUtilscpp">trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesnavigatorcontentutilsNavigatorContentUtilsh">trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.h</a></li>
<li><a href="#trunkSourceWebCoreModulesnotificationsDOMWindowNotificationscpp">trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesnotificationsWorkerGlobalScopeNotificationscpp">trunk/Source/WebCore/Modules/notifications/WorkerGlobalScopeNotifications.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulespluginsQuickTimePluginReplacementmm">trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm</a></li>
<li><a href="#trunkSourceWebCoreModulespluginsYouTubePluginReplacementcpp">trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaDOMWindowQuotacpp">trunk/Source/WebCore/Modules/quota/DOMWindowQuota.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaNavigatorStorageQuotacpp">trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesquotaWorkerNavigatorStorageQuotacpp">trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechDOMWindowSpeechSynthesiscpp">trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp</a></li>
<li><a href="#trunkSourceWebCoreModulesspeechSpeechSynthesiscpp">trunk/Source/WebCore/Modules/speech/SpeechSynthesis.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAsyncAudioDecodercpp">trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioAudioNodecpp">trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebaudioConvolverNodecpp">trunk/Source/WebCore/Modules/webaudio/ConvolverNode.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabasecpp">trunk/Source/WebCore/Modules/webdatabase/Database.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseBackendcpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseBackend.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseThreadcpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLStatementBackendcpp">trunk/Source/WebCore/Modules/webdatabase/SQLStatementBackend.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactioncpp">trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendcpp">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsThreadableWebSocketChannelClientWrappercpp">trunk/Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebsocketsWebSocketcpp">trunk/Source/WebCore/Modules/websockets/WebSocket.cpp</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAXObjectCachecpp">trunk/Source/WebCore/accessibility/AXObjectCache.cpp</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityNodeObjectcpp">trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityObjecth">trunk/Source/WebCore/accessibility/AccessibilityObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCryptoAlgorithmDictionarycpp">trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSCryptoKeySerializationJWKcpp">trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSDOMWindowCustomcpp">trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSMessageEventCustomcpp">trunk/Source/WebCore/bindings/js/JSMessageEventCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSSubtleCryptoCustomcpp">trunk/Source/WebCore/bindings/js/JSSubtleCryptoCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSWorkerGlobalScopeCustomcpp">trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp</a></li>
<li><a href="#trunkSourceWebCorebindingsjsSerializedScriptValuecpp">trunk/Source/WebCore/bindings/js/SerializedScriptValue.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_CBCcpp">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_KWcpp">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmHMACcpp">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSAES_PKCS1_v1_5cpp">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSASSA_PKCS1_v1_5cpp">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSA_OAEPcpp">trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptomacCryptoAlgorithmAES_CBCMaccpp">trunk/Source/WebCore/crypto/mac/CryptoAlgorithmAES_CBCMac.cpp</a></li>
<li><a href="#trunkSourceWebCorecryptomacCryptoKeyRSAMaccpp">trunk/Source/WebCore/crypto/mac/CryptoKeyRSAMac.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSCalculationValuecpp">trunk/Source/WebCore/css/CSSCalculationValue.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSCalculationValueh">trunk/Source/WebCore/css/CSSCalculationValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSComputedStyleDeclarationcpp">trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSCrossfadeValuecpp">trunk/Source/WebCore/css/CSSCrossfadeValue.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSCursorImageValuecpp">trunk/Source/WebCore/css/CSSCursorImageValue.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSCursorImageValueh">trunk/Source/WebCore/css/CSSCursorImageValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFilterImageValuecpp">trunk/Source/WebCore/css/CSSFilterImageValue.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSFilterImageValueh">trunk/Source/WebCore/css/CSSFilterImageValue.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontFacecpp">trunk/Source/WebCore/css/CSSFontFace.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSFontSelectorcpp">trunk/Source/WebCore/css/CSSFontSelector.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSGrammaryin">trunk/Source/WebCore/css/CSSGrammar.y.in</a></li>
<li><a href="#trunkSourceWebCorecssCSSParsercpp">trunk/Source/WebCore/css/CSSParser.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSParserValuescpp">trunk/Source/WebCore/css/CSSParserValues.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSParserValuesh">trunk/Source/WebCore/css/CSSParserValues.h</a></li>
<li><a href="#trunkSourceWebCorecssCSSPrimitiveValuecpp">trunk/Source/WebCore/css/CSSPrimitiveValue.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSSelectorcpp">trunk/Source/WebCore/css/CSSSelector.cpp</a></li>
<li><a href="#trunkSourceWebCorecssCSSStyleSheetcpp">trunk/Source/WebCore/css/CSSStyleSheet.cpp</a></li>
<li><a href="#trunkSourceWebCorecssDeprecatedStyleBuildercpp">trunk/Source/WebCore/css/DeprecatedStyleBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCorecssDocumentRuleSetscpp">trunk/Source/WebCore/css/DocumentRuleSets.cpp</a></li>
<li><a href="#trunkSourceWebCorecssMediaListcpp">trunk/Source/WebCore/css/MediaList.cpp</a></li>
<li><a href="#trunkSourceWebCorecssMediaQuerycpp">trunk/Source/WebCore/css/MediaQuery.cpp</a></li>
<li><a href="#trunkSourceWebCorecssRuleSetcpp">trunk/Source/WebCore/css/RuleSet.cpp</a></li>
<li><a href="#trunkSourceWebCorecssRuleSeth">trunk/Source/WebCore/css/RuleSet.h</a></li>
<li><a href="#trunkSourceWebCorecssSVGCSSStyleSelectorcpp">trunk/Source/WebCore/css/SVGCSSStyleSelector.cpp</a></li>
<li><a href="#trunkSourceWebCorecssSourceSizeListcpp">trunk/Source/WebCore/css/SourceSizeList.cpp</a></li>
<li><a href="#trunkSourceWebCorecssSourceSizeListh">trunk/Source/WebCore/css/SourceSizeList.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleResolvercpp">trunk/Source/WebCore/css/StyleResolver.cpp</a></li>
<li><a href="#trunkSourceWebCorecssStyleResolverh">trunk/Source/WebCore/css/StyleResolver.h</a></li>
<li><a href="#trunkSourceWebCorecssStyleRulecpp">trunk/Source/WebCore/css/StyleRule.cpp</a></li>
<li><a href="#trunkSourceWebCorecssStyleRuleh">trunk/Source/WebCore/css/StyleRule.h</a></li>
<li><a href="#trunkSourceWebCorecssWebKitCSSKeyframeRulecpp">trunk/Source/WebCore/css/WebKitCSSKeyframeRule.cpp</a></li>
<li><a href="#trunkSourceWebCorecssWebKitCSSKeyframeRuleh">trunk/Source/WebCore/css/WebKitCSSKeyframeRule.h</a></li>
<li><a href="#trunkSourceWebCoredomChildListMutationScopecpp">trunk/Source/WebCore/dom/ChildListMutationScope.cpp</a></li>
<li><a href="#trunkSourceWebCoredomDOMImplementationcpp">trunk/Source/WebCore/dom/DOMImplementation.cpp</a></li>
<li><a href="#trunkSourceWebCoredomDocumentcpp">trunk/Source/WebCore/dom/Document.cpp</a></li>
<li><a href="#trunkSourceWebCoredomDocumentStyleSheetCollectioncpp">trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp</a></li>
<li><a href="#trunkSourceWebCoredomElementcpp">trunk/Source/WebCore/dom/Element.cpp</a></li>
<li><a href="#trunkSourceWebCoredomElementRareDatah">trunk/Source/WebCore/dom/ElementRareData.h</a></li>
<li><a href="#trunkSourceWebCoredomMessageEventcpp">trunk/Source/WebCore/dom/MessageEvent.cpp</a></li>
<li><a href="#trunkSourceWebCoredomMessageEventh">trunk/Source/WebCore/dom/MessageEvent.h</a></li>
<li><a href="#trunkSourceWebCoredomMessagePortcpp">trunk/Source/WebCore/dom/MessagePort.cpp</a></li>
<li><a href="#trunkSourceWebCoredomNodecpp">trunk/Source/WebCore/dom/Node.cpp</a></li>
<li><a href="#trunkSourceWebCoredomProcessingInstructioncpp">trunk/Source/WebCore/dom/ProcessingInstruction.cpp</a></li>
<li><a href="#trunkSourceWebCoredomPseudoElementcpp">trunk/Source/WebCore/dom/PseudoElement.cpp</a></li>
<li><a href="#trunkSourceWebCoredomScopedEventQueuecpp">trunk/Source/WebCore/dom/ScopedEventQueue.cpp</a></li>
<li><a href="#trunkSourceWebCoredomScriptExecutionContextcpp">trunk/Source/WebCore/dom/ScriptExecutionContext.cpp</a></li>
<li><a href="#trunkSourceWebCoredomScriptExecutionContexth">trunk/Source/WebCore/dom/ScriptExecutionContext.h</a></li>
<li><a href="#trunkSourceWebCoredomSecurityContextcpp">trunk/Source/WebCore/dom/SecurityContext.cpp</a></li>
<li><a href="#trunkSourceWebCoredomSelectorQuerycpp">trunk/Source/WebCore/dom/SelectorQuery.cpp</a></li>
<li><a href="#trunkSourceWebCoredomdefaultPlatformMessagePortChannelcpp">trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.cpp</a></li>
<li><a href="#trunkSourceWebCoredomdefaultPlatformMessagePortChannelh">trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h</a></li>
<li><a href="#trunkSourceWebCoreeditingTextCheckingHelpercpp">trunk/Source/WebCore/editing/TextCheckingHelper.cpp</a></li>
<li><a href="#trunkSourceWebCoreeditingTextIteratorcpp">trunk/Source/WebCore/editing/TextIterator.cpp</a></li>
<li><a href="#trunkSourceWebCorefileapiBlobcpp">trunk/Source/WebCore/fileapi/Blob.cpp</a></li>
<li><a href="#trunkSourceWebCorefileapiBlobh">trunk/Source/WebCore/fileapi/Blob.h</a></li>
<li><a href="#trunkSourceWebCorefileapiFileListh">trunk/Source/WebCore/fileapi/FileList.h</a></li>
<li><a href="#trunkSourceWebCorefileapiFileThreadcpp">trunk/Source/WebCore/fileapi/FileThread.cpp</a></li>
<li><a href="#trunkSourceWebCorefileapiFileThreadh">trunk/Source/WebCore/fileapi/FileThread.h</a></li>
<li><a href="#trunkSourceWebCorefileapiThreadableBlobRegistrycpp">trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp</a></li>
<li><a href="#trunkSourceWebCorefileapiWebKitBlobBuildercpp">trunk/Source/WebCore/fileapi/WebKitBlobBuilder.cpp</a></li>
<li><a href="#trunkSourceWebCorehistoryCachedFramecpp">trunk/Source/WebCore/history/CachedFrame.cpp</a></li>
<li><a href="#trunkSourceWebCorehistoryHistoryItemcpp">trunk/Source/WebCore/history/HistoryItem.cpp</a></li>
<li><a href="#trunkSourceWebCorehistoryPageCachecpp">trunk/Source/WebCore/history/PageCache.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlBaseButtonInputTypecpp">trunk/Source/WebCore/html/BaseButtonInputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlFileInputTypecpp">trunk/Source/WebCore/html/FileInputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlFormControllercpp">trunk/Source/WebCore/html/FormController.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAppletElementcpp">trunk/Source/WebCore/html/HTMLAppletElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBRElementcpp">trunk/Source/WebCore/html/HTMLBRElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBodyElementcpp">trunk/Source/WebCore/html/HTMLBodyElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLButtonElementcpp">trunk/Source/WebCore/html/HTMLButtonElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLCanvasElementcpp">trunk/Source/WebCore/html/HTMLCanvasElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLCollectioncpp">trunk/Source/WebCore/html/HTMLCollection.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLCollectionh">trunk/Source/WebCore/html/HTMLCollection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLDetailsElementcpp">trunk/Source/WebCore/html/HTMLDetailsElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLElementcpp">trunk/Source/WebCore/html/HTMLElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFieldSetElementcpp">trunk/Source/WebCore/html/HTMLFieldSetElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFormControlsCollectioncpp">trunk/Source/WebCore/html/HTMLFormControlsCollection.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFrameElementcpp">trunk/Source/WebCore/html/HTMLFrameElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFrameSetElementcpp">trunk/Source/WebCore/html/HTMLFrameSetElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLIFrameElementcpp">trunk/Source/WebCore/html/HTMLIFrameElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLImageElementcpp">trunk/Source/WebCore/html/HTMLImageElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLInputElementcpp">trunk/Source/WebCore/html/HTMLInputElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMediaElementcpp">trunk/Source/WebCore/html/HTMLMediaElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMeterElementcpp">trunk/Source/WebCore/html/HTMLMeterElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLPlugInElementcpp">trunk/Source/WebCore/html/HTMLPlugInElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLPlugInImageElementcpp">trunk/Source/WebCore/html/HTMLPlugInImageElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLProgressElementcpp">trunk/Source/WebCore/html/HTMLProgressElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLSelectElementcpp">trunk/Source/WebCore/html/HTMLSelectElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLSummaryElementcpp">trunk/Source/WebCore/html/HTMLSummaryElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLTextAreaElementcpp">trunk/Source/WebCore/html/HTMLTextAreaElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLVideoElementcpp">trunk/Source/WebCore/html/HTMLVideoElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlImageInputTypecpp">trunk/Source/WebCore/html/ImageInputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlInputTypecpp">trunk/Source/WebCore/html/InputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlRangeInputTypecpp">trunk/Source/WebCore/html/RangeInputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlSearchInputTypecpp">trunk/Source/WebCore/html/SearchInputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlTextFieldInputTypecpp">trunk/Source/WebCore/html/TextFieldInputType.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlcanvasWebGLRenderingContextcpp">trunk/Source/WebCore/html/canvas/WebGLRenderingContext.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLConstructionSitecpp">trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLElementStackcpp">trunk/Source/WebCore/html/parser/HTMLElementStack.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLElementStackh">trunk/Source/WebCore/html/parser/HTMLElementStack.h</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLPreloadScannercpp">trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLResourcePreloadercpp">trunk/Source/WebCore/html/parser/HTMLResourcePreloader.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlparserHTMLTokenh">trunk/Source/WebCore/html/parser/HTMLToken.h</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowDetailsMarkerControlcpp">trunk/Source/WebCore/html/shadow/DetailsMarkerControl.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowMediaControlElementscpp">trunk/Source/WebCore/html/shadow/MediaControlElements.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowMeterShadowElementcpp">trunk/Source/WebCore/html/shadow/MeterShadowElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowProgressShadowElementcpp">trunk/Source/WebCore/html/shadow/ProgressShadowElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowSliderThumbElementcpp">trunk/Source/WebCore/html/shadow/SliderThumbElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowTextControlInnerElementscpp">trunk/Source/WebCore/html/shadow/TextControlInnerElements.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowmacImageControlsButtonElementMaccpp">trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlshadowmacImageControlsRootElementMaccpp">trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmltrackVTTCuecpp">trunk/Source/WebCore/html/track/VTTCue.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorCommandLineAPIHostcpp">trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorDOMEditorcpp">trunk/Source/WebCore/inspector/DOMEditor.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorDOMPatchSupportcpp">trunk/Source/WebCore/inspector/DOMPatchSupport.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorCSSAgentcpp">trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorControllercpp">trunk/Source/WebCore/inspector/InspectorController.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMAgentcpp">trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorFrontendClientLocalcpp">trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorHistorycpp">trunk/Source/WebCore/inspector/InspectorHistory.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorOverlaycpp">trunk/Source/WebCore/inspector/InspectorOverlay.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorResourceAgentcpp">trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorStyleSheetcpp">trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorWorkerInspectorControllercpp">trunk/Source/WebCore/inspector/WorkerInspectorController.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderCrossOriginPreflightResultCachecpp">trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderDocumentLoadercpp">trunk/Source/WebCore/loader/DocumentLoader.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderDocumentThreadableLoadercpp">trunk/Source/WebCore/loader/DocumentThreadableLoader.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderNavigationSchedulercpp">trunk/Source/WebCore/loader/NavigationScheduler.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderPolicyCallbackcpp">trunk/Source/WebCore/loader/PolicyCallback.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderPolicyCheckercpp">trunk/Source/WebCore/loader/PolicyChecker.cpp</a></li>
<li><a href="#trunkSourceWebCoreloaderarchivecfLegacyWebArchivecpp">trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp</a></li>
<li><a href="#trunkSourceWebCoreloadercacheCachedCSSStyleSheetcpp">trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.cpp</a></li>
<li><a href="#trunkSourceWebCoreloadericonIconDatabasecpp">trunk/Source/WebCore/loader/icon/IconDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLInlineContainerElementcpp">trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLMathElementcpp">trunk/Source/WebCore/mathml/MathMLMathElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLMencloseElementcpp">trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLSelectElementcpp">trunk/Source/WebCore/mathml/MathMLSelectElement.cpp</a></li>
<li><a href="#trunkSourceWebCoremathmlMathMLTextElementcpp">trunk/Source/WebCore/mathml/MathMLTextElement.cpp</a></li>
<li><a href="#trunkSourceWebCorepageDOMTimercpp">trunk/Source/WebCore/page/DOMTimer.cpp</a></li>
<li><a href="#trunkSourceWebCorepageDOMWindowcpp">trunk/Source/WebCore/page/DOMWindow.cpp</a></li>
<li><a href="#trunkSourceWebCorepagePagecpp">trunk/Source/WebCore/page/Page.cpp</a></li>
<li><a href="#trunkSourceWebCorepagePageGroupcpp">trunk/Source/WebCore/page/PageGroup.cpp</a></li>
<li><a href="#trunkSourceWebCorepageUserContentControllercpp">trunk/Source/WebCore/page/UserContentController.cpp</a></li>
<li><a href="#trunkSourceWebCorepageanimationAnimationControllercpp">trunk/Source/WebCore/page/animation/AnimationController.cpp</a></li>
<li><a href="#trunkSourceWebCorepageanimationCSSPropertyAnimationcpp">trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingStateTreecpp">trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp</a></li>
<li><a href="#trunkSourceWebCorepagescrollingScrollingThreadcpp">trunk/Source/WebCore/page/scrolling/ScrollingThread.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformCalculationValuecpp">trunk/Source/WebCore/platform/CalculationValue.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformCalculationValueh">trunk/Source/WebCore/platform/CalculationValue.h</a></li>
<li><a href="#trunkSourceWebCoreplatformKeyedCodingh">trunk/Source/WebCore/platform/KeyedCoding.h</a></li>
<li><a href="#trunkSourceWebCoreplatformLengthcpp">trunk/Source/WebCore/platform/Length.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformLengthBoxh">trunk/Source/WebCore/platform/LengthBox.h</a></li>
<li><a href="#trunkSourceWebCoreplatformLengthSizeh">trunk/Source/WebCore/platform/LengthSize.h</a></li>
<li><a href="#trunkSourceWebCoreplatformSharedBufferh">trunk/Source/WebCore/platform/SharedBuffer.h</a></li>
<li><a href="#trunkSourceWebCoreplatformSupplementableh">trunk/Source/WebCore/platform/Supplementable.h</a></li>
<li><a href="#trunkSourceWebCoreplatformTimerh">trunk/Source/WebCore/platform/Timer.h</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioAudioBuscpp">trunk/Source/WebCore/platform/audio/AudioBus.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioHRTFDatabasecpp">trunk/Source/WebCore/platform/audio/HRTFDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioHRTFElevationcpp">trunk/Source/WebCore/platform/audio/HRTFElevation.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioHRTFElevationh">trunk/Source/WebCore/platform/audio/HRTFElevation.h</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioHRTFKernelcpp">trunk/Source/WebCore/platform/audio/HRTFKernel.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioHRTFKernelh">trunk/Source/WebCore/platform/audio/HRTFKernel.h</a></li>
<li><a href="#trunkSourceWebCoreplatformaudioReverbConvolvercpp">trunk/Source/WebCore/platform/audio/ReverbConvolver.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformeflRenderThemeEflcpp">trunk/Source/WebCore/platform/efl/RenderThemeEfl.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFloatPolygoncpp">trunk/Source/WebCore/platform/graphics/FloatPolygon.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsFontcpp">trunk/Source/WebCore/platform/graphics/Font.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsSimpleFontDatacpp">trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsSimpleFontDatah">trunk/Source/WebCore/platform/graphics/SimpleFontData.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsTiledBackingStorecpp">trunk/Source/WebCore/platform/graphics/TiledBackingStore.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicscaTileControllercpp">trunk/Source/WebCore/platform/graphics/ca/TileController.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicseflCairoUtilitiesEflcpp">trunk/Source/WebCore/platform/graphics/efl/CairoUtilitiesEfl.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicseflGraphicsContext3DEflcpp">trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicseflGraphicsContext3DPrivatecpp">trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFilterh">trunk/Source/WebCore/platform/graphics/filters/Filter.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsfiltersFilterOperationh">trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicsopenglExtensions3DOpenGLEScpp">trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicstexmapcoordinatedCompositingCoordinatorcpp">trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicstexmapcoordinatedCoordinatedGraphicsLayercpp">trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicstexmapcoordinatedCoordinatedGraphicsScenecpp">trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinFontCacheWincpp">trunk/Source/WebCore/platform/graphics/win/FontCacheWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinFontCustomPlatformDatacpp">trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinFontCustomPlatformDataCairocpp">trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinFontPlatformDataCGWincpp">trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinFontPlatformDataCairoWincpp">trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinFontPlatformDataWincpp">trunk/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinSharedGDIObjecth">trunk/Source/WebCore/platform/graphics/win/SharedGDIObject.h</a></li>
<li><a href="#trunkSourceWebCoreplatformgraphicswinSimpleFontDataWincpp">trunk/Source/WebCore/platform/graphics/win/SimpleFontDataWin.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformgtkGtkTouchContextHelpercpp">trunk/Source/WebCore/platform/gtk/GtkTouchContextHelper.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformleveldbLevelDBDatabasecpp">trunk/Source/WebCore/platform/leveldb/LevelDBDatabase.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformmacHIDGamepadProvidercpp">trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkBlobDatah">trunk/Source/WebCore/platform/network/BlobData.h</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkBlobParth">trunk/Source/WebCore/platform/network/BlobPart.h</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkHTTPHeaderMapcpp">trunk/Source/WebCore/platform/network/HTTPHeaderMap.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkNetworkStateNotifiercpp">trunk/Source/WebCore/platform/network/NetworkStateNotifier.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkResourceHandleh">trunk/Source/WebCore/platform/network/ResourceHandle.h</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkResourceRequestBasecpp">trunk/Source/WebCore/platform/network/ResourceRequestBase.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkResourceResponseBasecpp">trunk/Source/WebCore/platform/network/ResourceResponseBase.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkcfFormDataStreamCFNetcpp">trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkcfResourceHandleCFNetcpp">trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkcurlCurlCacheManagercpp">trunk/Source/WebCore/platform/network/curl/CurlCacheManager.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkiosQuickLookmm">trunk/Source/WebCore/platform/network/ios/QuickLook.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworksoupNetworkStorageSessionSoupcpp">trunk/Source/WebCore/platform/network/soup/NetworkStorageSessionSoup.cpp</a></li>
<li><a href="#trunkSourceWebCoreplatformwinWCDataObjectcpp">trunk/Source/WebCore/platform/win/WCDataObject.cpp</a></li>
<li><a href="#trunkSourceWebCorepluginsPluginViewcpp">trunk/Source/WebCore/plugins/PluginView.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingFloatingObjectscpp">trunk/Source/WebCore/rendering/FloatingObjects.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingLayoutStatecpp">trunk/Source/WebCore/rendering/LayoutState.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockcpp">trunk/Source/WebCore/rendering/RenderBlock.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockFlowcpp">trunk/Source/WebCore/rendering/RenderBlockFlow.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockFlowh">trunk/Source/WebCore/rendering/RenderBlockFlow.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBlockLineLayoutcpp">trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBoxcpp">trunk/Source/WebCore/rendering/RenderBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderBoxModelObjectcpp">trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderButtoncpp">trunk/Source/WebCore/rendering/RenderButton.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderDeprecatedFlexibleBoxcpp">trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderDetailsMarkercpp">trunk/Source/WebCore/rendering/RenderDetailsMarker.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderElementcpp">trunk/Source/WebCore/rendering/RenderElement.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderElementh">trunk/Source/WebCore/rendering/RenderElement.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderEmbeddedObjectcpp">trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFieldsetcpp">trunk/Source/WebCore/rendering/RenderFieldset.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFileUploadControlcpp">trunk/Source/WebCore/rendering/RenderFileUploadControl.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFlexibleBoxcpp">trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFlowThreadcpp">trunk/Source/WebCore/rendering/RenderFlowThread.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFramecpp">trunk/Source/WebCore/rendering/RenderFrame.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFrameBasecpp">trunk/Source/WebCore/rendering/RenderFrameBase.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFrameSetcpp">trunk/Source/WebCore/rendering/RenderFrameSet.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderFullScreencpp">trunk/Source/WebCore/rendering/RenderFullScreen.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderGridcpp">trunk/Source/WebCore/rendering/RenderGrid.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderHTMLCanvascpp">trunk/Source/WebCore/rendering/RenderHTMLCanvas.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderIFramecpp">trunk/Source/WebCore/rendering/RenderIFrame.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderImagecpp">trunk/Source/WebCore/rendering/RenderImage.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderInlinecpp">trunk/Source/WebCore/rendering/RenderInline.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLayerCompositorcpp">trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLayerModelObjectcpp">trunk/Source/WebCore/rendering/RenderLayerModelObject.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderLineBreakcpp">trunk/Source/WebCore/rendering/RenderLineBreak.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderListBoxcpp">trunk/Source/WebCore/rendering/RenderListBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderListItemcpp">trunk/Source/WebCore/rendering/RenderListItem.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderListMarkercpp">trunk/Source/WebCore/rendering/RenderListMarker.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMediacpp">trunk/Source/WebCore/rendering/RenderMedia.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMediaControlElementscpp">trunk/Source/WebCore/rendering/RenderMediaControlElements.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMenuListcpp">trunk/Source/WebCore/rendering/RenderMenuList.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMetercpp">trunk/Source/WebCore/rendering/RenderMeter.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnFlowThreadcpp">trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnSetcpp">trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderMultiColumnSpannerPlaceholdercpp">trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderNamedFlowFragmentcpp">trunk/Source/WebCore/rendering/RenderNamedFlowFragment.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderNamedFlowThreadcpp">trunk/Source/WebCore/rendering/RenderNamedFlowThread.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderProgresscpp">trunk/Source/WebCore/rendering/RenderProgress.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderPtrh">trunk/Source/WebCore/rendering/RenderPtr.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderQuotecpp">trunk/Source/WebCore/rendering/RenderQuote.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRegioncpp">trunk/Source/WebCore/rendering/RenderRegion.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRegionSetcpp">trunk/Source/WebCore/rendering/RenderRegionSet.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderReplacedcpp">trunk/Source/WebCore/rendering/RenderReplaced.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderReplicacpp">trunk/Source/WebCore/rendering/RenderReplica.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubycpp">trunk/Source/WebCore/rendering/RenderRuby.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyBasecpp">trunk/Source/WebCore/rendering/RenderRubyBase.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyRuncpp">trunk/Source/WebCore/rendering/RenderRubyRun.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderRubyTextcpp">trunk/Source/WebCore/rendering/RenderRubyText.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderScrollbarPartcpp">trunk/Source/WebCore/rendering/RenderScrollbarPart.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSearchFieldcpp">trunk/Source/WebCore/rendering/RenderSearchField.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSlidercpp">trunk/Source/WebCore/rendering/RenderSlider.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderSnapshottedPlugIncpp">trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTablecpp">trunk/Source/WebCore/rendering/RenderTable.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableCaptioncpp">trunk/Source/WebCore/rendering/RenderTableCaption.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableCellcpp">trunk/Source/WebCore/rendering/RenderTableCell.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableColcpp">trunk/Source/WebCore/rendering/RenderTableCol.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableRowcpp">trunk/Source/WebCore/rendering/RenderTableRow.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTableSectioncpp">trunk/Source/WebCore/rendering/RenderTableSection.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlcpp">trunk/Source/WebCore/rendering/RenderTextControl.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlh">trunk/Source/WebCore/rendering/RenderTextControl.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlMultiLinecpp">trunk/Source/WebCore/rendering/RenderTextControlMultiLine.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlSingleLinecpp">trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderTextControlSingleLineh">trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderVTTCuecpp">trunk/Source/WebCore/rendering/RenderVTTCue.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderVideocpp">trunk/Source/WebCore/rendering/RenderVideo.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderViewcpp">trunk/Source/WebCore/rendering/RenderView.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderViewh">trunk/Source/WebCore/rendering/RenderView.h</a></li>
<li><a href="#trunkSourceWebCorerenderingRenderWidgetcpp">trunk/Source/WebCore/rendering/RenderWidget.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingRootInlineBoxcpp">trunk/Source/WebCore/rendering/RootInlineBox.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLBlockcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLBlockh">trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFencedcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLFractioncpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLMathcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLMenclosecpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLRadicalOperatorcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLRootcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLRooth">trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLRowcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLScriptscpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLScriptsh">trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.h</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLSpacecpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLSquareRootcpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLTokencpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingmathmlRenderMathMLUnderOvercpp">trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesPolygonShapeh">trunk/Source/WebCore/rendering/shapes/PolygonShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesRasterShapeh">trunk/Source/WebCore/rendering/shapes/RasterShape.h</a></li>
<li><a href="#trunkSourceWebCorerenderingshapesShapecpp">trunk/Source/WebCore/rendering/shapes/Shape.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleBasicShapescpp">trunk/Source/WebCore/rendering/style/BasicShapes.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleBasicShapesh">trunk/Source/WebCore/rendering/style/BasicShapes.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleContentDatacpp">trunk/Source/WebCore/rendering/style/ContentData.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleContentDatah">trunk/Source/WebCore/rendering/style/ContentData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleDataRefh">trunk/Source/WebCore/rendering/style/DataRef.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleFillLayercpp">trunk/Source/WebCore/rendering/style/FillLayer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleFillLayerh">trunk/Source/WebCore/rendering/style/FillLayer.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleNinePieceImagecpp">trunk/Source/WebCore/rendering/style/NinePieceImage.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleNinePieceImageh">trunk/Source/WebCore/rendering/style/NinePieceImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleRenderStylecpp">trunk/Source/WebCore/rendering/style/RenderStyle.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleRenderStyleh">trunk/Source/WebCore/rendering/style/RenderStyle.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleSVGRenderStyleh">trunk/Source/WebCore/rendering/style/SVGRenderStyle.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleShadowDatah">trunk/Source/WebCore/rendering/style/ShadowData.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleGeneratedImagecpp">trunk/Source/WebCore/rendering/style/StyleGeneratedImage.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleGeneratedImageh">trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h</a></li>
<li><a href="#trunkSourceWebCorerenderingstyleStyleReflectionh">trunk/Source/WebCore/rendering/style/StyleReflection.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGBlockcpp">trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGContainercpp">trunk/Source/WebCore/rendering/svg/RenderSVGContainer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGEllipsecpp">trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGForeignObjectcpp">trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGGradientStopcpp">trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGHiddenContainercpp">trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGImagecpp">trunk/Source/WebCore/rendering/svg/RenderSVGImage.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGInlinecpp">trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGInlineTextcpp">trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGModelObjectcpp">trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGPathcpp">trunk/Source/WebCore/rendering/svg/RenderSVGPath.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGRectcpp">trunk/Source/WebCore/rendering/svg/RenderSVGRect.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceClippercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceContainercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFiltercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitivecpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceGradientcpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceLinearGradientcpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceMarkercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceMaskercpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourcePatterncpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGResourceRadialGradientcpp">trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGRootcpp">trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGShapecpp">trunk/Source/WebCore/rendering/svg/RenderSVGShape.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTSpanh">trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTextcpp">trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTextPathcpp">trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGTransformableContainercpp">trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgRenderSVGViewportContainercpp">trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGRenderingContextcpp">trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp</a></li>
<li><a href="#trunkSourceWebCorerenderingsvgSVGResourcesCachecpp">trunk/Source/WebCore/rendering/svg/SVGResourcesCache.cpp</a></li>
<li><a href="#trunkSourceWebCorereplayCapturingInputCursorcpp">trunk/Source/WebCore/replay/CapturingInputCursor.cpp</a></li>
<li><a href="#trunkSourceWebCorereplayMemoizedDOMResultcpp">trunk/Source/WebCore/replay/MemoizedDOMResult.cpp</a></li>
<li><a href="#trunkSourceWebCorereplayReplayControllercpp">trunk/Source/WebCore/replay/ReplayController.cpp</a></li>
<li><a href="#trunkSourceWebCorereplaySegmentedInputStoragecpp">trunk/Source/WebCore/replay/SegmentedInputStorage.cpp</a></li>
<li><a href="#trunkSourceWebCorereplaySerializationMethodscpp">trunk/Source/WebCore/replay/SerializationMethods.cpp</a></li>
<li><a href="#trunkSourceWebCorereplayUserInputBridgecpp">trunk/Source/WebCore/replay/UserInputBridge.cpp</a></li>
<li><a href="#trunkSourceWebCorestyleStyleResolveTreecpp">trunk/Source/WebCore/style/StyleResolveTree.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAElementcpp">trunk/Source/WebCore/svg/SVGAElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAltGlyphElementcpp">trunk/Source/WebCore/svg/SVGAltGlyphElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGAnimatedPathcpp">trunk/Source/WebCore/svg/SVGAnimatedPath.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGCircleElementcpp">trunk/Source/WebCore/svg/SVGCircleElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGClipPathElementcpp">trunk/Source/WebCore/svg/SVGClipPathElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDefsElementcpp">trunk/Source/WebCore/svg/SVGDefsElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGDocumentExtensionscpp">trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGEllipseElementcpp">trunk/Source/WebCore/svg/SVGEllipseElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterElementcpp">trunk/Source/WebCore/svg/SVGFilterElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributescpp">trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGFontElementcpp">trunk/Source/WebCore/svg/SVGFontElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGForeignObjectElementcpp">trunk/Source/WebCore/svg/SVGForeignObjectElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGGElementcpp">trunk/Source/WebCore/svg/SVGGElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGGraphicsElementcpp">trunk/Source/WebCore/svg/SVGGraphicsElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGImageElementcpp">trunk/Source/WebCore/svg/SVGImageElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGLinearGradientElementcpp">trunk/Source/WebCore/svg/SVGLinearGradientElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMarkerElementcpp">trunk/Source/WebCore/svg/SVGMarkerElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGMaskElementcpp">trunk/Source/WebCore/svg/SVGMaskElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPathElementcpp">trunk/Source/WebCore/svg/SVGPathElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGPatternElementcpp">trunk/Source/WebCore/svg/SVGPatternElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGRadialGradientElementcpp">trunk/Source/WebCore/svg/SVGRadialGradientElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGRectElementcpp">trunk/Source/WebCore/svg/SVGRectElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSVGElementcpp">trunk/Source/WebCore/svg/SVGSVGElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGStopElementcpp">trunk/Source/WebCore/svg/SVGStopElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSwitchElementcpp">trunk/Source/WebCore/svg/SVGSwitchElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGSymbolElementcpp">trunk/Source/WebCore/svg/SVGSymbolElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTRefElementcpp">trunk/Source/WebCore/svg/SVGTRefElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTSpanElementcpp">trunk/Source/WebCore/svg/SVGTSpanElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTextElementcpp">trunk/Source/WebCore/svg/SVGTextElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGTextPathElementcpp">trunk/Source/WebCore/svg/SVGTextPathElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgSVGUseElementcpp">trunk/Source/WebCore/svg/SVGUseElement.cpp</a></li>
<li><a href="#trunkSourceWebCoresvggraphicsSVGImagecpp">trunk/Source/WebCore/svg/graphics/SVGImage.cpp</a></li>
<li><a href="#trunkSourceWebCoresvgpropertiesSVGAttributeToPropertyMapcpp">trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.cpp</a></li>
<li><a href="#trunkSourceWebCoretestingInternalscpp">trunk/Source/WebCore/testing/Internals.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersDedicatedWorkerGlobalScopecpp">trunk/Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersDedicatedWorkerThreadcpp">trunk/Source/WebCore/workers/DedicatedWorkerThread.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersDefaultSharedWorkerRepositorycpp">trunk/Source/WebCore/workers/DefaultSharedWorkerRepository.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersSharedWorkercpp">trunk/Source/WebCore/workers/SharedWorker.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersSharedWorkerGlobalScopecpp">trunk/Source/WebCore/workers/SharedWorkerGlobalScope.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersSharedWorkerRepositorycpp">trunk/Source/WebCore/workers/SharedWorkerRepository.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersSharedWorkerThreadcpp">trunk/Source/WebCore/workers/SharedWorkerThread.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersWorkercpp">trunk/Source/WebCore/workers/Worker.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersWorkerGlobalScopecpp">trunk/Source/WebCore/workers/WorkerGlobalScope.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersWorkerMessagingProxycpp">trunk/Source/WebCore/workers/WorkerMessagingProxy.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersWorkerRunLoopcpp">trunk/Source/WebCore/workers/WorkerRunLoop.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersWorkerScriptLoadercpp">trunk/Source/WebCore/workers/WorkerScriptLoader.cpp</a></li>
<li><a href="#trunkSourceWebCoreworkersWorkerThreadcpp">trunk/Source/WebCore/workers/WorkerThread.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestcpp">trunk/Source/WebCore/xml/XMLHttpRequest.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXMLHttpRequestProgressEventThrottlecpp">trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExpressioncpp">trunk/Source/WebCore/xml/XPathExpression.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExpressionNodecpp">trunk/Source/WebCore/xml/XPathExpressionNode.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathExpressionNodeh">trunk/Source/WebCore/xml/XPathExpressionNode.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathFunctionscpp">trunk/Source/WebCore/xml/XPathFunctions.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathGrammary">trunk/Source/WebCore/xml/XPathGrammar.y</a></li>
<li><a href="#trunkSourceWebCorexmlXPathNodeSetcpp">trunk/Source/WebCore/xml/XPathNodeSet.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathParsercpp">trunk/Source/WebCore/xml/XPathParser.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathParserh">trunk/Source/WebCore/xml/XPathParser.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPathcpp">trunk/Source/WebCore/xml/XPathPath.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathPredicatecpp">trunk/Source/WebCore/xml/XPathPredicate.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathStepcpp">trunk/Source/WebCore/xml/XPathStep.cpp</a></li>
<li><a href="#trunkSourceWebCorexmlXPathSteph">trunk/Source/WebCore/xml/XPathStep.h</a></li>
<li><a href="#trunkSourceWebCorexmlXPathValueh">trunk/Source/WebCore/xml/XPathValue.h</a></li>
<li><a href="#trunkSourceWebCorexmlparserXMLDocumentParserLibxml2cpp">trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp</a></li>
<li><a href="#trunkSourceWebKitiosChangeLog">trunk/Source/WebKit/ios/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitiosWebCoreSupportWebFixedPositionContentmm">trunk/Source/WebKit/ios/WebCoreSupport/WebFixedPositionContent.mm</a></li>
<li><a href="#trunkSourceWebKitiosWebCoreSupportWebInspectorClientIOSmm">trunk/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm</a></li>
<li><a href="#trunkSourceWebKitmacChangeLog">trunk/Source/WebKit/mac/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitmacHistoryWebHistoryItemmm">trunk/Source/WebKit/mac/History/WebHistoryItem.mm</a></li>
<li><a href="#trunkSourceWebKitmacPluginsHostedNetscapePluginInstanceProxyh">trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h</a></li>
<li><a href="#trunkSourceWebKitmacPluginsWebNetscapePluginViewmm">trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebFrameLoaderClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebCoreSupportWebInspectorClientmm">trunk/Source/WebKit/mac/WebCoreSupport/WebInspectorClient.mm</a></li>
<li><a href="#trunkSourceWebKitmacWebViewWebArchivemm">trunk/Source/WebKit/mac/WebView/WebArchive.mm</a></li>
<li><a href="#trunkSourceWebKitwinChangeLog">trunk/Source/WebKit/win/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitwinWebCoreSupportWebInspectorClientcpp">trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebHistorycpp">trunk/Source/WebKit/win/WebHistory.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebHistoryItemcpp">trunk/Source/WebKit/win/WebHistoryItem.cpp</a></li>
<li><a href="#trunkSourceWebKitwinWebViewcpp">trunk/Source/WebKit/win/WebView.cpp</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessDatabaseProcesscpp">trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2DatabaseProcessIndexedDBUniqueIDBDatabasecpp">trunk/Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessEntryPointmacXPCServiceNetworkServiceEntryPointmm">trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessFileAPINetworkBlobRegistrycpp">trunk/Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp</a></li>
<li><a href="#trunkSourceWebKit2NetworkProcessNetworkConnectionToWebProcesscpp">trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentCodersh">trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCArgumentDecodercpp">trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCConnectioncpp">trunk/Source/WebKit2/Platform/IPC/Connection.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCConnectionh">trunk/Source/WebKit2/Platform/IPC/Connection.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCHandleMessageh">trunk/Source/WebKit2/Platform/IPC/HandleMessage.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageDecodercpp">trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageSendercpp">trunk/Source/WebKit2/Platform/IPC/MessageSender.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCMessageSenderh">trunk/Source/WebKit2/Platform/IPC/MessageSender.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCmacConnectionMacmm">trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm</a></li>
<li><a href="#trunkSourceWebKit2PlatformIPCunixConnectionUnixcpp">trunk/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformeflDispatchQueueEflcpp">trunk/Source/WebKit2/Platform/efl/DispatchQueueEfl.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformeflDispatchQueueWorkItemEflh">trunk/Source/WebKit2/Platform/efl/DispatchQueueWorkItemEfl.h</a></li>
<li><a href="#trunkSourceWebKit2PlatformeflWorkQueueEflcpp">trunk/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp</a></li>
<li><a href="#trunkSourceWebKit2PlatformgtkWorkQueueGtkcpp">trunk/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessEntryPointmacXPCServicePluginServiceEntryPointmm">trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginServiceEntryPoint.mm</a></li>
<li><a href="#trunkSourceWebKit2PluginProcessWebProcessConnectioncpp">trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2Scriptswebkit2LegacyMessageReceiverexpectedcpp">trunk/Source/WebKit2/Scripts/webkit2/LegacyMessageReceiver-expected.cpp</a></li>
<li><a href="#trunkSourceWebKit2Scriptswebkit2MessageReceiverexpectedcpp">trunk/Source/WebKit2/Scripts/webkit2/MessageReceiver-expected.cpp</a></li>
<li><a href="#trunkSourceWebKit2Scriptswebkit2messagespy">trunk/Source/WebKit2/Scripts/webkit2/messages.py</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIcWKArraycpp">trunk/Source/WebKit2/Shared/API/c/WKArray.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIcWKDictionarycpp">trunk/Source/WebKit2/Shared/API/c/WKDictionary.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIArraycpp">trunk/Source/WebKit2/Shared/APIArray.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIURLh">trunk/Source/WebKit2/Shared/APIURL.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIWebArchivecpp">trunk/Source/WebKit2/Shared/APIWebArchive.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAsyncRequestcpp">trunk/Source/WebKit2/Shared/AsyncRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedAsyncRequesth">trunk/Source/WebKit2/Shared/AsyncRequest.h</a></li>
<li><a href="#trunkSourceWebKit2SharedBlockingResponseMaph">trunk/Source/WebKit2/Shared/BlockingResponseMap.h</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessProxycpp">trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedChildProcessProxyh">trunk/Source/WebKit2/Shared/ChildProcessProxy.h</a></li>
<li><a href="#trunkSourceWebKit2SharedCocoaWKNSDictionarymm">trunk/Source/WebKit2/Shared/Cocoa/WKNSDictionary.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedDownloadsDownloadManagercpp">trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedEntryPointUtilitiesmacXPCServiceXPCServiceEntryPointh">trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h</a></li>
<li><a href="#trunkSourceWebKit2SharedImmutableDictionarycpp">trunk/Source/WebKit2/Shared/ImmutableDictionary.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedPluginsNetscapePluginInformationcpp">trunk/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedSecurityOriginDatacpp">trunk/Source/WebKit2/Shared/SecurityOriginData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedSessionTrackercpp">trunk/Source/WebKit2/Shared/SessionTracker.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedUserDatacpp">trunk/Source/WebKit2/Shared/UserData.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedUserMessageCodersh">trunk/Source/WebKit2/Shared/UserMessageCoders.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebBackForwardListItemcpp">trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebBackForwardListItemh">trunk/Source/WebKit2/Shared/WebBackForwardListItem.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebConnectioncpp">trunk/Source/WebKit2/Shared/WebConnection.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebContextMenuItemcpp">trunk/Source/WebKit2/Shared/WebContextMenuItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebCoreArgumentCoderscpp">trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebPreferencesStoreh">trunk/Source/WebKit2/Shared/WebPreferencesStore.h</a></li>
<li><a href="#trunkSourceWebKit2SharedWebRenderLayercpp">trunk/Source/WebKit2/Shared/WebRenderLayer.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedWebRenderObjectcpp">trunk/Source/WebKit2/Shared/WebRenderObject.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedcfKeyedDecodercpp">trunk/Source/WebKit2/Shared/cf/KeyedDecoder.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedlinuxSeccompFiltersOpenSyscallcpp">trunk/Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerBackingStoremm">trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionh">trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h</a></li>
<li><a href="#trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionmm">trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIAPISessionStatecpp">trunk/Source/WebKit2/UIProcess/API/APISessionState.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIAPIUIClienth">trunk/Source/WebKit2/UIProcess/API/APIUIClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKPagecpp">trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKSessionStateRefcpp">trunk/Source/WebKit2/UIProcess/API/C/WKSessionStateRef.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICmacWKContextPrivateMacmm">trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKBrowsingContextGroupmm">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBrowsingContextGroup.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKProcessGroupmm">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessGroup.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKProcessPoolmm">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPool.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKWebViewmm">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitContextMenuItemcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitFileChooserRequestcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebContextcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewBasecpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewGroupcpp">trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewGroup.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPIiosWKViewIOSmm">trunk/Source/WebKit2/UIProcess/API/ios/WKViewIOS.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPImacWKViewmm">trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessCocoaNavigationStatemm">trunk/Source/WebKit2/UIProcess/Cocoa/NavigationState.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessCocoaUIDelegatemm">trunk/Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessCoordinatedGraphicsCoordinatedLayerTreeHostProxycpp">trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessCoordinatedGraphicsWebViewcpp">trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessGenericCallbackh">trunk/Source/WebKit2/UIProcess/GenericCallback.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessInspectorServerWebSocketServercpp">trunk/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessInspectorServersoupWebSocketServerSoupcpp">trunk/Source/WebKit2/UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNotificationsWebNotificationManagerProxycpp">trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessNotificationsWebNotificationProvidercpp">trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPageLoadStatecpp">trunk/Source/WebKit2/UIProcess/PageLoadState.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsPlugInAutoStartProvidercpp">trunk/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsPluginProcessManagercpp">trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessPluginsWebPluginSiteDataManagercpp">trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessStatisticsRequestcpp">trunk/Source/WebKit2/UIProcess/StatisticsRequest.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessStorageStorageManagercpp">trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessUserContentWebScriptMessageHandlercpp">trunk/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessUserContentWebUserContentControllerProxycpp">trunk/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebApplicationCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebBackForwardListcpp">trunk/Source/WebKit2/UIProcess/WebBackForwardList.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebContextcpp">trunk/Source/WebKit2/UIProcess/WebContext.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebCookieManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebDatabaseManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebFormClientcpp">trunk/Source/WebKit2/UIProcess/WebFormClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebGrammarDetailcpp">trunk/Source/WebKit2/UIProcess/WebGrammarDetail.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebKeyValueStorageManagercpp">trunk/Source/WebKit2/UIProcess/WebKeyValueStorageManager.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebMediaCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebOriginDataManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageContextMenuClientcpp">trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebPageProxycpp">trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebProcessProxycpp">trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessWebResourceCacheManagerProxycpp">trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcesseflInputMethodContextEflcpp">trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcesseflInputMethodContextEflh">trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcesseflWebUIPopupMenuClientcpp">trunk/Source/WebKit2/UIProcess/efl/WebUIPopupMenuClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessiosWKActionSheetAssistantmm">trunk/Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessiosWKContentViewmm">trunk/Source/WebKit2/UIProcess/ios/WKContentView.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessiosWKGeolocationProviderIOSmm">trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessiosWebPageProxyIOSmm">trunk/Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessiosformsWKFileUploadPanelmm">trunk/Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacLegacySessionStateCodingcpp">trunk/Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacRemoteLayerTreeDrawingAreaProxymm">trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacViewGestureControllerh">trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessmacWebPageProxyMacmm">trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePagecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitWebPagecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlecpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundleBackForwardListItemcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageContextMenuClientcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageFormClientcpp">trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsNetscapeNetscapeBrowserFuncscpp">trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsNetscapeNetscapePlugincpp">trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessPluginsNetscapemacNetscapePluginMacmm">trunk/Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessResourceCachecfWebResourceCacheManagerCFNetcpp">trunk/Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportSessionStateConversioncpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/SessionStateConversion.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportWebFrameLoaderClientcpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportWebPasteboardOverridescpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebPasteboardOverrides.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebCoreSupportgtkWebEditorClientGtkcpp">trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageEventDispatchercpp">trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageFindControllercpp">trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPagePageOverlayControllercpp">trunk/Source/WebKit2/WebProcess/WebPage/PageOverlayController.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebFramecpp">trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebInspectorcpp">trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageWebPagecpp">trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPagegtkLayerTreeHostGtkcpp">trunk/Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPageiosWebPageIOSmm">trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPagemacPlatformCAAnimationRemotemm">trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCAAnimationRemote.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPagemacRemoteLayerTreeContextmm">trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessWebPagemacRemoteLayerTreeDrawingAreamm">trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm</a></li>
<li><a href="#trunkSourceWebKit2WebProcessiosWebVideoFullscreenManagermm">trunk/Source/WebKit2/WebProcess/ios/WebVideoFullscreenManager.mm</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreewinDRTDataObjectcpp">trunk/Tools/DumpRenderTree/win/DRTDataObject.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFHashMapcpp">trunk/Tools/TestWebKitAPI/Tests/WTF/HashMap.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFHashSetcpp">trunk/Tools/TestWebKitAPI/Tests/WTF/HashSet.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFRefPtrcpp">trunk/Tools/TestWebKitAPI/Tests/WTF/RefPtr.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFVectorcpp">trunk/Tools/TestWebKitAPI/Tests/WTF/Vector.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFWTFStringcpp">trunk/Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWTFnsRetainPtrmm">trunk/Tools/TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebCoreCalculationValuecpp">trunk/Tools/TestWebKitAPI/Tests/WebCore/CalculationValue.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * bytecode/CodeBlock.h:
+        * bytecode/UnlinkedCodeBlock.cpp:
+        * bytecompiler/BytecodeGenerator.cpp:
+        * dfg/DFGGraph.cpp:
+        * dfg/DFGJITCompiler.cpp:
+        * dfg/DFGStackLayoutPhase.cpp:
+        * dfg/DFGWorklist.cpp:
+        * heap/DelayedReleaseScope.h:
+        * heap/HeapInlines.h:
+        [...]
+
</ins><span class="cx"> 2014-07-03  Filip Pizlo  &lt;fpizlo@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         SSA DCE should process blocks in forward order
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorebytecodeCodeBlockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/bytecode/CodeBlock.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/bytecode/CodeBlock.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/bytecode/CodeBlock.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -687,7 +687,7 @@
</span><span class="cx">         {
</span><span class="cx">             ConcurrentJITLocker locker(m_lock);
</span><span class="cx">             if (!m_livenessAnalysis)
</span><del>-                m_livenessAnalysis = std::move(analysis);
</del><ins>+                m_livenessAnalysis = WTF::move(analysis);
</ins><span class="cx">             return *m_livenessAnalysis;
</span><span class="cx">         }
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorebytecodeUnlinkedCodeBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -441,7 +441,7 @@
</span><span class="cx"> 
</span><span class="cx"> void UnlinkedCodeBlock::setInstructions(std::unique_ptr&lt;UnlinkedInstructionStream&gt; instructions)
</span><span class="cx"> {
</span><del>-    m_unlinkedInstructions = std::move(instructions);
</del><ins>+    m_unlinkedInstructions = WTF::move(instructions);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const UnlinkedInstructionStream&amp; UnlinkedCodeBlock::instructions() const
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorebytecompilerBytecodeGeneratorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -303,7 +303,7 @@
</span><span class="cx">             slowArguments[i].status = SlowArgument::Captured;
</span><span class="cx">             slowArguments[i].index = capturedArguments[i]-&gt;index();
</span><span class="cx">         }
</span><del>-        m_symbolTable-&gt;setSlowArguments(std::move(slowArguments));
</del><ins>+        m_symbolTable-&gt;setSlowArguments(WTF::move(slowArguments));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     RegisterID* calleeRegister = resolveCallee(functionBody); // May push to the scope chain and/or add a captured var.
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoredfgDFGGraphcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -696,7 +696,7 @@
</span><span class="cx">     std::unique_ptr&lt;FullBytecodeLiveness&gt; liveness = std::make_unique&lt;FullBytecodeLiveness&gt;();
</span><span class="cx">     codeBlock-&gt;livenessAnalysis().computeFullLiveness(*liveness);
</span><span class="cx">     FullBytecodeLiveness&amp; result = *liveness;
</span><del>-    m_bytecodeLiveness.add(codeBlock, std::move(liveness));
</del><ins>+    m_bytecodeLiveness.add(codeBlock, WTF::move(liveness));
</ins><span class="cx">     return result;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoredfgDFGJITCompilercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -157,10 +157,10 @@
</span><span class="cx">         m_jitCode-&gt;common.inlineCallFrames = m_graph.m_plan.inlineCallFrames;
</span><span class="cx">     
</span><span class="cx">     m_jitCode-&gt;common.machineCaptureStart = m_graph.m_machineCaptureStart;
</span><del>-    m_jitCode-&gt;common.slowArguments = std::move(m_graph.m_slowArguments);
</del><ins>+    m_jitCode-&gt;common.slowArguments = WTF::move(m_graph.m_slowArguments);
</ins><span class="cx"> 
</span><span class="cx"> #if USE(JSVALUE32_64)
</span><del>-    m_jitCode-&gt;common.doubleConstants = std::move(m_graph.m_doubleConstants);
</del><ins>+    m_jitCode-&gt;common.doubleConstants = WTF::move(m_graph.m_doubleConstants);
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     BitVector usedJumpTables;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoredfgDFGStackLayoutPhasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx">                         newSlowArguments[i].index = virtualRegisterForLocal(allocation[reg.toLocal()]).offset();
</span><span class="cx">                 }
</span><span class="cx">             
</span><del>-                m_graph.m_slowArguments = std::move(newSlowArguments);
</del><ins>+                m_graph.m_slowArguments = WTF::move(newSlowArguments);
</ins><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx">         
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoredfgDFGWorklistcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/dfg/DFGWorklist.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/dfg/DFGWorklist.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/dfg/DFGWorklist.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">         data-&gt;m_identifier = createThread(threadFunction, data.get(), m_threadName.data());
</span><span class="cx">         if (relativePriority)
</span><span class="cx">             changeThreadPriority(data-&gt;m_identifier, relativePriority);
</span><del>-        m_threads.append(std::move(data));
</del><ins>+        m_threads.append(WTF::move(data));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapDelayedReleaseScopeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/DelayedReleaseScope.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/DelayedReleaseScope.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/heap/DelayedReleaseScope.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     template &lt;typename T&gt;
</span><span class="cx">     void releaseSoon(RetainPtr&lt;T&gt;&amp;&amp; object)
</span><span class="cx">     {
</span><del>-        m_delayedReleaseObjects.append(std::move(object));
</del><ins>+        m_delayedReleaseObjects.append(WTF::move(object));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static bool isInEffectFor(MarkedSpace&amp; markedSpace)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> inline void MarkedSpace::releaseSoon(RetainPtr&lt;T&gt;&amp;&amp; object)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_currentDelayedReleaseScope);
</span><del>-    m_currentDelayedReleaseScope-&gt;releaseSoon(std::move(object));
</del><ins>+    m_currentDelayedReleaseScope-&gt;releaseSoon(WTF::move(object));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #else // USE(CF)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapHeapInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/HeapInlines.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/HeapInlines.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/heap/HeapInlines.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -249,7 +249,7 @@
</span><span class="cx"> template &lt;typename T&gt;
</span><span class="cx"> inline void Heap::releaseSoon(RetainPtr&lt;T&gt;&amp;&amp; object)
</span><span class="cx"> {
</span><del>-    m_objectSpace.releaseSoon(std::move(object));
</del><ins>+    m_objectSpace.releaseSoon(WTF::move(object));
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreheapWeakInlinesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/heap/WeakInlines.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/heap/WeakInlines.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/heap/WeakInlines.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T&gt; inline auto Weak&lt;T&gt;::operator=(Weak&amp;&amp; other) -&gt; Weak&amp;
</span><span class="cx"> {
</span><del>-    Weak weak = std::move(other);
</del><ins>+    Weak weak = WTF::move(other);
</ins><span class="cx">     swap(weak);
</span><span class="cx">     return *this;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorInspectorAgentRegistrycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/inspector/InspectorAgentRegistry.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> 
</span><span class="cx"> void InspectorAgentRegistry::append(std::unique_ptr&lt;InspectorAgentBase&gt; agent)
</span><span class="cx"> {
</span><del>-    m_agents.append(std::move(agent));
</del><ins>+    m_agents.append(WTF::move(agent));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InspectorAgentRegistry::didCreateFrontendAndBackend(InspectorFrontendChannel* frontendChannel, InspectorBackendDispatcher* backendDispatcher)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorJSGlobalObjectInspectorControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/inspector/JSGlobalObjectInspectorController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -70,9 +70,9 @@
</span><span class="cx">     profilerAgent-&gt;setScriptDebugServer(&amp;debuggerAgent-&gt;scriptDebugServer());
</span><span class="cx"> 
</span><span class="cx">     m_agents.append(std::make_unique&lt;InspectorAgent&gt;());
</span><del>-    m_agents.append(std::move(runtimeAgent));
-    m_agents.append(std::move(consoleAgent));
-    m_agents.append(std::move(debuggerAgent));
</del><ins>+    m_agents.append(WTF::move(runtimeAgent));
+    m_agents.append(WTF::move(consoleAgent));
+    m_agents.append(WTF::move(debuggerAgent));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> JSGlobalObjectInspectorController::~JSGlobalObjectInspectorController()
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectoragentsInspectorConsoleAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -237,7 +237,7 @@
</span><span class="cx">             m_previousMessage-&gt;updateRepeatCountInConsole(m_frontendDispatcher.get());
</span><span class="cx">     } else {
</span><span class="cx">         m_previousMessage = consoleMessage.get();
</span><del>-        m_consoleMessages.append(std::move(consoleMessage));
</del><ins>+        m_consoleMessages.append(WTF::move(consoleMessage));
</ins><span class="cx">         if (m_frontendDispatcher &amp;&amp; m_enabled)
</span><span class="cx">             m_previousMessage-&gt;addToFrontend(m_frontendDispatcher.get(), m_injectedScriptManager, true);
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorejitAccessorCallJITStubRoutinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/jit/AccessorCallJITStubRoutine.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/jit/AccessorCallJITStubRoutine.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/jit/AccessorCallJITStubRoutine.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> AccessorCallJITStubRoutine::AccessorCallJITStubRoutine(
</span><span class="cx">     const MacroAssemblerCodeRef&amp; code, VM&amp; vm, std::unique_ptr&lt;CallLinkInfo&gt; info)
</span><span class="cx">     : GCAwareJITStubRoutine(code, vm)
</span><del>-    , m_callLinkInfo(std::move(info))
</del><ins>+    , m_callLinkInfo(WTF::move(info))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorejitArityCheckFailReturnThunkscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/jit/ArityCheckFailReturnThunks.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/jit/ArityCheckFailReturnThunks.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/jit/ArityCheckFailReturnThunks.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         ConcurrentJITLocker locker(m_lock);
</span><del>-        m_returnPCArrays.append(std::move(returnPCs));
</del><ins>+        m_returnPCArrays.append(WTF::move(returnPCs));
</ins><span class="cx">         m_refs.append(FINALIZE_CODE(linkBuffer, (&quot;Arity check fail return thunks for up to numArgs = %u&quot;, numExpectedArgumentsIncludingThis)));
</span><span class="cx">         m_nextSize = numExpectedArgumentsIncludingThis + stackAlignmentRegisters();
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorejitRepatchcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/jit/Repatch.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/jit/Repatch.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/jit/Repatch.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -589,7 +589,7 @@
</span><span class="cx">             successLabel.executableAddress()));
</span><span class="cx">     
</span><span class="cx">     if (kind == CallGetter || kind == CallSetter)
</span><del>-        stubRoutine = adoptRef(new AccessorCallJITStubRoutine(code, *vm, std::move(callLinkInfo)));
</del><ins>+        stubRoutine = adoptRef(new AccessorCallJITStubRoutine(code, *vm, WTF::move(callLinkInfo)));
</ins><span class="cx">     else
</span><span class="cx">         stubRoutine = createJITStubRoutine(code, *vm, codeBlock-&gt;ownerExecutable(), true);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreparserNodescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/parser/Nodes.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/parser/Nodes.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/parser/Nodes.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> 
</span><span class="cx"> void ProgramNode::setClosedVariables(Vector&lt;RefPtr&lt;StringImpl&gt;&gt;&amp;&amp; closedVariables)
</span><span class="cx"> {
</span><del>-    m_closedVariables = std::move(closedVariables);
</del><ins>+    m_closedVariables = WTF::move(closedVariables);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // ------------------------------ EvalNode -----------------------------
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreparserParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/parser/Parser.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/parser/Parser.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/parser/Parser.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -296,7 +296,7 @@
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     didFinishParsing(sourceElements, context.varDeclarations(), context.funcDeclarations(), features,
</span><del>-        context.numConstants(), capturedVariables, std::move(closedVariables));
</del><ins>+        context.numConstants(), capturedVariables, WTF::move(closedVariables));
</ins><span class="cx"> 
</span><span class="cx">     return parseError;
</span><span class="cx"> }
</span><span class="lines">@@ -1331,7 +1331,7 @@
</span><span class="cx">     matchOrFail(CLOSEBRACE, &quot;Expected a closing '}' after a &quot;, stringForFunctionMode(mode), &quot; body&quot;);
</span><span class="cx">     
</span><span class="cx">     if (newInfo)
</span><del>-        m_functionCache-&gt;add(openBraceOffset, std::move(newInfo));
</del><ins>+        m_functionCache-&gt;add(openBraceOffset, WTF::move(newInfo));
</ins><span class="cx">     
</span><span class="cx">     next();
</span><span class="cx">     return true;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreparserParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/parser/Parser.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/parser/Parser.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/parser/Parser.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -401,7 +401,7 @@
</span><span class="cx">     PassRefPtr&lt;ParsedNode&gt; parse(ParserError&amp;, bool needReparsingAdjustment);
</span><span class="cx"> 
</span><span class="cx">     JSTextPosition positionBeforeLastNewline() const { return m_lexer-&gt;positionBeforeLastNewline(); }
</span><del>-    Vector&lt;RefPtr&lt;StringImpl&gt;&gt;&amp;&amp; closedVariables() { return std::move(m_closedVariables); }
</del><ins>+    Vector&lt;RefPtr&lt;StringImpl&gt;&gt;&amp;&amp; closedVariables() { return WTF::move(m_closedVariables); }
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     struct AllowInOverride {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreparserSourceProviderCachecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/parser/SourceProviderCache.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/parser/SourceProviderCache.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/parser/SourceProviderCache.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> 
</span><span class="cx"> void SourceProviderCache::add(int sourcePosition, std::unique_ptr&lt;SourceProviderCacheItem&gt; item)
</span><span class="cx"> {
</span><del>-    m_map.add(sourcePosition, std::move(item));
</del><ins>+    m_map.add(sourcePosition, WTF::move(item));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorereplayEncodedValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/replay/EncodedValue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/replay/EncodedValue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/replay/EncodedValue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">         for (const typename EncodingTraits&lt;T&gt;::DecodedType&amp; value : vectorOfValues)
</span><span class="cx">             encodedVector.append&lt;typename EncodingTraits&lt;T&gt;::DecodedType&gt;(value);
</span><span class="cx"> 
</span><del>-        return std::move(encodedVector);
</del><ins>+        return WTF::move(encodedVector);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static bool decodeValue(EncodedValue&amp; encodedVector, DecodedType&amp; decodedValue)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorereplayscriptsCodeGeneratorReplayInputspy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/replay/scripts/CodeGeneratorReplayInputs.py (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/replay/scripts/CodeGeneratorReplayInputs.py        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/replay/scripts/CodeGeneratorReplayInputs.py        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -940,7 +940,7 @@
</span><span class="cx">     def generate_member_move_expression(self, _member):
</span><span class="cx">         _type = self._model.get_type_for_member(_member)
</span><span class="cx">         if _type.mode == TypeModes.OWNED:
</span><del>-            return &quot;std::move(%s)&quot; % _member.memberName
</del><ins>+            return &quot;WTF::move(%s)&quot; % _member.memberName
</ins><span class="cx">         else:
</span><span class="cx">             return _member.memberName
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorereplayscriptstestsexpectedgenerateenumwithguardjsonTestReplayInputscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-enum-with-guard.json-TestReplayInputs.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-enum-with-guard.json-TestReplayInputs.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-enum-with-guard.json-TestReplayInputs.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> namespace Test {
</span><span class="cx"> HandleWheelEvent::HandleWheelEvent(std::unique_ptr&lt;PlatformWheelEvent&gt; platformEvent)
</span><span class="cx">     : EventLoopInput&lt;HandleWheelEvent&gt;()
</span><del>-    , m_platformEvent(std::move(platformEvent))
</del><ins>+    , m_platformEvent(WTF::move(platformEvent))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">     if (!encodedValue.get&lt;WebCore::PlatformWheelEvent&gt;(ASCIILiteral(&quot;platformEvent&quot;), platformEvent))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    input = std::make_unique&lt;Test::HandleWheelEvent&gt;(std::move(platformEvent));
</del><ins>+    input = std::make_unique&lt;Test::HandleWheelEvent&gt;(WTF::move(platformEvent));
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> #if ENABLE(DUMMY_FEATURE)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorereplayscriptstestsexpectedgeneratememoizedtypemodesjsonTestReplayInputscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-memoized-type-modes.json-TestReplayInputs.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-memoized-type-modes.json-TestReplayInputs.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/replay/scripts/tests/expected/generate-memoized-type-modes.json-TestReplayInputs.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx"> MapInput::MapInput(std::unique_ptr&lt;MapType&gt; data)
</span><span class="cx">     : NondeterministicInput&lt;MapInput&gt;()
</span><del>-    , m_data(std::move(data))
</del><ins>+    , m_data(WTF::move(data))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">     if (!encodedValue.get&lt;MapType&gt;(ASCIILiteral(&quot;data&quot;), data))
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    input = std::make_unique&lt;Test::MapInput&gt;(std::move(data));
</del><ins>+    input = std::make_unique&lt;Test::MapInput&gt;(WTF::move(data));
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeSymbolTableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/SymbolTable.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/SymbolTable.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/runtime/SymbolTable.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -466,7 +466,7 @@
</span><span class="cx"> 
</span><span class="cx">     // 0 if we don't capture any arguments; parameterCount() in length if we do.
</span><span class="cx">     const SlowArgument* slowArguments() { return m_slowArguments.get(); }
</span><del>-    void setSlowArguments(std::unique_ptr&lt;SlowArgument[]&gt; slowArguments) { m_slowArguments = std::move(slowArguments); }
</del><ins>+    void setSlowArguments(std::unique_ptr&lt;SlowArgument[]&gt; slowArguments) { m_slowArguments = WTF::move(slowArguments); }
</ins><span class="cx">     
</span><span class="cx">     SymbolTable* cloneCapturedNames(VM&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeWeakGCMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/WeakGCMap.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/WeakGCMap.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/JavaScriptCore/runtime/WeakGCMap.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">     AddResult set(const KeyType&amp; key, ValueType value)
</span><span class="cx">     {
</span><span class="cx">         gcMapIfNeeded();
</span><del>-        return m_map.set(key, std::move(value));
</del><ins>+        return m_map.set(key, WTF::move(value));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     ALWAYS_INLINE AddResult add(const KeyType&amp; key, ValueType value)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">         AddResult addResult = m_map.fastAdd(key, nullptr);
</span><span class="cx">         if (!addResult.iterator-&gt;value) { // New value or found a zombie value.
</span><span class="cx">             addResult.isNewEntry = true;
</span><del>-            addResult.iterator-&gt;value = std::move(value);
</del><ins>+            addResult.iterator-&gt;value = WTF::move(value);
</ins><span class="cx">         }
</span><span class="cx">         return addResult;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Reviewed by Darin Adler.
+
+        Substitution of WTF::move() for std::move() rubber-stamped by Anders Carlsson.
+
+        Implement WTF::move(), a replacement for std::move(). WTF::move() is less error
+        prone than std::move() as it compile asserts that its argument is a non-const
+        lvalue reference before ultimately casting it to a rvalue reference (via std::move).
+
+        * wtf/Deque.h: Substitute WTF::move() for std::move().
+        * wtf/HashMap.h: Ditto.
+        * wtf/HashSet.h: Ditto.
+        * wtf/HashTable.h: Ditto.
+        * wtf/IteratorAdaptors.h: Ditto.
+        * wtf/IteratorRange.h: Ditto.
+        * wtf/ListHashSet.h: Ditto.
+        * wtf/MainThread.cpp: Ditto.
+        [...]
+        * wtf/StdLibExtras.h:
+        (WTF::move): Added.
+        [...]
+
</ins><span class="cx"> 2014-07-03  Anders Carlsson  &lt;andersca@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Get rid of Encoder.h and Decoder.h from WTF
</span></span></pre></div>
<a id="trunkSourceWTFwtfDequeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Deque.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Deque.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/Deque.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -393,7 +393,7 @@
</span><span class="cx">     template&lt;typename T, size_t inlineCapacity&gt;
</span><span class="cx">     inline auto Deque&lt;T, inlineCapacity&gt;::takeFirst() -&gt; T
</span><span class="cx">     {
</span><del>-        T oldFirst = std::move(first());
</del><ins>+        T oldFirst = WTF::move(first());
</ins><span class="cx">         removeFirst();
</span><span class="cx">         return oldFirst;
</span><span class="cx">     }
</span><span class="lines">@@ -401,7 +401,7 @@
</span><span class="cx">     template&lt;typename T, size_t inlineCapacity&gt;
</span><span class="cx">     inline auto Deque&lt;T, inlineCapacity&gt;::takeLast() -&gt; T
</span><span class="cx">     {
</span><del>-        T oldLast = std::move(last());
</del><ins>+        T oldLast = WTF::move(last());
</ins><span class="cx">         removeLast();
</span><span class="cx">         return oldLast;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfHashMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/HashMap.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/HashMap.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/HashMap.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -296,7 +296,7 @@
</span><span class="cx"> template&lt;typename T&gt;
</span><span class="cx"> auto HashMap&lt;KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg&gt;::set(KeyType&amp;&amp; key, T&amp;&amp; mapped) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    return inlineSet(std::move(key), std::forward&lt;T&gt;(mapped));
</del><ins>+    return inlineSet(WTF::move(key), std::forward&lt;T&gt;(mapped));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename KeyArg, typename MappedArg, typename HashArg, typename KeyTraitsArg, typename MappedTraitsArg&gt;
</span><span class="lines">@@ -317,7 +317,7 @@
</span><span class="cx"> template&lt;typename T&gt;
</span><span class="cx"> auto HashMap&lt;KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg&gt;::add(KeyType&amp;&amp; key, T&amp;&amp; mapped) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    return inlineAdd(std::move(key), std::forward&lt;T&gt;(mapped));
</del><ins>+    return inlineAdd(WTF::move(key), std::forward&lt;T&gt;(mapped));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename KeyArg, typename MappedArg, typename HashArg, typename KeyTraitsArg, typename MappedTraitsArg&gt;
</span><span class="lines">@@ -331,7 +331,7 @@
</span><span class="cx"> template&lt;typename T&gt;
</span><span class="cx"> ALWAYS_INLINE auto HashMap&lt;KeyArg, MappedArg, HashArg, KeyTraitsArg, MappedTraitsArg&gt;::fastAdd(KeyType&amp;&amp; key, T&amp;&amp; mapped) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    return inlineAdd(std::move(key), std::forward&lt;T&gt;(mapped));
</del><ins>+    return inlineAdd(WTF::move(key), std::forward&lt;T&gt;(mapped));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T, typename U, typename V, typename W, typename MappedTraits&gt;
</span><span class="lines">@@ -371,7 +371,7 @@
</span><span class="cx">     iterator it = find(key);
</span><span class="cx">     if (it == end())
</span><span class="cx">         return MappedTraits::emptyValue();
</span><del>-    MappedType value = std::move(it-&gt;value);
</del><ins>+    MappedType value = WTF::move(it-&gt;value);
</ins><span class="cx">     remove(it);
</span><span class="cx">     return value;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWTFwtfHashSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/HashSet.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/HashSet.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/HashSet.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx">     template&lt;typename T, typename U, typename V&gt;
</span><span class="cx">     inline auto HashSet&lt;T, U, V&gt;::add(ValueType&amp;&amp; value) -&gt; AddResult
</span><span class="cx">     {
</span><del>-        return m_impl.add(std::move(value));
</del><ins>+        return m_impl.add(WTF::move(value));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename Value, typename HashFunctions, typename Traits&gt;
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx">         if (it == end())
</span><span class="cx">             return ValueTraits::emptyValue();
</span><span class="cx"> 
</span><del>-        ValueType result = std::move(const_cast&lt;ValueType&amp;&gt;(*it));
</del><ins>+        ValueType result = WTF::move(const_cast&lt;ValueType&amp;&gt;(*it));
</ins><span class="cx">         remove(it);
</span><span class="cx">         return result;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfHashTableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/HashTable.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/HashTable.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/HashTable.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -373,7 +373,7 @@
</span><span class="cx">         bool isEmpty() const { return !m_keyCount; }
</span><span class="cx"> 
</span><span class="cx">         AddResult add(const ValueType&amp; value) { return add&lt;IdentityTranslatorType&gt;(Extractor::extract(value), value); }
</span><del>-        AddResult add(ValueType&amp;&amp; value) { return add&lt;IdentityTranslatorType&gt;(Extractor::extract(value), std::move(value)); }
</del><ins>+        AddResult add(ValueType&amp;&amp; value) { return add&lt;IdentityTranslatorType&gt;(Extractor::extract(value), WTF::move(value)); }
</ins><span class="cx"> 
</span><span class="cx">         // A special version of add() that finds the object by hashing and comparing
</span><span class="cx">         // with some other type, to avoid the cost of type conversion if the object is already
</span><span class="lines">@@ -919,7 +919,7 @@
</span><span class="cx"> 
</span><span class="cx">         Value* newEntry = lookupForWriting(Extractor::extract(entry)).first;
</span><span class="cx">         newEntry-&gt;~Value();
</span><del>-        new (NotNull, newEntry) ValueType(std::move(entry));
</del><ins>+        new (NotNull, newEntry) ValueType(WTF::move(entry));
</ins><span class="cx"> 
</span><span class="cx">         return newEntry;
</span><span class="cx">     }
</span><span class="lines">@@ -1096,7 +1096,7 @@
</span><span class="cx">                 continue;
</span><span class="cx">             }
</span><span class="cx"> 
</span><del>-            Value* reinsertedEntry = reinsert(std::move(oldTable[i]));
</del><ins>+            Value* reinsertedEntry = reinsert(WTF::move(oldTable[i]));
</ins><span class="cx">             if (&amp;oldTable[i] == entry) {
</span><span class="cx">                 ASSERT(!newEntry);
</span><span class="cx">                 newEntry = reinsertedEntry;
</span></span></pre></div>
<a id="trunkSourceWTFwtfIteratorAdaptorsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/IteratorAdaptors.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/IteratorAdaptors.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/IteratorAdaptors.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -34,9 +34,9 @@
</span><span class="cx"> class FilterIterator {
</span><span class="cx"> public:
</span><span class="cx">     FilterIterator(Predicate pred, Iterator begin, Iterator end)
</span><del>-        : m_pred(std::move(pred))
-        , m_iter(std::move(begin))
-        , m_end(std::move(end))
</del><ins>+        : m_pred(WTF::move(pred))
+        , m_iter(WTF::move(begin))
+        , m_end(WTF::move(end))
</ins><span class="cx">     {
</span><span class="cx">         while (m_iter != m_end &amp;&amp; !m_pred(*m_iter))
</span><span class="cx">             ++m_iter;
</span><span class="lines">@@ -78,8 +78,8 @@
</span><span class="cx"> class TransformIterator {
</span><span class="cx"> public:
</span><span class="cx">     TransformIterator(Transform&amp;&amp; transform, Iterator&amp;&amp; iter)
</span><del>-        : m_transform(std::move(transform))
-        , m_iter(std::move(iter))
</del><ins>+        : m_transform(WTF::move(transform))
+        , m_iter(WTF::move(iter))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx"> template&lt;typename Transform, typename Iterator&gt;
</span><span class="cx"> inline TransformIterator&lt;Transform, Iterator&gt; makeTransformIterator(Transform&amp;&amp; transform, Iterator&amp;&amp; iter)
</span><span class="cx"> {
</span><del>-    return TransformIterator&lt;Transform, Iterator&gt;(std::move(transform), std::move(iter));
</del><ins>+    return TransformIterator&lt;Transform, Iterator&gt;(WTF::move(transform), WTF::move(iter));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WTF
</span></span></pre></div>
<a id="trunkSourceWTFwtfIteratorRangeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/IteratorRange.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/IteratorRange.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/IteratorRange.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> class IteratorRange {
</span><span class="cx"> public:
</span><span class="cx">     IteratorRange(Iterator begin, Iterator end)
</span><del>-        : m_begin(std::move(begin))
-        , m_end(std::move(end))
</del><ins>+        : m_begin(WTF::move(begin))
+        , m_end(WTF::move(end))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWTFwtfListHashSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/ListHashSet.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/ListHashSet.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/ListHashSet.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -477,7 +477,7 @@
</span><span class="cx">     ASSERT(!isEmpty());
</span><span class="cx">     auto it = m_impl.find(m_head);
</span><span class="cx"> 
</span><del>-    T result = std::move((*it)-&gt;m_value);
</del><ins>+    T result = WTF::move((*it)-&gt;m_value);
</ins><span class="cx">     m_impl.remove(it);
</span><span class="cx">     unlinkAndDelete(m_head);
</span><span class="cx"> 
</span><span class="lines">@@ -517,7 +517,7 @@
</span><span class="cx">     ASSERT(!isEmpty());
</span><span class="cx">     auto it = m_impl.find(m_tail);
</span><span class="cx"> 
</span><del>-    T result = std::move((*it)-&gt;m_value);
</del><ins>+    T result = WTF::move((*it)-&gt;m_value);
</ins><span class="cx">     m_impl.remove(it);
</span><span class="cx">     unlinkAndDelete(m_tail);
</span><span class="cx"> 
</span><span class="lines">@@ -593,7 +593,7 @@
</span><span class="cx"> template&lt;typename T, size_t inlineCapacity, typename U&gt;
</span><span class="cx"> auto ListHashSet&lt;T, inlineCapacity, U&gt;::add(ValueType&amp;&amp; value) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    auto result = m_impl.template add&lt;BaseTranslator&gt;(std::move(value), m_allocator.get());
</del><ins>+    auto result = m_impl.template add&lt;BaseTranslator&gt;(WTF::move(value), m_allocator.get());
</ins><span class="cx">     if (result.isNewEntry)
</span><span class="cx">         appendNode(*result.iterator);
</span><span class="cx">     return AddResult(makeIterator(*result.iterator), result.isNewEntry);
</span><span class="lines">@@ -614,7 +614,7 @@
</span><span class="cx"> template&lt;typename T, size_t inlineCapacity, typename U&gt;
</span><span class="cx"> auto ListHashSet&lt;T, inlineCapacity, U&gt;::appendOrMoveToLast(ValueType&amp;&amp; value) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    auto result = m_impl.template add&lt;BaseTranslator&gt;(std::move(value), m_allocator.get());
</del><ins>+    auto result = m_impl.template add&lt;BaseTranslator&gt;(WTF::move(value), m_allocator.get());
</ins><span class="cx">     Node* node = *result.iterator;
</span><span class="cx">     if (!result.isNewEntry)
</span><span class="cx">         unlink(node);
</span><span class="lines">@@ -638,7 +638,7 @@
</span><span class="cx"> template&lt;typename T, size_t inlineCapacity, typename U&gt;
</span><span class="cx"> auto ListHashSet&lt;T, inlineCapacity, U&gt;::prependOrMoveToFirst(ValueType&amp;&amp; value) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    auto result = m_impl.template add&lt;BaseTranslator&gt;(std::move(value), m_allocator.get());
</del><ins>+    auto result = m_impl.template add&lt;BaseTranslator&gt;(WTF::move(value), m_allocator.get());
</ins><span class="cx">     Node* node = *result.iterator;
</span><span class="cx">     if (!result.isNewEntry)
</span><span class="cx">         unlink(node);
</span><span class="lines">@@ -656,7 +656,7 @@
</span><span class="cx"> template&lt;typename T, size_t inlineCapacity, typename U&gt;
</span><span class="cx"> auto ListHashSet&lt;T, inlineCapacity, U&gt;::insertBefore(const ValueType&amp; beforeValue, ValueType&amp;&amp; newValue) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    return insertBefore(find(beforeValue), std::move(newValue));
</del><ins>+    return insertBefore(find(beforeValue), WTF::move(newValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T, size_t inlineCapacity, typename U&gt;
</span><span class="lines">@@ -671,7 +671,7 @@
</span><span class="cx"> template&lt;typename T, size_t inlineCapacity, typename U&gt;
</span><span class="cx"> auto ListHashSet&lt;T, inlineCapacity, U&gt;::insertBefore(iterator it, ValueType&amp;&amp; newValue) -&gt; AddResult
</span><span class="cx"> {
</span><del>-    auto result = m_impl.template add&lt;BaseTranslator&gt;(std::move(newValue), m_allocator.get());
</del><ins>+    auto result = m_impl.template add&lt;BaseTranslator&gt;(WTF::move(newValue), m_allocator.get());
</ins><span class="cx">     if (result.isNewEntry)
</span><span class="cx">         insertNodeBefore(it.node(), *result.iterator);
</span><span class="cx">     return AddResult(makeIterator(*result.iterator), result.isNewEntry);
</span></span></pre></div>
<a id="trunkSourceWTFwtfMainThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/MainThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/MainThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/MainThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -214,7 +214,7 @@
</span><span class="cx"> 
</span><span class="cx"> void callOnMainThread(std::function&lt;void ()&gt; function)
</span><span class="cx"> {
</span><del>-    callOnMainThread(callFunctionObject, std::make_unique&lt;std::function&lt;void ()&gt;&gt;(std::move(function)).release());
</del><ins>+    callOnMainThread(callFunctionObject, std::make_unique&lt;std::function&lt;void ()&gt;&gt;(WTF::move(function)).release());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void setMainThreadCallbacksPaused(bool paused)
</span></span></pre></div>
<a id="trunkSourceWTFwtfMallocPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/MallocPtr.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/MallocPtr.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/MallocPtr.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx"> 
</span><span class="cx">     MallocPtr&amp; operator=(MallocPtr&amp;&amp; other)
</span><span class="cx">     {
</span><del>-        MallocPtr ptr = std::move(other);
</del><ins>+        MallocPtr ptr = WTF::move(other);
</ins><span class="cx">         swap(ptr);
</span><span class="cx"> 
</span><span class="cx">         return *this;
</span></span></pre></div>
<a id="trunkSourceWTFwtfMessageQueueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/MessageQueue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/MessageQueue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/MessageQueue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">     inline void MessageQueue&lt;DataType&gt;::append(std::unique_ptr&lt;DataType&gt; message)
</span><span class="cx">     {
</span><span class="cx">         MutexLocker lock(m_mutex);
</span><del>-        m_queue.append(std::move(message));
</del><ins>+        m_queue.append(WTF::move(message));
</ins><span class="cx">         m_condition.signal();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">     inline void MessageQueue&lt;DataType&gt;::appendAndKill(std::unique_ptr&lt;DataType&gt; message)
</span><span class="cx">     {
</span><span class="cx">         MutexLocker lock(m_mutex);
</span><del>-        m_queue.append(std::move(message));
</del><ins>+        m_queue.append(WTF::move(message));
</ins><span class="cx">         m_killed = true;
</span><span class="cx">         m_condition.broadcast();
</span><span class="cx">     }
</span><span class="lines">@@ -111,7 +111,7 @@
</span><span class="cx">     {
</span><span class="cx">         MutexLocker lock(m_mutex);
</span><span class="cx">         bool wasEmpty = m_queue.isEmpty();
</span><del>-        m_queue.append(std::move(message));
</del><ins>+        m_queue.append(WTF::move(message));
</ins><span class="cx">         m_condition.signal();
</span><span class="cx">         return wasEmpty;
</span><span class="cx">     }
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">     inline void MessageQueue&lt;DataType&gt;::prepend(std::unique_ptr&lt;DataType&gt; message)
</span><span class="cx">     {
</span><span class="cx">         MutexLocker lock(m_mutex);
</span><del>-        m_queue.prepend(std::move(message));
</del><ins>+        m_queue.prepend(WTF::move(message));
</ins><span class="cx">         m_condition.signal();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -165,7 +165,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         ASSERT(found != m_queue.end());
</span><del>-        std::unique_ptr&lt;DataType&gt; message = std::move(*found);
</del><ins>+        std::unique_ptr&lt;DataType&gt; message = WTF::move(*found);
</ins><span class="cx">         m_queue.remove(found);
</span><span class="cx">         result = MessageQueueMessageReceived;
</span><span class="cx">         return message;
</span></span></pre></div>
<a id="trunkSourceWTFwtfOptionalh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Optional.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Optional.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/Optional.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -69,12 +69,12 @@
</span><span class="cx">         : m_isEngaged(other.m_isEngaged)
</span><span class="cx">     {
</span><span class="cx">         if (m_isEngaged)
</span><del>-            new (NotNull, std::addressof(m_value)) T(std::move(other.m_value));
</del><ins>+            new (NotNull, std::addressof(m_value)) T(WTF::move(other.m_value));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     Optional(T&amp;&amp; value)
</span><span class="cx">         : m_isEngaged(true)
</span><del>-        , m_value(std::move(value))
</del><ins>+        , m_value(WTF::move(value))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -121,14 +121,14 @@
</span><span class="cx">     {
</span><span class="cx">         if (m_isEngaged == other.m_isEngaged) {
</span><span class="cx">             if (m_isEngaged)
</span><del>-                m_value = std::move(other.m_value);
</del><ins>+                m_value = WTF::move(other.m_value);
</ins><span class="cx">             return *this;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (m_isEngaged)
</span><span class="cx">             m_value.~T();
</span><span class="cx">         else
</span><del>-            new (NotNull, std::addressof(m_value)) T(std::move(other.m_value));
</del><ins>+            new (NotNull, std::addressof(m_value)) T(WTF::move(other.m_value));
</ins><span class="cx">         m_isEngaged = other.m_isEngaged;
</span><span class="cx"> 
</span><span class="cx">         return *this;
</span></span></pre></div>
<a id="trunkSourceWTFwtfOwnPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/OwnPtr.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/OwnPtr.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/OwnPtr.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx">     template&lt;typename T&gt; inline auto OwnPtr&lt;T&gt;::operator=(OwnPtr&amp;&amp; o) -&gt; OwnPtr&amp;
</span><span class="cx">     {
</span><span class="cx">         ASSERT(!o || o != m_ptr);
</span><del>-        OwnPtr ptr = std::move(o);
</del><ins>+        OwnPtr ptr = WTF::move(o);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx">     template&lt;typename T&gt; template&lt;typename U&gt; inline auto OwnPtr&lt;T&gt;::operator=(OwnPtr&lt;U&gt;&amp;&amp; o) -&gt; OwnPtr&amp;
</span><span class="cx">     {
</span><span class="cx">         ASSERT(!o || o != m_ptr);
</span><del>-        OwnPtr ptr = std::move(o);
</del><ins>+        OwnPtr ptr = WTF::move(o);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfRefPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/RefPtr.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/RefPtr.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/RefPtr.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -140,21 +140,21 @@
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt; inline RefPtr&lt;T&gt;&amp; RefPtr&lt;T&gt;::operator=(RefPtr&amp;&amp; o)
</span><span class="cx">     {
</span><del>-        RefPtr ptr = std::move(o);
</del><ins>+        RefPtr ptr = WTF::move(o);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt; template&lt;typename U&gt; inline RefPtr&lt;T&gt;&amp; RefPtr&lt;T&gt;::operator=(RefPtr&lt;U&gt;&amp;&amp; o)
</span><span class="cx">     {
</span><del>-        RefPtr ptr = std::move(o);
</del><ins>+        RefPtr ptr = WTF::move(o);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt; template&lt;typename U&gt; inline RefPtr&lt;T&gt;&amp; RefPtr&lt;T&gt;::operator=(PassRef&lt;U&gt; reference)
</span><span class="cx">     {
</span><del>-        RefPtr ptr = std::move(reference);
</del><ins>+        RefPtr ptr = WTF::move(reference);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfRefPtrHashMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/RefPtrHashMap.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/RefPtrHashMap.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/RefPtrHashMap.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -313,7 +313,7 @@
</span><span class="cx">         iterator it = find(key);
</span><span class="cx">         if (it == end())
</span><span class="cx">             return MappedTraits::emptyValue();
</span><del>-        MappedType value = std::move(it-&gt;value);
</del><ins>+        MappedType value = WTF::move(it-&gt;value);
</ins><span class="cx">         remove(it);
</span><span class="cx">         return value;
</span><span class="cx">     }
</span><span class="lines">@@ -324,7 +324,7 @@
</span><span class="cx">         iterator it = find(key);
</span><span class="cx">         if (it == end())
</span><span class="cx">             return MappedTraits::emptyValue();
</span><del>-        MappedType value = std::move(it-&gt;value);
</del><ins>+        MappedType value = WTF::move(it-&gt;value);
</ins><span class="cx">         remove(it);
</span><span class="cx">         return value;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfRetainPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/RetainPtr.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/RetainPtr.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/RetainPtr.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -197,14 +197,14 @@
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt; inline RetainPtr&lt;T&gt;&amp; RetainPtr&lt;T&gt;::operator=(RetainPtr&amp;&amp; o)
</span><span class="cx">     {
</span><del>-        RetainPtr ptr = std::move(o);
</del><ins>+        RetainPtr ptr = WTF::move(o);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt; template&lt;typename U&gt; inline RetainPtr&lt;T&gt;&amp; RetainPtr&lt;T&gt;::operator=(RetainPtr&lt;U&gt;&amp;&amp; o)
</span><span class="cx">     {
</span><del>-        RetainPtr ptr = std::move(o);
</del><ins>+        RetainPtr ptr = WTF::move(o);
</ins><span class="cx">         swap(ptr);
</span><span class="cx">         return *this;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfRunLoopcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/RunLoop.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/RunLoop.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/RunLoop.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx"> void RunLoop::dispatch(std::function&lt;void ()&gt; function)
</span><span class="cx"> {
</span><span class="cx">     MutexLocker locker(m_functionQueueLock);
</span><del>-    m_functionQueue.append(std::move(function));
</del><ins>+    m_functionQueue.append(WTF::move(function));
</ins><span class="cx"> 
</span><span class="cx">     wakeUp();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWTFwtfStdLibExtrash"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/StdLibExtras.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/StdLibExtras.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/StdLibExtras.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -119,6 +119,16 @@
</span><span class="cx"> 
</span><span class="cx"> namespace WTF {
</span><span class="cx"> 
</span><ins>+template&lt;typename T&gt;
+ALWAYS_INLINE typename std::remove_reference&lt;T&gt;::type&amp;&amp; move(T&amp;&amp; value)
+{
+    static_assert(std::is_lvalue_reference&lt;T&gt;::value, &quot;T is not an lvalue reference; move() is unnecessary.&quot;);
+
+    using NonRefQualifiedType = typename std::remove_reference&lt;T&gt;::type;
+    static_assert(!std::is_const&lt;NonRefQualifiedType&gt;::value, &quot;T is const qualified.&quot;);
+    return std::move(value);
+}
+
</ins><span class="cx"> static const size_t KB = 1024;
</span><span class="cx"> static const size_t MB = 1024 * 1024;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWTFwtfVectorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/Vector.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/Vector.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/Vector.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">     static void move(T* src, T* srcEnd, T* dst)
</span><span class="cx">     {
</span><span class="cx">         while (src != srcEnd) {
</span><del>-            new (NotNull, dst) T(std::move(*src));
</del><ins>+            new (NotNull, dst) T(WTF::move(*src));
</ins><span class="cx">             src-&gt;~T();
</span><span class="cx">             ++dst;
</span><span class="cx">             ++src;
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx">             while (src != srcEnd) {
</span><span class="cx">                 --srcEnd;
</span><span class="cx">                 --dstEnd;
</span><del>-                new (NotNull, dstEnd) T(std::move(*srcEnd));
</del><ins>+                new (NotNull, dstEnd) T(WTF::move(*srcEnd));
</ins><span class="cx">                 srcEnd-&gt;~T();
</span><span class="cx">             }
</span><span class="cx">         }
</span><span class="lines">@@ -661,7 +661,7 @@
</span><span class="cx">     
</span><span class="cx">     T takeLast()
</span><span class="cx">     {
</span><del>-        T result = std::move(last());
</del><ins>+        T result = WTF::move(last());
</ins><span class="cx">         removeLast();
</span><span class="cx">         return result;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWTFwtfgobjectGMainLoopSourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/gobject/GMainLoopSource.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/gobject/GMainLoopSource.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/gobject/GMainLoopSource.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -105,16 +105,16 @@
</span><span class="cx"> void GMainLoopSource::schedule(const char* name, std::function&lt;void ()&gt; function, int priority, std::function&lt;void ()&gt; destroyFunction, GMainContext* context)
</span><span class="cx"> {
</span><span class="cx">     cancel();
</span><del>-    m_voidCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_voidCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     scheduleIdleSource(name, reinterpret_cast&lt;GSourceFunc&gt;(voidSourceCallback), priority, context);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void GMainLoopSource::schedule(const char* name, std::function&lt;bool ()&gt; function, int priority, std::function&lt;void ()&gt; destroyFunction, GMainContext* context)
</span><span class="cx"> {
</span><span class="cx">     cancel();
</span><del>-    m_boolCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_boolCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     scheduleIdleSource(name, reinterpret_cast&lt;GSourceFunc&gt;(boolSourceCallback), priority, context);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -124,8 +124,8 @@
</span><span class="cx">     ASSERT(m_status == Ready);
</span><span class="cx">     m_status = Scheduled;
</span><span class="cx"> 
</span><del>-    m_socketCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_socketCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     m_cancellable = adoptGRef(g_cancellable_new());
</span><span class="cx">     m_source = adoptGRef(g_socket_create_source(socket, condition, m_cancellable.get()));
</span><span class="cx">     g_source_set_name(m_source.get(), name);
</span><span class="lines">@@ -150,8 +150,8 @@
</span><span class="cx"> {
</span><span class="cx">     cancel();
</span><span class="cx">     m_source = adoptGRef(g_timeout_source_new(delay.count()));
</span><del>-    m_voidCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_voidCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     scheduleTimeoutSource(name, reinterpret_cast&lt;GSourceFunc&gt;(voidSourceCallback), priority, context);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -159,8 +159,8 @@
</span><span class="cx"> {
</span><span class="cx">     cancel();
</span><span class="cx">     m_source = adoptGRef(g_timeout_source_new(delay.count()));
</span><del>-    m_boolCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_boolCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     scheduleTimeoutSource(name, reinterpret_cast&lt;GSourceFunc&gt;(boolSourceCallback), priority, context);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -168,8 +168,8 @@
</span><span class="cx"> {
</span><span class="cx">     cancel();
</span><span class="cx">     m_source = adoptGRef(g_timeout_source_new_seconds(delay.count()));
</span><del>-    m_voidCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_voidCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     scheduleTimeoutSource(name, reinterpret_cast&lt;GSourceFunc&gt;(voidSourceCallback), priority, context);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -177,8 +177,8 @@
</span><span class="cx"> {
</span><span class="cx">     cancel();
</span><span class="cx">     m_source = adoptGRef(g_timeout_source_new_seconds(delay.count()));
</span><del>-    m_boolCallback = std::move(function);
-    m_destroyCallback = std::move(destroyFunction);
</del><ins>+    m_boolCallback = WTF::move(function);
+    m_destroyCallback = WTF::move(destroyFunction);
</ins><span class="cx">     scheduleTimeoutSource(name, reinterpret_cast&lt;GSourceFunc&gt;(boolSourceCallback), priority, context);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -238,7 +238,7 @@
</span><span class="cx"> 
</span><span class="cx"> void GMainLoopSource::destroy()
</span><span class="cx"> {
</span><del>-    auto destroyCallback = std::move(m_destroyCallback);
</del><ins>+    auto destroyCallback = WTF::move(m_destroyCallback);
</ins><span class="cx">     auto deleteOnDestroy = m_deleteOnDestroy;
</span><span class="cx">     reset();
</span><span class="cx">     if (destroyCallback)
</span></span></pre></div>
<a id="trunkSourceWTFwtftextAtomicStringh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/AtomicString.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/AtomicString.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/text/AtomicString.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -78,9 +78,9 @@
</span><span class="cx">     // We have to declare the copy constructor and copy assignment operator as well, otherwise
</span><span class="cx">     // they'll be implicitly deleted by adding the move constructor and move assignment operator.
</span><span class="cx">     AtomicString(const AtomicString&amp; other) : m_string(other.m_string) { }
</span><del>-    AtomicString(AtomicString&amp;&amp; other) : m_string(std::move(other.m_string)) { }
</del><ins>+    AtomicString(AtomicString&amp;&amp; other) : m_string(WTF::move(other.m_string)) { }
</ins><span class="cx">     AtomicString&amp; operator=(const AtomicString&amp; other) { m_string = other.m_string; return *this; }
</span><del>-    AtomicString&amp; operator=(AtomicString&amp;&amp; other) { m_string = std::move(other.m_string); return *this; }
</del><ins>+    AtomicString&amp; operator=(AtomicString&amp;&amp; other) { m_string = WTF::move(other.m_string); return *this; }
</ins><span class="cx"> 
</span><span class="cx">     // Hash table deleted values, which are only constructed and never copied or destroyed.
</span><span class="cx">     AtomicString(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
</span></span></pre></div>
<a id="trunkSourceWTFwtftextWTFStringcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/text/WTFString.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/text/WTFString.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/text/WTFString.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -693,7 +693,7 @@
</span><span class="cx">     if (isSafeToSendToAnotherThread()) {
</span><span class="cx">         // Since we know that our string is a temporary that will be destroyed
</span><span class="cx">         // we can just steal the m_impl from it, thus avoiding a copy.
</span><del>-        return String(std::move(*this));
</del><ins>+        return String(WTF::move(*this));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (!m_impl)
</span></span></pre></div>
<a id="trunkSourceWTFwtfwinGDIObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/wtf/win/GDIObject.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/wtf/win/GDIObject.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WTF/wtf/win/GDIObject.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T&gt; inline GDIObject&lt;T&gt;&amp; GDIObject&lt;T&gt;::operator=(GDIObject&lt;T&gt;&amp;&amp; other)
</span><span class="cx"> {
</span><del>-    auto object = std::move(other);
</del><ins>+    auto object = WTF::move(other);
</ins><span class="cx">     swap(object);
</span><span class="cx">     return *this;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * Modules/battery/NavigatorBattery.cpp:
+        * Modules/encryptedmedia/MediaKeys.cpp:
+        * Modules/gamepad/NavigatorGamepad.cpp:
+        * Modules/gamepad/deprecated/NavigatorGamepad.cpp:
+        * Modules/geolocation/NavigatorGeolocation.cpp:
+        * Modules/indexeddb/DOMWindowIndexedDatabase.cpp:
+        * Modules/indexeddb/IDBDatabaseBackend.cpp:
+        * Modules/indexeddb/IDBDatabaseBackend.h:
+        [...]
+
</ins><span class="cx"> 2014-07-03  Benjamin Poulain  &lt;bpoulain@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS][WK2] Fix small bugs of dynamicViewportSizeUpdate that were causing inaccuracies in the computed target
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesbatteryNavigatorBatterycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/battery/NavigatorBattery.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/battery/NavigatorBattery.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/battery/NavigatorBattery.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;NavigatorBattery&gt;();
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(navigator, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(navigator, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesencryptedmediaMediaKeyscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/encryptedmedia/MediaKeys.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/encryptedmedia/MediaKeys.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/encryptedmedia/MediaKeys.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,13 +62,13 @@
</span><span class="cx">     // 5. Create a new MediaKeys object.
</span><span class="cx">     // 5.1 Let the keySystem attribute be keySystem.
</span><span class="cx">     // 6. Return the new object to the caller.
</span><del>-    return adoptRef(new MediaKeys(keySystem, std::move(cdm)));
</del><ins>+    return adoptRef(new MediaKeys(keySystem, WTF::move(cdm)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> MediaKeys::MediaKeys(const String&amp; keySystem, std::unique_ptr&lt;CDM&gt; cdm)
</span><span class="cx">     : m_mediaElement(0)
</span><span class="cx">     , m_keySystem(keySystem)
</span><del>-    , m_cdm(std::move(cdm))
</del><ins>+    , m_cdm(WTF::move(cdm))
</ins><span class="cx"> {
</span><span class="cx">     m_cdm-&gt;setClient(this);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepadNavigatorGamepadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/gamepad/NavigatorGamepad.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;NavigatorGamepad&gt;();
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(navigator, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(navigator, supplementName(), WTF::move(newSupplement));
</ins><span class="cx"> 
</span><span class="cx">         if (Frame* frame = navigator-&gt;frame()) {
</span><span class="cx">             if (DocumentLoader* documentLoader = frame-&gt;loader().documentLoader())
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesgamepaddeprecatedNavigatorGamepadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/gamepad/deprecated/NavigatorGamepad.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;NavigatorGamepad&gt;();
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(navigator, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(navigator, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesgeolocationNavigatorGeolocationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;NavigatorGeolocation&gt;(navigator-&gt;frame());
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(navigator, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(navigator, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbDOMWindowIndexedDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/indexeddb/DOMWindowIndexedDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;DOMWindowIndexedDatabase&gt;(window);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(window, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(window, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBDatabaseBackendcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -419,7 +419,7 @@
</span><span class="cx">             if (m_metadata.id == InvalidId) {
</span><span class="cx">                 // This database was deleted then quickly re-opened.
</span><span class="cx">                 // openInternalAsync() will recreate it in the backing store and then resume processing pending callbacks.
</span><del>-                pendingOpenCalls.prepend(std::move(pendingOpenCall));
</del><ins>+                pendingOpenCalls.prepend(WTF::move(pendingOpenCall));
</ins><span class="cx">                 pendingOpenCalls.swap(m_pendingOpenCalls);
</span><span class="cx"> 
</span><span class="cx">                 openInternalAsync();
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbIDBDatabaseBackendh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBDatabaseBackend.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">     void setCurrentVersion(uint64_t version) { m_metadata.version = version; }
</span><span class="cx"> 
</span><span class="cx">     bool hasPendingSecondHalfOpen() { return m_pendingSecondHalfOpen.get(); }
</span><del>-    void setPendingSecondHalfOpen(std::unique_ptr&lt;IDBPendingOpenCall&gt; pendingOpenCall) { m_pendingSecondHalfOpen = std::move(pendingOpenCall); }
</del><ins>+    void setPendingSecondHalfOpen(std::unique_ptr&lt;IDBPendingOpenCall&gt; pendingOpenCall) { m_pendingSecondHalfOpen = WTF::move(pendingOpenCall); }
</ins><span class="cx"> 
</span><span class="cx">     IDBFactoryBackendInterface&amp; factoryBackend() { return *m_factory; }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbPageGroupIndexedDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/PageGroupIndexedDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/PageGroupIndexedDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/indexeddb/PageGroupIndexedDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;PageGroupIndexedDatabase&gt;(group.groupSettings().indexedDBDatabasePath());
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(&amp;group, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(&amp;group, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbWorkerGlobalScopeIndexedDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/indexeddb/WorkerGlobalScopeIndexedDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx"> 
</span><span class="cx">         auto newSupplement = std::make_unique&lt;WorkerGlobalScopeIndexedDatabase&gt;(databaseDirectoryIdentifier);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(context, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(context, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesindexeddbleveldbIDBBackingStoreLevelDBcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/indexeddb/leveldb/IDBBackingStoreLevelDB.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -330,8 +330,8 @@
</span><span class="cx"> 
</span><span class="cx"> IDBBackingStoreLevelDB::IDBBackingStoreLevelDB(const String&amp; identifier, std::unique_ptr&lt;LevelDBDatabase&gt; db, std::unique_ptr&lt;LevelDBComparator&gt; comparator)
</span><span class="cx">     : m_identifier(identifier)
</span><del>-    , m_db(std::move(db))
-    , m_comparator(std::move(comparator))
</del><ins>+    , m_db(WTF::move(db))
+    , m_comparator(WTF::move(comparator))
</ins><span class="cx">     , m_weakFactory(this)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -399,7 +399,7 @@
</span><span class="cx">         return PassRefPtr&lt;IDBBackingStoreLevelDB&gt;();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return create(fileIdentifier, std::move(db), std::move(comparator));
</del><ins>+    return create(fileIdentifier, WTF::move(db), WTF::move(comparator));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;IDBBackingStoreLevelDB&gt; IDBBackingStoreLevelDB::openInMemory(const String&amp; identifier)
</span><span class="lines">@@ -419,13 +419,13 @@
</span><span class="cx">         return PassRefPtr&lt;IDBBackingStoreLevelDB&gt;();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return create(identifier, std::move(db), std::move(comparator));
</del><ins>+    return create(identifier, WTF::move(db), WTF::move(comparator));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;IDBBackingStoreLevelDB&gt; IDBBackingStoreLevelDB::create(const String&amp; identifier, std::unique_ptr&lt;LevelDBDatabase&gt; db, std::unique_ptr&lt;LevelDBComparator&gt; comparator)
</span><span class="cx"> {
</span><span class="cx">     // FIXME: Handle comparator name changes.
</span><del>-    RefPtr&lt;IDBBackingStoreLevelDB&gt; backingStore(adoptRef(new IDBBackingStoreLevelDB(identifier, std::move(db), std::move(comparator))));
</del><ins>+    RefPtr&lt;IDBBackingStoreLevelDB&gt; backingStore(adoptRef(new IDBBackingStoreLevelDB(identifier, WTF::move(db), WTF::move(comparator))));
</ins><span class="cx"> 
</span><span class="cx">     if (!setUpMetadata(backingStore-&gt;m_db.get(), identifier))
</span><span class="cx">         return PassRefPtr&lt;IDBBackingStoreLevelDB&gt;();
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceMediaSourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/MediaSource.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/MediaSource.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/mediasource/MediaSource.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!m_private);
</span><span class="cx">     ASSERT(m_mediaElement);
</span><del>-    m_private = std::move(mediaSourcePrivate);
</del><ins>+    m_private = WTF::move(mediaSourcePrivate);
</ins><span class="cx">     setReadyState(openKeyword());
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediasourceSourceBuffercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediasource/SourceBuffer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediasource/SourceBuffer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/mediasource/SourceBuffer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -90,14 +90,14 @@
</span><span class="cx"> 
</span><span class="cx"> PassRef&lt;SourceBuffer&gt; SourceBuffer::create(PassRef&lt;SourceBufferPrivate&gt; sourceBufferPrivate, MediaSource* source)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;SourceBuffer&gt; sourceBuffer(adoptRef(new SourceBuffer(std::move(sourceBufferPrivate), source)));
</del><ins>+    RefPtr&lt;SourceBuffer&gt; sourceBuffer(adoptRef(new SourceBuffer(WTF::move(sourceBufferPrivate), source)));
</ins><span class="cx">     sourceBuffer-&gt;suspendIfNeeded();
</span><span class="cx">     return sourceBuffer.releaseNonNull();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SourceBuffer::SourceBuffer(PassRef&lt;SourceBufferPrivate&gt; sourceBufferPrivate, MediaSource* source)
</span><span class="cx">     : ActiveDOMObject(source-&gt;scriptExecutionContext())
</span><del>-    , m_private(std::move(sourceBufferPrivate))
</del><ins>+    , m_private(WTF::move(sourceBufferPrivate))
</ins><span class="cx">     , m_source(source)
</span><span class="cx">     , m_asyncEventQueue(*this)
</span><span class="cx">     , m_updating(false)
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDTMFSendercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDTMFSender.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">         return nullptr;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    RefPtr&lt;RTCDTMFSender&gt; dtmfSender = adoptRef(new RTCDTMFSender(context, track, std::move(handler)));
</del><ins>+    RefPtr&lt;RTCDTMFSender&gt; dtmfSender = adoptRef(new RTCDTMFSender(context, track, WTF::move(handler)));
</ins><span class="cx">     dtmfSender-&gt;suspendIfNeeded();
</span><span class="cx">     return dtmfSender.release();
</span><span class="cx"> }
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx">     , m_track(track)
</span><span class="cx">     , m_duration(defaultToneDurationMs)
</span><span class="cx">     , m_interToneGap(defaultInterToneGapMs)
</span><del>-    , m_handler(std::move(handler))
</del><ins>+    , m_handler(WTF::move(handler))
</ins><span class="cx">     , m_stopped(false)
</span><span class="cx">     , m_scheduledEventTimer(this, &amp;RTCDTMFSender::scheduledEventTimerFired)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCDataChannelcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/mediastream/RTCDataChannel.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -80,18 +80,18 @@
</span><span class="cx">         ec = NOT_SUPPORTED_ERR;
</span><span class="cx">         return nullptr;
</span><span class="cx">     }
</span><del>-    return adoptRef(new RTCDataChannel(context, std::move(handler)));
</del><ins>+    return adoptRef(new RTCDataChannel(context, WTF::move(handler)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;RTCDataChannel&gt; RTCDataChannel::create(ScriptExecutionContext* context, std::unique_ptr&lt;RTCDataChannelHandler&gt; handler)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(handler);
</span><del>-    return adoptRef(new RTCDataChannel(context, std::move(handler)));
</del><ins>+    return adoptRef(new RTCDataChannel(context, WTF::move(handler)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RTCDataChannel::RTCDataChannel(ScriptExecutionContext* context, std::unique_ptr&lt;RTCDataChannelHandler&gt; handler)
</span><span class="cx">     : m_scriptExecutionContext(context)
</span><del>-    , m_handler(std::move(handler))
</del><ins>+    , m_handler(WTF::move(handler))
</ins><span class="cx">     , m_stopped(false)
</span><span class="cx">     , m_readyState(ReadyStateConnecting)
</span><span class="cx">     , m_binaryType(BinaryTypeArrayBuffer)
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesmediastreamRTCPeerConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/mediastream/RTCPeerConnection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -670,7 +670,7 @@
</span><span class="cx">     if (m_signalingState == SignalingStateClosed)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    RefPtr&lt;RTCDataChannel&gt; channel = RTCDataChannel::create(scriptExecutionContext(), std::move(handler));
</del><ins>+    RefPtr&lt;RTCDataChannel&gt; channel = RTCDataChannel::create(scriptExecutionContext(), WTF::move(handler));
</ins><span class="cx">     m_dataChannels.append(channel);
</span><span class="cx"> 
</span><span class="cx">     scheduleDispatchEvent(RTCDataChannelEvent::create(eventNames().datachannelEvent, false, false, channel.release()));
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesnavigatorcontentutilsNavigatorContentUtilscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -203,7 +203,7 @@
</span><span class="cx"> 
</span><span class="cx"> void provideNavigatorContentUtilsTo(Page* page, std::unique_ptr&lt;NavigatorContentUtilsClient&gt; client)
</span><span class="cx"> {
</span><del>-    NavigatorContentUtils::provideTo(page, NavigatorContentUtils::supplementName(), std::make_unique&lt;NavigatorContentUtils&gt;(std::move(client)));
</del><ins>+    NavigatorContentUtils::provideTo(page, NavigatorContentUtils::supplementName(), std::make_unique&lt;NavigatorContentUtils&gt;(WTF::move(client)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesnavigatorcontentutilsNavigatorContentUtilsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/navigatorcontentutils/NavigatorContentUtils.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> class NavigatorContentUtils final : public Supplement&lt;Page&gt; {
</span><span class="cx"> public:
</span><span class="cx">     explicit NavigatorContentUtils(std::unique_ptr&lt;NavigatorContentUtilsClient&gt; client)
</span><del>-        : m_client(std::move(client))
</del><ins>+        : m_client(WTF::move(client))
</ins><span class="cx">     { }
</span><span class="cx"> 
</span><span class="cx">     virtual ~NavigatorContentUtils();
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesnotificationsDOMWindowNotificationscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/notifications/DOMWindowNotifications.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;DOMWindowNotifications&gt;(window);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(window, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(window, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesnotificationsWorkerGlobalScopeNotificationscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/notifications/WorkerGlobalScopeNotifications.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/notifications/WorkerGlobalScopeNotifications.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/notifications/WorkerGlobalScopeNotifications.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;WorkerGlobalScopeNotifications&gt;(context);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(context, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(context, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulespluginsQuickTimePluginReplacementmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/plugins/QuickTimePluginReplacement.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -138,7 +138,7 @@
</span><span class="cx">     ASSERT_UNUSED(plugin, m_parentElement == &amp;plugin);
</span><span class="cx"> 
</span><span class="cx">     if (m_mediaElement)
</span><del>-        return m_mediaElement-&gt;createElementRenderer(std::move(style));
</del><ins>+        return m_mediaElement-&gt;createElementRenderer(WTF::move(style));
</ins><span class="cx"> 
</span><span class="cx">     return nullptr;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulespluginsYouTubePluginReplacementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/plugins/YouTubePluginReplacement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">     if (!m_embedShadowElement)
</span><span class="cx">         return nullptr;
</span><span class="cx">     
</span><del>-    return m_embedShadowElement-&gt;createElementRenderer(std::move(style));
</del><ins>+    return m_embedShadowElement-&gt;createElementRenderer(WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool YouTubePluginReplacement::installReplacement(ShadowRoot* root)
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaDOMWindowQuotacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/DOMWindowQuota.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/DOMWindowQuota.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/quota/DOMWindowQuota.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;DOMWindowQuota&gt;(window);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(window, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(window, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaNavigatorStorageQuotacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/quota/NavigatorStorageQuota.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;NavigatorStorageQuota&gt;(window);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(navigator, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(navigator, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesquotaWorkerNavigatorStorageQuotacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/quota/WorkerNavigatorStorageQuota.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;WorkerNavigatorStorageQuota&gt;(window);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(navigator, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(navigator, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechDOMWindowSpeechSynthesiscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/speech/DOMWindowSpeechSynthesis.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">     if (!supplement) {
</span><span class="cx">         auto newSupplement = std::make_unique&lt;DOMWindowSpeechSynthesis&gt;(window);
</span><span class="cx">         supplement = newSupplement.get();
</span><del>-        provideTo(window, supplementName(), std::move(newSupplement));
</del><ins>+        provideTo(window, supplementName(), WTF::move(newSupplement));
</ins><span class="cx">     }
</span><span class="cx">     return supplement;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModulesspeechSpeechSynthesiscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/speech/SpeechSynthesis.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/speech/SpeechSynthesis.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/speech/SpeechSynthesis.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">     
</span><span class="cx"> void SpeechSynthesis::setPlatformSynthesizer(std::unique_ptr&lt;PlatformSpeechSynthesizer&gt; synthesizer)
</span><span class="cx"> {
</span><del>-    m_platformSpeechSynthesizer = std::move(synthesizer);
</del><ins>+    m_platformSpeechSynthesizer = WTF::move(synthesizer);
</ins><span class="cx">     m_voiceList.clear();
</span><span class="cx">     m_currentSpeechUtterance = 0;
</span><span class="cx">     m_utteranceQueue.clear();
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAsyncAudioDecodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webaudio/AsyncAudioDecoder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     auto decodingTask = DecodingTask::create(audioData, sampleRate, successCallback, errorCallback);
</span><del>-    m_queue.append(std::move(decodingTask)); // note that ownership of the task is effectively taken by the queue.
</del><ins>+    m_queue.append(WTF::move(decodingTask)); // note that ownership of the task is effectively taken by the queue.
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // Asynchronously decode in this thread.
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioAudioNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webaudio/AudioNode.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -100,12 +100,12 @@
</span><span class="cx"> 
</span><span class="cx"> void AudioNode::addInput(std::unique_ptr&lt;AudioNodeInput&gt; input)
</span><span class="cx"> {
</span><del>-    m_inputs.append(std::move(input));
</del><ins>+    m_inputs.append(WTF::move(input));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void AudioNode::addOutput(std::unique_ptr&lt;AudioNodeOutput&gt; output)
</span><span class="cx"> {
</span><del>-    m_outputs.append(std::move(output));
</del><ins>+    m_outputs.append(WTF::move(output));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> AudioNodeInput* AudioNode::input(unsigned i)
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebaudioConvolverNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webaudio/ConvolverNode.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webaudio/ConvolverNode.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webaudio/ConvolverNode.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx">     {
</span><span class="cx">         // Synchronize with process().
</span><span class="cx">         std::lock_guard&lt;std::mutex&gt; lock(m_processMutex);
</span><del>-        m_reverb = std::move(reverb);
</del><ins>+        m_reverb = WTF::move(reverb);
</ins><span class="cx">         m_buffer = buffer;
</span><span class="cx">     }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/Database.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/Database.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webdatabase/Database.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     auto task = DatabaseCloseTask::create(this, &amp;synchronizer);
</span><del>-    databaseContext()-&gt;databaseThread()-&gt;scheduleImmediateTask(std::move(task));
</del><ins>+    databaseContext()-&gt;databaseThread()-&gt;scheduleImmediateTask(WTF::move(task));
</ins><span class="cx">     synchronizer.waitForTaskCompletion();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -222,7 +222,7 @@
</span><span class="cx">         return result;
</span><span class="cx"> 
</span><span class="cx">     auto task = DatabaseTableNamesTask::create(this, &amp;synchronizer, result);
</span><del>-    databaseContext()-&gt;databaseThread()-&gt;scheduleImmediateTask(std::move(task));
</del><ins>+    databaseContext()-&gt;databaseThread()-&gt;scheduleImmediateTask(WTF::move(task));
</ins><span class="cx">     synchronizer.waitForTaskCompletion();
</span><span class="cx"> 
</span><span class="cx">     return result;
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseBackendcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseBackend.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseBackend.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseBackend.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> 
</span><span class="cx">     bool success = false;
</span><span class="cx">     auto task = DatabaseOpenTask::create(this, setVersionInNewDatabase, &amp;synchronizer, error, errorMessage, success);
</span><del>-    databaseContext()-&gt;databaseThread()-&gt;scheduleImmediateTask(std::move(task));
</del><ins>+    databaseContext()-&gt;databaseThread()-&gt;scheduleImmediateTask(WTF::move(task));
</ins><span class="cx">     synchronizer.waitForTaskCompletion();
</span><span class="cx"> 
</span><span class="cx">     return success;
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">         auto task = DatabaseTransactionTask::create(transaction);
</span><span class="cx">         LOG(StorageAPI, &quot;Scheduling DatabaseTransactionTask %p for transaction %p\n&quot;, task.get(), task-&gt;transaction());
</span><span class="cx">         m_transactionInProgress = true;
</span><del>-        databaseContext()-&gt;databaseThread()-&gt;scheduleTask(std::move(task));
</del><ins>+        databaseContext()-&gt;databaseThread()-&gt;scheduleTask(WTF::move(task));
</ins><span class="cx">     } else
</span><span class="cx">         m_transactionInProgress = false;
</span><span class="cx"> }
</span><span class="lines">@@ -159,7 +159,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto task = DatabaseTransactionTask::create(transaction);
</span><span class="cx">     LOG(StorageAPI, &quot;Scheduling DatabaseTransactionTask %p for the transaction step\n&quot;, task.get());
</span><del>-    databaseContext()-&gt;databaseThread()-&gt;scheduleTask(std::move(task));
</del><ins>+    databaseContext()-&gt;databaseThread()-&gt;scheduleTask(WTF::move(task));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SQLTransactionClient* DatabaseBackend::transactionClient() const
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx"> {
</span><span class="cx">     Vector&lt;std::unique_ptr&lt;DatabaseTask&gt; &gt; pausedTasks;
</span><span class="cx">     while (auto task = m_pausedQueue.tryGetMessage())
</span><del>-        pausedTasks.append(std::move(task));
</del><ins>+        pausedTasks.append(WTF::move(task));
</ins><span class="cx"> 
</span><span class="cx">     for (unsigned i = 0; i &lt; pausedTasks.size(); ++i) {
</span><span class="cx">         AutodrainedPool pool;
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx">         {
</span><span class="cx">             MutexLocker pausedLocker(m_pausedMutex);
</span><span class="cx">             if (m_paused) {
</span><del>-                m_pausedQueue.append(std::move(task));
</del><ins>+                m_pausedQueue.append(WTF::move(task));
</ins><span class="cx">                 continue;
</span><span class="cx">             }
</span><span class="cx">         }
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx">         if (!m_paused || task-&gt;shouldPerformWhilePaused())
</span><span class="cx">             task-&gt;performTask();
</span><span class="cx">         else
</span><del>-            m_pausedQueue.append(std::move(task));
</del><ins>+            m_pausedQueue.append(WTF::move(task));
</ins><span class="cx"> #else
</span><span class="cx">         task-&gt;performTask();
</span><span class="cx"> #endif
</span><span class="lines">@@ -246,13 +246,13 @@
</span><span class="cx"> void DatabaseThread::scheduleTask(std::unique_ptr&lt;DatabaseTask&gt; task)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!task-&gt;hasSynchronizer() || task-&gt;hasCheckedForTermination());
</span><del>-    m_queue.append(std::move(task));
</del><ins>+    m_queue.append(WTF::move(task));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DatabaseThread::scheduleImmediateTask(std::unique_ptr&lt;DatabaseTask&gt; task)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!task-&gt;hasSynchronizer() || task-&gt;hasCheckedForTermination());
</span><del>-    m_queue.prepend(std::move(task));
</del><ins>+    m_queue.prepend(WTF::move(task));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> class SameDatabasePredicate {
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLStatementBackendcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLStatementBackend.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLStatementBackend.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLStatementBackend.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,12 +77,12 @@
</span><span class="cx"> PassRefPtr&lt;SQLStatementBackend&gt; SQLStatementBackend::create(std::unique_ptr&lt;AbstractSQLStatement&gt; frontend,
</span><span class="cx">     const String&amp; statement, const Vector&lt;SQLValue&gt;&amp; arguments, int permissions)
</span><span class="cx"> {
</span><del>-    return adoptRef(new SQLStatementBackend(std::move(frontend), statement, arguments, permissions));
</del><ins>+    return adoptRef(new SQLStatementBackend(WTF::move(frontend), statement, arguments, permissions));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SQLStatementBackend::SQLStatementBackend(std::unique_ptr&lt;AbstractSQLStatement&gt; frontend,
</span><span class="cx">     const String&amp; statement, const Vector&lt;SQLValue&gt;&amp; arguments, int permissions)
</span><del>-    : m_frontend(std::move(frontend))
</del><ins>+    : m_frontend(WTF::move(frontend))
</ins><span class="cx">     , m_statement(statement.isolatedCopy())
</span><span class="cx">     , m_arguments(arguments)
</span><span class="cx">     , m_hasCallback(m_frontend-&gt;hasCallback())
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransaction.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -262,7 +262,7 @@
</span><span class="cx">         permissions |= DatabaseAuthorizer::ReadOnlyMask;
</span><span class="cx"> 
</span><span class="cx">     auto statement = std::make_unique&lt;SQLStatement&gt;(m_database.get(), callback, callbackError);
</span><del>-    m_backend-&gt;executeSQL(std::move(statement), sqlStatement, arguments, permissions);
</del><ins>+    m_backend-&gt;executeSQL(WTF::move(statement), sqlStatement, arguments, permissions);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SQLTransaction::computeNextStateAndCleanupIfNeeded()
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackend.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -530,7 +530,7 @@
</span><span class="cx">     const String&amp; sqlStatement, const Vector&lt;SQLValue&gt;&amp; arguments, int permissions)
</span><span class="cx"> {
</span><span class="cx">     RefPtr&lt;SQLStatementBackend&gt; statementBackend;
</span><del>-    statementBackend = SQLStatementBackend::create(std::move(statement), sqlStatement, arguments, permissions);
</del><ins>+    statementBackend = SQLStatementBackend::create(WTF::move(statement), sqlStatement, arguments, permissions);
</ins><span class="cx"> 
</span><span class="cx">     if (Database::from(m_database.get())-&gt;deleted())
</span><span class="cx">         statementBackend-&gt;setDatabaseDeletedError();
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsThreadableWebSocketChannelClientWrappercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -231,7 +231,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    Vector&lt;std::unique_ptr&lt;ScriptExecutionContext::Task&gt;&gt; pendingTasks = std::move(m_pendingTasks);
</del><ins>+    Vector&lt;std::unique_ptr&lt;ScriptExecutionContext::Task&gt;&gt; pendingTasks = WTF::move(m_pendingTasks);
</ins><span class="cx">     for (auto&amp; task : pendingTasks)
</span><span class="cx">         task-&gt;performTask(*m_context);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebsocketsWebSocketcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/websockets/WebSocket.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/websockets/WebSocket.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/Modules/websockets/WebSocket.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -519,7 +519,7 @@
</span><span class="cx">     switch (m_binaryType) {
</span><span class="cx">     case BinaryTypeBlob: {
</span><span class="cx">         // FIXME: We just received the data from NetworkProcess, and are sending it back. This is inefficient.
</span><del>-        RefPtr&lt;Blob&gt; blob = Blob::create(std::move(*binaryData), emptyString());
</del><ins>+        RefPtr&lt;Blob&gt; blob = Blob::create(WTF::move(*binaryData), emptyString());
</ins><span class="cx">         dispatchEvent(MessageEvent::create(blob.release(), SecurityOrigin::create(m_url)-&gt;toString()));
</span><span class="cx">         break;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAXObjectCachecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AXObjectCache.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AXObjectCache.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/accessibility/AXObjectCache.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -704,7 +704,7 @@
</span><span class="cx">     
</span><span class="cx">     // In DRT, posting notifications has a tendency to immediately queue up other notifications, which can lead to unexpected behavior
</span><span class="cx">     // when the notification list is cleared at the end. Instead copy this list at the start.
</span><del>-    auto notifications = std::move(m_notificationsToPost);
</del><ins>+    auto notifications = WTF::move(m_notificationsToPost);
</ins><span class="cx">     
</span><span class="cx">     for (const auto&amp; note : notifications) {
</span><span class="cx">         AccessibilityObject* obj = note.first.get();
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityNodeObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/accessibility/AccessibilityNodeObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1438,7 +1438,7 @@
</span><span class="cx">             axElements.append(axElement);
</span><span class="cx">         }
</span><span class="cx">         
</span><del>-        textOrder.append(AccessibilityText(ariaLabeledBy, AlternativeText, std::move(axElements)));
</del><ins>+        textOrder.append(AccessibilityText(ariaLabeledBy, AlternativeText, WTF::move(axElements)));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityObject.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityObject.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/accessibility/AccessibilityObject.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -233,7 +233,7 @@
</span><span class="cx">     AccessibilityText(const String&amp; t, const AccessibilityTextSource&amp; s, Vector&lt;RefPtr&lt;AccessibilityObject&gt;&gt; elements)
</span><span class="cx">     : text(t)
</span><span class="cx">     , textSource(s)
</span><del>-    , textElements(std::move(elements))
</del><ins>+    , textElements(WTF::move(elements))
</ins><span class="cx">     { }
</span><span class="cx"> 
</span><span class="cx">     AccessibilityText(const String&amp; t, const AccessibilityTextSource&amp; s, const RefPtr&lt;AccessibilityObject&gt; element)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCryptoAlgorithmDictionarycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/JSCryptoAlgorithmDictionary.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx"> 
</span><span class="cx">     memcpy(result-&gt;iv.data(), ivData.first, ivData.second);
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createAesKeyGenParams(ExecState* exec, JSValue value)
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx"> 
</span><span class="cx">     result-&gt;length = toUInt16(exec, lengthValue, EnforceRange);
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createHmacParams(ExecState* exec, JSValue value)
</span><span class="lines">@@ -182,7 +182,7 @@
</span><span class="cx">         return nullptr;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createHmacKeyParams(ExecState* exec, JSValue value)
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">     if (exec-&gt;hadException())
</span><span class="cx">         return nullptr;
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createRsaKeyGenParams(ExecState* exec, JSValue value)
</span><span class="lines">@@ -236,7 +236,7 @@
</span><span class="cx">     }
</span><span class="cx">     result-&gt;publicExponent.append(publicExponentArray-&gt;data(), publicExponentArray-&gt;byteLength());
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createRsaKeyParamsWithHash(ExecState*, JSValue)
</span><span class="lines">@@ -266,7 +266,7 @@
</span><span class="cx"> 
</span><span class="cx">     result-&gt;hasLabel = !labelValue.isUndefinedOrNull();
</span><span class="cx">     if (!result-&gt;hasLabel)
</span><del>-        return std::move(result);
</del><ins>+        return WTF::move(result);
</ins><span class="cx"> 
</span><span class="cx">     CryptoOperationData labelData;
</span><span class="cx">     if (!cryptoOperationDataFromJSValue(exec, labelValue, labelData)) {
</span><span class="lines">@@ -276,7 +276,7 @@
</span><span class="cx"> 
</span><span class="cx">     result-&gt;label.append(labelData.first, labelData.second);
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createRsaSsaParams(ExecState* exec, JSValue value)
</span><span class="lines">@@ -294,7 +294,7 @@
</span><span class="cx">         return nullptr;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return std::move(result);
</del><ins>+    return WTF::move(result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;CryptoAlgorithmParameters&gt; JSCryptoAlgorithmDictionary::createParametersForEncrypt(ExecState* exec, CryptoAlgorithmIdentifier algorithm, JSValue value)
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSCryptoKeySerializationJWKcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/JSCryptoKeySerializationJWK.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -152,7 +152,7 @@
</span><span class="cx"> {
</span><span class="cx">     std::unique_ptr&lt;CryptoAlgorithmHmacParams&gt; hmacParameters = std::make_unique&lt;CryptoAlgorithmHmacParams&gt;();
</span><span class="cx">     hmacParameters-&gt;hash = hashFunction;
</span><del>-    return std::move(hmacParameters);
</del><ins>+    return WTF::move(hmacParameters);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;CryptoAlgorithmParameters&gt; createRSAKeyParametersWithHash(CryptoAlgorithmIdentifier hashFunction)
</span><span class="lines">@@ -160,7 +160,7 @@
</span><span class="cx">     std::unique_ptr&lt;CryptoAlgorithmRsaKeyParamsWithHash&gt; rsaKeyParameters = std::make_unique&lt;CryptoAlgorithmRsaKeyParamsWithHash&gt;();
</span><span class="cx">     rsaKeyParameters-&gt;hasHash = true;
</span><span class="cx">     rsaKeyParameters-&gt;hash = hashFunction;
</span><del>-    return std::move(rsaKeyParameters);
</del><ins>+    return WTF::move(rsaKeyParameters);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool JSCryptoKeySerializationJWK::reconcileAlgorithm(std::unique_ptr&lt;CryptoAlgorithm&gt;&amp; suggestedAlgorithm, std::unique_ptr&lt;CryptoAlgorithmParameters&gt;&amp; suggestedParameters) const
</span><span class="lines">@@ -220,8 +220,8 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (!suggestedAlgorithm) {
</span><del>-        suggestedAlgorithm = std::move(algorithm);
-        suggestedParameters =  std::move(parameters);
</del><ins>+        suggestedAlgorithm = WTF::move(algorithm);
+        suggestedParameters =  WTF::move(parameters);
</ins><span class="cx">         return true;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSDOMWindowCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -584,7 +584,7 @@
</span><span class="cx">     int delay = exec-&gt;argument(1).toInt32(exec);
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    int result = impl().setTimeout(std::move(action), delay, ec);
</del><ins>+    int result = impl().setTimeout(WTF::move(action), delay, ec);
</ins><span class="cx">     setDOMException(exec, ec);
</span><span class="cx"> 
</span><span class="cx">     return jsNumber(result);
</span><span class="lines">@@ -602,7 +602,7 @@
</span><span class="cx">         return jsNumber(0);
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    int result = impl().setInterval(std::move(action), delay, ec);
</del><ins>+    int result = impl().setInterval(WTF::move(action), delay, ec);
</ins><span class="cx">     setDOMException(exec, ec);
</span><span class="cx"> 
</span><span class="cx">     return jsNumber(result);
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSMessageEventCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSMessageEventCustom.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSMessageEventCustom.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/JSMessageEventCustom.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx">         return jsUndefined();
</span><span class="cx"> 
</span><span class="cx">     MessageEvent&amp; event = jsEvent-&gt;impl();
</span><del>-    event.initMessageEvent(typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, std::move(messagePorts));
</del><ins>+    event.initMessageEvent(typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, WTF::move(messagePorts));
</ins><span class="cx">     jsEvent-&gt;m_data.set(exec-&gt;vm(), jsEvent, dataArg.jsValue());
</span><span class="cx">     return jsUndefined();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSSubtleCryptoCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSSubtleCryptoCustom.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSSubtleCryptoCustom.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/JSSubtleCryptoCustom.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -171,7 +171,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;encrypt(*parameters, *key, data, std::move(successCallback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;encrypt(*parameters, *key, data, WTF::move(successCallback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -222,7 +222,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;decrypt(*parameters, *key, data, std::move(successCallback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;decrypt(*parameters, *key, data, WTF::move(successCallback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -273,7 +273,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;sign(*parameters, *key, data, std::move(successCallback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;sign(*parameters, *key, data, WTF::move(successCallback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -330,7 +330,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;verify(*parameters, *key, signature, data, std::move(successCallback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;verify(*parameters, *key, signature, data, WTF::move(successCallback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -371,7 +371,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;digest(*parameters, data, std::move(successCallback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;digest(*parameters, data, WTF::move(successCallback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -426,7 +426,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;generateKey(*parameters, extractable, keyUsages, std::move(successCallback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;generateKey(*parameters, extractable, keyUsages, WTF::move(successCallback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -490,7 +490,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    algorithm-&gt;importKey(*parameters, *keyData, extractable, keyUsages, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    algorithm-&gt;importKey(*parameters, *keyData, extractable, keyUsages, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx">     if (ec)
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx"> }
</span><span class="lines">@@ -550,7 +550,7 @@
</span><span class="cx">         wrapper.reject(nullptr);
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    WebCore::importKey(exec, keyFormat, data, algorithm.release(), parameters.release(), extractable, keyUsages, std::move(successCallback), std::move(failureCallback));
</del><ins>+    WebCore::importKey(exec, keyFormat, data, algorithm.release(), parameters.release(), extractable, keyUsages, WTF::move(successCallback), WTF::move(failureCallback));
</ins><span class="cx">     if (exec-&gt;hadException())
</span><span class="cx">         return jsUndefined();
</span><span class="cx"> 
</span><span class="lines">@@ -612,7 +612,7 @@
</span><span class="cx">         wrapper.reject(nullptr);
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    WebCore::exportKey(exec, keyFormat, *key, std::move(successCallback), std::move(failureCallback));
</del><ins>+    WebCore::exportKey(exec, keyFormat, *key, WTF::move(successCallback), WTF::move(failureCallback));
</ins><span class="cx">     if (exec-&gt;hadException())
</span><span class="cx">         return jsUndefined();
</span><span class="cx"> 
</span><span class="lines">@@ -673,7 +673,7 @@
</span><span class="cx">             wrapper.reject(nullptr);
</span><span class="cx">         };
</span><span class="cx">         ExceptionCode ec = 0;
</span><del>-        algorithmPtr-&gt;encryptForWrapKey(*parametersPtr, *wrappingKey, std::make_pair(exportedKeyData.data(), exportedKeyData.size()), std::move(encryptSuccessCallback), std::move(encryptFailureCallback), ec);
</del><ins>+        algorithmPtr-&gt;encryptForWrapKey(*parametersPtr, *wrappingKey, std::make_pair(exportedKeyData.data(), exportedKeyData.size()), WTF::move(encryptSuccessCallback), WTF::move(encryptFailureCallback), ec);
</ins><span class="cx">         if (ec) {
</span><span class="cx">             // FIXME: Report failure details to console, and possibly to calling script once there is a standardized way to pass errors to WebCrypto promise reject functions.
</span><span class="cx">             encryptFailureCallback();
</span><span class="lines">@@ -687,7 +687,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    WebCore::exportKey(exec, keyFormat, *key, std::move(exportSuccessCallback), std::move(exportFailureCallback));
</del><ins>+    WebCore::exportKey(exec, keyFormat, *key, WTF::move(exportSuccessCallback), WTF::move(exportFailureCallback));
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span><span class="lines">@@ -780,7 +780,7 @@
</span><span class="cx">             wrapper.reject(nullptr);
</span><span class="cx">         };
</span><span class="cx">         ExecState* exec = domGlobalObject-&gt;globalExec();
</span><del>-        WebCore::importKey(exec, keyFormat, std::make_pair(result.data(), result.size()), unwrappedKeyAlgorithmPtr, unwrappedKeyAlgorithmParametersPtr, extractable, keyUsages, std::move(importSuccessCallback), std::move(importFailureCallback));
</del><ins>+        WebCore::importKey(exec, keyFormat, std::make_pair(result.data(), result.size()), unwrappedKeyAlgorithmPtr, unwrappedKeyAlgorithmParametersPtr, extractable, keyUsages, WTF::move(importSuccessCallback), WTF::move(importFailureCallback));
</ins><span class="cx">         if (exec-&gt;hadException()) {
</span><span class="cx">             // FIXME: Report exception details to console, and possibly to calling script once there is a standardized way to pass errors to WebCrypto promise reject functions.
</span><span class="cx">             exec-&gt;clearException();
</span><span class="lines">@@ -795,7 +795,7 @@
</span><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     ExceptionCode ec = 0;
</span><del>-    unwrapAlgorithm-&gt;decryptForUnwrapKey(*unwrapAlgorithmParameters, *unwrappingKey, wrappedKeyData, std::move(decryptSuccessCallback), std::move(decryptFailureCallback), ec);
</del><ins>+    unwrapAlgorithm-&gt;decryptForUnwrapKey(*unwrapAlgorithmParameters, *unwrappingKey, wrappedKeyData, WTF::move(decryptSuccessCallback), WTF::move(decryptFailureCallback), ec);
</ins><span class="cx">     if (ec) {
</span><span class="cx">         setDOMException(exec, ec);
</span><span class="cx">         return jsUndefined();
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSWorkerGlobalScopeCustomcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">     if (!action)
</span><span class="cx">         return jsNumber(0);
</span><span class="cx">     int delay = exec-&gt;argument(1).toInt32(exec);
</span><del>-    return jsNumber(impl().setTimeout(std::move(action), delay));
</del><ins>+    return jsNumber(impl().setTimeout(WTF::move(action), delay));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> JSValue JSWorkerGlobalScope::setInterval(ExecState* exec)
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">     if (!action)
</span><span class="cx">         return jsNumber(0);
</span><span class="cx">     int delay = exec-&gt;argument(1).toInt32(exec);
</span><del>-    return jsNumber(impl().setInterval(std::move(action), delay));
</del><ins>+    return jsNumber(impl().setInterval(WTF::move(action), delay));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsSerializedScriptValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/js/SerializedScriptValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/SerializedScriptValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/bindings/js/SerializedScriptValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1991,7 +1991,7 @@
</span><span class="cx">             auto key = CryptoKeyRSA::create(algorithm, *keyData, extractable, usages);
</span><span class="cx">             if (isRestrictedToHash)
</span><span class="cx">                 key-&gt;restrictToHash(hash);
</span><del>-            result = std::move(key);
</del><ins>+            result = WTF::move(key);
</ins><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -2008,7 +2008,7 @@
</span><span class="cx">             auto key = CryptoKeyRSA::create(algorithm, *keyData, extractable, usages);
</span><span class="cx">             if (isRestrictedToHash)
</span><span class="cx">                 key-&gt;restrictToHash(hash);
</span><del>-            result = std::move(key);
</del><ins>+            result = WTF::move(key);
</ins><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -2042,7 +2042,7 @@
</span><span class="cx">         auto key = CryptoKeyRSA::create(algorithm, *keyData, extractable, usages);
</span><span class="cx">         if (isRestrictedToHash)
</span><span class="cx">             key-&gt;restrictToHash(hash);
</span><del>-        result = std::move(key);
</del><ins>+        result = WTF::move(key);
</ins><span class="cx">         return true;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -2194,11 +2194,11 @@
</span><span class="cx">                 if (!readFile(file))
</span><span class="cx">                     return JSValue();
</span><span class="cx">                 if (m_isDOMGlobalObject)
</span><del>-                    files.append(std::move(file));
</del><ins>+                    files.append(WTF::move(file));
</ins><span class="cx">             }
</span><span class="cx">             if (!m_isDOMGlobalObject)
</span><span class="cx">                 return jsNull();
</span><del>-            return getJSValue(FileList::create(std::move(files)).get());
</del><ins>+            return getJSValue(FileList::create(WTF::move(files)).get());
</ins><span class="cx">         }
</span><span class="cx">         case ImageDataTag: {
</span><span class="cx">             int32_t width;
</span></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_CBCcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_CBC.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformEncrypt(aesCBCParameters, toCryptoKeyAES(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformEncrypt(aesCBCParameters, toCryptoKeyAES(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmAES_CBC::decrypt(const CryptoAlgorithmParameters&amp; parameters, const CryptoKey&amp; key, const CryptoOperationData&amp; data, VectorCallback callback, VoidCallback failureCallback, ExceptionCode&amp; ec)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformDecrypt(aesCBCParameters, toCryptoKeyAES(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformDecrypt(aesCBCParameters, toCryptoKeyAES(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmAES_CBC::generateKey(const CryptoAlgorithmParameters&amp; parameters, bool extractable, CryptoKeyUsage usages, KeyOrKeyPairCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmAES_KWcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmAES_KW.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformEncrypt(toCryptoKeyAES(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformEncrypt(toCryptoKeyAES(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmAES_KW::decryptForUnwrapKey(const CryptoAlgorithmParameters&amp;, const CryptoKey&amp; key, const CryptoOperationData&amp; data, VectorCallback callback, VoidCallback failureCallback, ExceptionCode&amp; ec)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformDecrypt(toCryptoKeyAES(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformDecrypt(toCryptoKeyAES(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmAES_KW::generateKey(const CryptoAlgorithmParameters&amp; parameters, bool extractable, CryptoKeyUsage usages, KeyOrKeyPairCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmHMACcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmHMAC.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformSign(hmacParameters, toCryptoKeyHMAC(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformSign(hmacParameters, toCryptoKeyHMAC(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmHMAC::verify(const CryptoAlgorithmParameters&amp; parameters, const CryptoKey&amp; key, const CryptoOperationData&amp; expectedSignature, const CryptoOperationData&amp; data, BoolCallback callback, VoidCallback failureCallback, ExceptionCode&amp; ec)
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformVerify(hmacParameters, toCryptoKeyHMAC(key), expectedSignature, data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformVerify(hmacParameters, toCryptoKeyHMAC(key), expectedSignature, data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmHMAC::generateKey(const CryptoAlgorithmParameters&amp; parameters, bool extractable, CryptoKeyUsage usages, KeyOrKeyPairCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSAES_PKCS1_v1_5cpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSAES_PKCS1_v1_5.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformEncrypt(toCryptoKeyRSA(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformEncrypt(toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSAES_PKCS1_v1_5::decrypt(const CryptoAlgorithmParameters&amp;, const CryptoKey&amp; key, const CryptoOperationData&amp; data, VectorCallback callback, VoidCallback failureCallback, ExceptionCode&amp; ec)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformDecrypt(toCryptoKeyRSA(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformDecrypt(toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSAES_PKCS1_v1_5::generateKey(const CryptoAlgorithmParameters&amp; parameters, bool extractable, CryptoKeyUsage usages, KeyOrKeyPairCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">         callback(nullptr, &amp;pair);
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSAES_PKCS1_v1_5, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, std::move(keyPairCallback), std::move(failureCallback));
</del><ins>+    CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSAES_PKCS1_v1_5, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, WTF::move(keyPairCallback), WTF::move(failureCallback));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSAES_PKCS1_v1_5::importKey(const CryptoAlgorithmParameters&amp;, const CryptoKeyData&amp; keyData, bool extractable, CryptoKeyUsage usage, KeyCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSASSA_PKCS1_v1_5cpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSASSA_PKCS1_v1_5.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformSign(rsaSSAParameters, toCryptoKeyRSA(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformSign(rsaSSAParameters, toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSASSA_PKCS1_v1_5::verify(const CryptoAlgorithmParameters&amp; parameters, const CryptoKey&amp; key, const CryptoOperationData&amp; signature, const CryptoOperationData&amp; data, BoolCallback callback, VoidCallback failureCallback, ExceptionCode&amp; ec)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformVerify(rsaSSAParameters, toCryptoKeyRSA(key), signature, data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformVerify(rsaSSAParameters, toCryptoKeyRSA(key), signature, data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSASSA_PKCS1_v1_5::generateKey(const CryptoAlgorithmParameters&amp; parameters, bool extractable, CryptoKeyUsage usages, KeyOrKeyPairCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx">         callback(nullptr, &amp;pair);
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSASSA_PKCS1_v1_5, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, std::move(keyPairCallback), std::move(failureCallback));
</del><ins>+    CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSASSA_PKCS1_v1_5, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, WTF::move(keyPairCallback), WTF::move(failureCallback));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSASSA_PKCS1_v1_5::importKey(const CryptoAlgorithmParameters&amp; parameters, const CryptoKeyData&amp; keyData, bool extractable, CryptoKeyUsage usage, KeyCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorecryptoalgorithmsCryptoAlgorithmRSA_OAEPcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/algorithms/CryptoAlgorithmRSA_OAEP.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformEncrypt(rsaOAEPParameters, toCryptoKeyRSA(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformEncrypt(rsaOAEPParameters, toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSA_OAEP::decrypt(const CryptoAlgorithmParameters&amp; parameters, const CryptoKey&amp; key, const CryptoOperationData&amp; data, VectorCallback callback, VoidCallback failureCallback, ExceptionCode&amp; ec)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    platformDecrypt(rsaOAEPParameters, toCryptoKeyRSA(key), data, std::move(callback), std::move(failureCallback), ec);
</del><ins>+    platformDecrypt(rsaOAEPParameters, toCryptoKeyRSA(key), data, WTF::move(callback), WTF::move(failureCallback), ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSA_OAEP::generateKey(const CryptoAlgorithmParameters&amp; parameters, bool extractable, CryptoKeyUsage usages, KeyOrKeyPairCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx">         callback(nullptr, &amp;pair);
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSA_OAEP, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, std::move(keyPairCallback), std::move(failureCallback));
</del><ins>+    CryptoKeyRSA::generatePair(CryptoAlgorithmIdentifier::RSA_OAEP, rsaParameters.modulusLength, rsaParameters.publicExponent, extractable, usages, WTF::move(keyPairCallback), WTF::move(failureCallback));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmRSA_OAEP::importKey(const CryptoAlgorithmParameters&amp; parameters, const CryptoKeyData&amp; keyData, bool extractable, CryptoKeyUsage usage, KeyCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorecryptomacCryptoAlgorithmAES_CBCMaccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/mac/CryptoAlgorithmAES_CBCMac.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/mac/CryptoAlgorithmAES_CBCMac.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/mac/CryptoAlgorithmAES_CBCMac.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -84,12 +84,12 @@
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmAES_CBC::platformEncrypt(const CryptoAlgorithmAesCbcParams&amp; parameters, const CryptoKeyAES&amp; key, const CryptoOperationData&amp; data, VectorCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span><span class="cx"> {
</span><del>-    transformAES_CBC(kCCEncrypt, parameters, key, data, std::move(callback), std::move(failureCallback));
</del><ins>+    transformAES_CBC(kCCEncrypt, parameters, key, data, WTF::move(callback), WTF::move(failureCallback));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CryptoAlgorithmAES_CBC::platformDecrypt(const CryptoAlgorithmAesCbcParams&amp; parameters, const CryptoKeyAES&amp; key, const CryptoOperationData&amp; data, VectorCallback callback, VoidCallback failureCallback, ExceptionCode&amp;)
</span><span class="cx"> {
</span><del>-    transformAES_CBC(kCCDecrypt, parameters, key, data, std::move(callback), std::move(failureCallback));
</del><ins>+    transformAES_CBC(kCCDecrypt, parameters, key, data, WTF::move(callback), WTF::move(failureCallback));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorecryptomacCryptoKeyRSAMaccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/crypto/mac/CryptoKeyRSAMac.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/crypto/mac/CryptoKeyRSAMac.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/crypto/mac/CryptoKeyRSAMac.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -251,8 +251,8 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // We only use the callback functions when back on the main thread, but captured variables are copied on a secondary thread too.
</span><del>-    KeyPairCallback* localCallback = new KeyPairCallback(std::move(callback));
-    VoidCallback* localFailureCallback = new VoidCallback(std::move(failureCallback));
</del><ins>+    KeyPairCallback* localCallback = new KeyPairCallback(WTF::move(callback));
+    VoidCallback* localFailureCallback = new VoidCallback(WTF::move(failureCallback));
</ins><span class="cx"> 
</span><span class="cx">     dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
</span><span class="cx">         CCRSACryptorRef ccPublicKey;
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSCalculationValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCalculationValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCalculationValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSCalculationValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -427,7 +427,7 @@
</span><span class="cx">         std::unique_ptr&lt;CalcExpressionNode&gt; right(m_rightSide-&gt;createCalcExpression(conversionData));
</span><span class="cx">         if (!right)
</span><span class="cx">             return nullptr;
</span><del>-        return std::make_unique&lt;CalcExpressionBinaryOperation&gt;(std::move(left), std::move(right), m_operator);
</del><ins>+        return std::make_unique&lt;CalcExpressionBinaryOperation&gt;(WTF::move(left), WTF::move(right), m_operator);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual double doubleValue() const override
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSCalculationValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCalculationValue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCalculationValue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSCalculationValue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -111,7 +111,7 @@
</span><span class="cx"> 
</span><span class="cx"> inline CSSCalcValue::CSSCalcValue(PassRef&lt;CSSCalcExpressionNode&gt; expression, bool shouldClampToNonNegative)
</span><span class="cx">     : CSSValue(CalculationClass)
</span><del>-    , m_expression(std::move(expression))
</del><ins>+    , m_expression(WTF::move(expression))
</ins><span class="cx">     , m_shouldClampToNonNegative(shouldClampToNonNegative)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSComputedStyleDeclarationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -831,7 +831,7 @@
</span><span class="cx">     // FIXME: Need to print out individual functions (https://bugs.webkit.org/show_bug.cgi?id=23924)
</span><span class="cx">     auto list = CSSValueList::createSpaceSeparated();
</span><span class="cx">     list.get().append(matrixTransformValue(transform, style));
</span><del>-    return std::move(list);
</del><ins>+    return WTF::move(list);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static inline PassRef&lt;CSSPrimitiveValue&gt; adjustLengthForZoom(double length, const RenderStyle* style, AdjustPixelValuesForComputedStyle adjust)
</span><span class="lines">@@ -951,7 +951,7 @@
</span><span class="cx">         list.get().append(filterValue.release());
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return std::move(list);
</del><ins>+    return WTF::move(list);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -1025,7 +1025,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Those are the trailing &lt;ident&gt;* allowed in the syntax.
</span><span class="cx">     addValuesForNamedGridLinesAtIndex(orderedNamedGridLines, trackSizes.size(), list.get());
</span><del>-    return std::move(list);
</del><ins>+    return WTF::move(list);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static PassRef&lt;CSSValue&gt; valueForGridPosition(const GridPosition&amp; position)
</span><span class="lines">@@ -1045,7 +1045,7 @@
</span><span class="cx"> 
</span><span class="cx">     if (!position.namedGridLine().isNull())
</span><span class="cx">         list.get().append(cssValuePool().createValue(position.namedGridLine(), CSSPrimitiveValue::CSS_STRING));
</span><del>-    return std::move(list);
</del><ins>+    return WTF::move(list);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -1358,7 +1358,7 @@
</span><span class="cx">     auto list = CSSValueList::createSpaceSeparated();
</span><span class="cx">     list.get().append(cssValuePool().createValue(xRepeat));
</span><span class="cx">     list.get().append(cssValuePool().createValue(yRepeat));
</span><del>-    return std::move(list);
</del><ins>+    return WTF::move(list);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static PassRefPtr&lt;CSSValue&gt; fillSourceTypeToCSSValue(EMaskSourceType type)
</span><span class="lines">@@ -1389,7 +1389,7 @@
</span><span class="cx">     auto list = CSSValueList::createSpaceSeparated();
</span><span class="cx">     list.get().append(zoomAdjustedPixelValueForLength(fillSize.size.width(), style));
</span><span class="cx">     list.get().append(zoomAdjustedPixelValueForLength(fillSize.size.height(), style));
</span><del>-    return std::move(list);
</del><ins>+    return WTF::move(list);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static PassRef&lt;CSSValue&gt; altTextToCSSValue(const RenderStyle* style)
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSCrossfadeValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCrossfadeValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCrossfadeValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSCrossfadeValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx">     auto fromImageValue = CSSImageValue::create(m_cachedFromImage-&gt;url(), fromStyledImage.get());
</span><span class="cx">     auto toImageValue = CSSImageValue::create(m_cachedToImage-&gt;url(), toStyledImage.get());
</span><span class="cx"> 
</span><del>-    RefPtr&lt;CSSCrossfadeValue&gt; crossfadeValue = CSSCrossfadeValue::create(std::move(fromImageValue), std::move(toImageValue));
</del><ins>+    RefPtr&lt;CSSCrossfadeValue&gt; crossfadeValue = CSSCrossfadeValue::create(WTF::move(fromImageValue), WTF::move(toImageValue));
</ins><span class="cx"> 
</span><span class="cx">     double fromPercentage = from.m_percentageValue-&gt;getDoubleValue();
</span><span class="cx">     if (from.m_percentageValue-&gt;isPercentage())
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSCursorImageValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCursorImageValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCursorImageValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSCursorImageValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> 
</span><span class="cx"> CSSCursorImageValue::CSSCursorImageValue(PassRef&lt;CSSValue&gt; imageValue, bool hasHotSpot, const IntPoint&amp; hotSpot)
</span><span class="cx">     : CSSValue(CursorImageClass)
</span><del>-    , m_imageValue(std::move(imageValue))
</del><ins>+    , m_imageValue(WTF::move(imageValue))
</ins><span class="cx">     , m_hasHotSpot(hasHotSpot)
</span><span class="cx">     , m_hotSpot(hotSpot)
</span><span class="cx">     , m_accessedImage(false)
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSCursorImageValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSCursorImageValue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSCursorImageValue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSCursorImageValue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRef&lt;CSSCursorImageValue&gt; create(PassRef&lt;CSSValue&gt; imageValue, bool hasHotSpot, const IntPoint&amp; hotSpot)
</span><span class="cx">     {
</span><del>-        return adoptRef(*new CSSCursorImageValue(std::move(imageValue), hasHotSpot, hotSpot));
</del><ins>+        return adoptRef(*new CSSCursorImageValue(WTF::move(imageValue), hasHotSpot, hotSpot));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     ~CSSCursorImageValue();
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSFilterImageValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFilterImageValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFilterImageValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSFilterImageValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">     texture-&gt;context()-&gt;drawImage(image, ColorSpaceDeviceRGB, IntPoint());
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;FilterEffectRenderer&gt; filterRenderer = FilterEffectRenderer::create();
</span><del>-    filterRenderer-&gt;setSourceImage(std::move(texture));
</del><ins>+    filterRenderer-&gt;setSourceImage(WTF::move(texture));
</ins><span class="cx">     filterRenderer-&gt;setSourceImageRect(FloatRect(FloatPoint(), size));
</span><span class="cx">     filterRenderer-&gt;setFilterRegion(FloatRect(FloatPoint(), size));
</span><span class="cx">     if (!filterRenderer-&gt;build(renderer, m_filterOperations, FilterFunction))
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSFilterImageValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFilterImageValue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFilterImageValue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSFilterImageValue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRef&lt;CSSFilterImageValue&gt; create(PassRef&lt;CSSValue&gt; imageValue, PassRef&lt;CSSValue&gt; filterValue)
</span><span class="cx">     {
</span><del>-        return adoptRef(*new CSSFilterImageValue(std::move(imageValue), std::move(filterValue)));
</del><ins>+        return adoptRef(*new CSSFilterImageValue(WTF::move(imageValue), WTF::move(filterValue)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     ~CSSFilterImageValue();
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontFacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontFace.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontFace.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSFontFace.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> void CSSFontFace::addSource(std::unique_ptr&lt;CSSFontFaceSource&gt; source)
</span><span class="cx"> {
</span><span class="cx">     source-&gt;setFontFace(this);
</span><del>-    m_sources.append(std::move(source));
</del><ins>+    m_sources.append(WTF::move(source));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CSSFontFace::fontLoaded(CSSFontFaceSource* source)
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSFontSelectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSFontSelector.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSFontSelector.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSFontSelector.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -239,7 +239,7 @@
</span><span class="cx"> #if ENABLE(SVG_FONTS)
</span><span class="cx">             source-&gt;setSVGFontFaceElement(item-&gt;svgFontFaceElement());
</span><span class="cx"> #endif
</span><del>-            fontFace-&gt;addSource(std::move(source));
</del><ins>+            fontFace-&gt;addSource(WTF::move(source));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -311,7 +311,7 @@
</span><span class="cx">                     familyLocallyInstalledFaces-&gt;append(locallyInstalledFontFace);
</span><span class="cx">                 }
</span><span class="cx"> 
</span><del>-                m_locallyInstalledFontFaces.set(familyName, std::move(familyLocallyInstalledFaces));
</del><ins>+                m_locallyInstalledFontFaces.set(familyName, WTF::move(familyLocallyInstalledFaces));
</ins><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSGrammaryin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSGrammar.y.in (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSGrammar.y.in        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSGrammar.y.in        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -656,7 +656,7 @@
</span><span class="cx">         $$ = $1;
</span><span class="cx">         std::unique_ptr&lt;MediaQuery&gt; mediaQuery($4);
</span><span class="cx">         if ($$) {
</span><del>-            $$-&gt;addMediaQuery(std::move(mediaQuery));
</del><ins>+            $$-&gt;addMediaQuery(WTF::move(mediaQuery));
</ins><span class="cx">             parser-&gt;updateLastMediaLine($$);
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -753,7 +753,7 @@
</span><span class="cx">         CSSParser* p = static_cast&lt;CSSParser*&gt;(parser);
</span><span class="cx">         std::unique_ptr&lt;CSSParserValueList&gt; propertyValue($6);
</span><span class="cx">         if ($3 &amp;&amp; propertyValue) {
</span><del>-            p-&gt;m_valueList = std::move(propertyValue);
</del><ins>+            p-&gt;m_valueList = WTF::move(propertyValue);
</ins><span class="cx">             int oldParsedProperties = p-&gt;m_parsedProperties.size();
</span><span class="cx">             $$ = p-&gt;parseValue($3, $7);
</span><span class="cx">             // We just need to know if the declaration is supported as it is written. Rollback any additions.
</span><span class="lines">@@ -1051,7 +1051,7 @@
</span><span class="cx">         $$ = nullptr;
</span><span class="cx">         if (selectorList &amp;&amp; selector) {
</span><span class="cx">             $$ = selectorList.release();
</span><del>-            $$-&gt;append(std::move(selector));
</del><ins>+            $$-&gt;append(WTF::move(selector));
</ins><span class="cx">             parser-&gt;updateLastSelectorLineAndPosition();
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -1072,7 +1072,7 @@
</span><span class="cx">         std::unique_ptr&lt;CSSParserSelector&gt; right($2);
</span><span class="cx">         $$ = nullptr;
</span><span class="cx">         if (left &amp;&amp; right) {
</span><del>-            right-&gt;appendTagHistory(CSSSelector::Descendant, std::move(left));
</del><ins>+            right-&gt;appendTagHistory(CSSSelector::Descendant, WTF::move(left));
</ins><span class="cx">             $$ = right.release();
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -1081,7 +1081,7 @@
</span><span class="cx">         std::unique_ptr&lt;CSSParserSelector&gt; right($3);
</span><span class="cx">         $$ = nullptr;
</span><span class="cx">         if (left &amp;&amp; right) {
</span><del>-            right-&gt;appendTagHistory($2, std::move(left));
</del><ins>+            right-&gt;appendTagHistory($2, WTF::move(left));
</ins><span class="cx">             $$ = right.release();
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -1140,7 +1140,7 @@
</span><span class="cx">         $$ = nullptr;
</span><span class="cx">         if (list &amp;&amp; selector) {
</span><span class="cx">             $$ = list.release();
</span><del>-            $$-&gt;append(std::move(selector));
</del><ins>+            $$-&gt;append(WTF::move(selector));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     | simple_selector_list error {
</span><span class="lines">@@ -1168,7 +1168,7 @@
</span><span class="cx">         std::unique_ptr&lt;CSSParserSelector&gt; specifier($2);
</span><span class="cx">         $$ = nullptr;
</span><span class="cx">         if (list &amp;&amp; specifier)
</span><del>-            $$ = parser-&gt;rewriteSpecifiers(std::move(list), std::move(specifier)).release();
</del><ins>+            $$ = parser-&gt;rewriteSpecifiers(WTF::move(list), WTF::move(specifier)).release();
</ins><span class="cx">     }
</span><span class="cx">     | specifier_list error {
</span><span class="cx">         $$ = nullptr;
</span><span class="lines">@@ -1339,7 +1339,7 @@
</span><span class="cx">             $$-&gt;setMatch(CSSSelector::PseudoClass);
</span><span class="cx"> 
</span><span class="cx">             Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt; selectorVector;
</span><del>-            selectorVector.append(std::move(selector));
</del><ins>+            selectorVector.append(WTF::move(selector));
</ins><span class="cx">             $$-&gt;adoptSelectorVector(selectorVector);
</span><span class="cx">             $$-&gt;setPseudoClassValue($2);
</span><span class="cx">         }
</span><span class="lines">@@ -1388,7 +1388,7 @@
</span><span class="cx">         bool isPropertyParsed = false;
</span><span class="cx">         std::unique_ptr&lt;CSSParserValueList&gt; propertyValue($4);
</span><span class="cx">         if ($1 &amp;&amp; propertyValue) {
</span><del>-            parser-&gt;m_valueList = std::move(propertyValue);
</del><ins>+            parser-&gt;m_valueList = WTF::move(propertyValue);
</ins><span class="cx">             int oldParsedProperties = parser-&gt;m_parsedProperties.size();
</span><span class="cx">             $$ = parser-&gt;parseValue($1, $5);
</span><span class="cx">             if (!$$)
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParser.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParser.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSParser.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1452,7 +1452,7 @@
</span><span class="cx">     setupParser(&quot;@-webkit-mediaquery &quot;, string, &quot;} &quot;);
</span><span class="cx">     cssyyparse(this);
</span><span class="cx"> 
</span><del>-    return std::move(m_mediaQuery);
</del><ins>+    return WTF::move(m_mediaQuery);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(PICTURE_SIZES)
</span><span class="lines">@@ -1466,7 +1466,7 @@
</span><span class="cx">     setupParser(&quot;@-webkit-sizesattr &quot;, string, &quot;}&quot;);
</span><span class="cx">     cssyyparse(this);
</span><span class="cx"> 
</span><del>-    return std::move(m_sourceSizeList);
</del><ins>+    return WTF::move(m_sourceSizeList);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -11428,7 +11428,7 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;StyleRuleKeyframes&gt; CSSParser::createKeyframesRule(const String&amp; name, std::unique_ptr&lt;Vector&lt;RefPtr&lt;StyleKeyframe&gt;&gt;&gt; popKeyframes)
</span><span class="cx"> {
</span><del>-    std::unique_ptr&lt;Vector&lt;RefPtr&lt;StyleKeyframe&gt;&gt;&gt; keyframes = std::move(popKeyframes);
</del><ins>+    std::unique_ptr&lt;Vector&lt;RefPtr&lt;StyleKeyframe&gt;&gt;&gt; keyframes = WTF::move(popKeyframes);
</ins><span class="cx">     m_allowImportRules = m_allowNamespaceDeclarations = false;
</span><span class="cx">     RefPtr&lt;StyleRuleKeyframes&gt; rule = StyleRuleKeyframes::create();
</span><span class="cx">     for (size_t i = 0; i &lt; keyframes-&gt;size(); ++i)
</span><span class="lines">@@ -11538,15 +11538,15 @@
</span><span class="cx"> {
</span><span class="cx">     if (newSpecifier-&gt;isCustomPseudoElement() || newSpecifier-&gt;isPseudoElementCueFunction()) {
</span><span class="cx">         // Unknown pseudo element always goes at the top of selector chain.
</span><del>-        newSpecifier-&gt;appendTagHistory(CSSSelector::ShadowDescendant, std::move(specifiers));
</del><ins>+        newSpecifier-&gt;appendTagHistory(CSSSelector::ShadowDescendant, WTF::move(specifiers));
</ins><span class="cx">         return newSpecifier;
</span><span class="cx">     }
</span><span class="cx">     if (specifiers-&gt;isCustomPseudoElement()) {
</span><span class="cx">         // Specifiers for unknown pseudo element go right behind it in the chain.
</span><del>-        specifiers-&gt;insertTagHistory(CSSSelector::SubSelector, std::move(newSpecifier), CSSSelector::ShadowDescendant);
</del><ins>+        specifiers-&gt;insertTagHistory(CSSSelector::SubSelector, WTF::move(newSpecifier), CSSSelector::ShadowDescendant);
</ins><span class="cx">         return specifiers;
</span><span class="cx">     }
</span><del>-    specifiers-&gt;appendTagHistory(CSSSelector::SubSelector, std::move(newSpecifier));
</del><ins>+    specifiers-&gt;appendTagHistory(CSSSelector::SubSelector, WTF::move(newSpecifier));
</ins><span class="cx">     return specifiers;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -11558,7 +11558,7 @@
</span><span class="cx">     if (pageSelector) {
</span><span class="cx">         rule = StyleRulePage::create(createStyleProperties());
</span><span class="cx">         Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt; selectorVector;
</span><del>-        selectorVector.append(std::move(pageSelector));
</del><ins>+        selectorVector.append(WTF::move(pageSelector));
</ins><span class="cx">         rule-&gt;parserAdoptSelectorVector(selectorVector);
</span><span class="cx">         processAndAddNewRuleToSourceTreeIfNeeded();
</span><span class="cx">     } else
</span><span class="lines">@@ -11571,7 +11571,7 @@
</span><span class="cx"> {
</span><span class="cx">     if (m_recycledSelectorVector) {
</span><span class="cx">         m_recycledSelectorVector-&gt;shrink(0);
</span><del>-        return std::move(m_recycledSelectorVector);
</del><ins>+        return WTF::move(m_recycledSelectorVector);
</ins><span class="cx">     }
</span><span class="cx">     return std::make_unique&lt;Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt;&gt;();
</span><span class="cx"> }
</span><span class="lines">@@ -11579,7 +11579,7 @@
</span><span class="cx"> void CSSParser::recycleSelectorVector(std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt;&gt; vector)
</span><span class="cx"> {
</span><span class="cx">     if (vector &amp;&amp; !m_recycledSelectorVector)
</span><del>-        m_recycledSelectorVector = std::move(vector);
</del><ins>+        m_recycledSelectorVector = WTF::move(vector);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;StyleRuleBase&gt; CSSParser::createRegionRule(Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt;* regionSelector, RuleList* rules)
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParserValuescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParserValues.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParserValues.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSParserValues.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -238,13 +238,13 @@
</span><span class="cx">     if (!m_tagHistory)
</span><span class="cx">         return;
</span><span class="cx">     Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;, 16&gt; toDelete;
</span><del>-    std::unique_ptr&lt;CSSParserSelector&gt; selector = std::move(m_tagHistory);
</del><ins>+    std::unique_ptr&lt;CSSParserSelector&gt; selector = WTF::move(m_tagHistory);
</ins><span class="cx">     while (true) {
</span><del>-        std::unique_ptr&lt;CSSParserSelector&gt; next = std::move(selector-&gt;m_tagHistory);
-        toDelete.append(std::move(selector));
</del><ins>+        std::unique_ptr&lt;CSSParserSelector&gt; next = WTF::move(selector-&gt;m_tagHistory);
+        toDelete.append(WTF::move(selector));
</ins><span class="cx">         if (!next)
</span><span class="cx">             break;
</span><del>-        selector = std::move(next);
</del><ins>+        selector = WTF::move(next);
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto selectorList = std::make_unique&lt;CSSSelectorList&gt;();
</span><span class="cx">     selectorList-&gt;adoptSelectorVector(selectorVector);
</span><del>-    m_selector-&gt;setSelectorList(std::move(selectorList));
</del><ins>+    m_selector-&gt;setSelectorList(WTF::move(selectorList));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CSSParserSelector::setPseudoClassValue(const CSSParserString&amp; pseudoClassString)
</span><span class="lines">@@ -286,10 +286,10 @@
</span><span class="cx"> void CSSParserSelector::insertTagHistory(CSSSelector::Relation before, std::unique_ptr&lt;CSSParserSelector&gt; selector, CSSSelector::Relation after)
</span><span class="cx"> {
</span><span class="cx">     if (m_tagHistory)
</span><del>-        selector-&gt;setTagHistory(std::move(m_tagHistory));
</del><ins>+        selector-&gt;setTagHistory(WTF::move(m_tagHistory));
</ins><span class="cx">     setRelation(before);
</span><span class="cx">     selector-&gt;setRelation(after);
</span><del>-    m_tagHistory = std::move(selector);
</del><ins>+    m_tagHistory = WTF::move(selector);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CSSParserSelector::appendTagHistory(CSSSelector::Relation relation, std::unique_ptr&lt;CSSParserSelector&gt; selector)
</span><span class="lines">@@ -298,15 +298,15 @@
</span><span class="cx">     while (end-&gt;tagHistory())
</span><span class="cx">         end = end-&gt;tagHistory();
</span><span class="cx">     end-&gt;setRelation(relation);
</span><del>-    end-&gt;setTagHistory(std::move(selector));
</del><ins>+    end-&gt;setTagHistory(WTF::move(selector));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CSSParserSelector::prependTagSelector(const QualifiedName&amp; tagQName, bool tagIsForNamespaceRule)
</span><span class="cx"> {
</span><span class="cx">     auto second = std::make_unique&lt;CSSParserSelector&gt;();
</span><del>-    second-&gt;m_selector = std::move(m_selector);
-    second-&gt;m_tagHistory = std::move(m_tagHistory);
-    m_tagHistory = std::move(second);
</del><ins>+    second-&gt;m_selector = WTF::move(m_selector);
+    second-&gt;m_tagHistory = WTF::move(m_tagHistory);
+    m_tagHistory = WTF::move(second);
</ins><span class="cx"> 
</span><span class="cx">     m_selector = std::make_unique&lt;CSSSelector&gt;(tagQName, tagIsForNamespaceRule);
</span><span class="cx">     m_selector-&gt;m_relation = CSSSelector::SubSelector;
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSParserValuesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSParserValues.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSParserValues.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSParserValues.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -190,7 +190,7 @@
</span><span class="cx">     explicit CSSParserSelector(const QualifiedName&amp;);
</span><span class="cx">     ~CSSParserSelector();
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;CSSSelector&gt; releaseSelector() { return std::move(m_selector); }
</del><ins>+    std::unique_ptr&lt;CSSSelector&gt; releaseSelector() { return WTF::move(m_selector); }
</ins><span class="cx"> 
</span><span class="cx">     void setValue(const AtomicString&amp; value) { m_selector-&gt;setValue(value); }
</span><span class="cx">     void setAttribute(const QualifiedName&amp; value, bool isCaseInsensitive) { m_selector-&gt;setAttribute(value, isCaseInsensitive); }
</span><span class="lines">@@ -219,7 +219,7 @@
</span><span class="cx">     bool hasShadowDescendant() const;
</span><span class="cx"> 
</span><span class="cx">     CSSParserSelector* tagHistory() const { return m_tagHistory.get(); }
</span><del>-    void setTagHistory(std::unique_ptr&lt;CSSParserSelector&gt; selector) { m_tagHistory = std::move(selector); }
</del><ins>+    void setTagHistory(std::unique_ptr&lt;CSSParserSelector&gt; selector) { m_tagHistory = WTF::move(selector); }
</ins><span class="cx">     void clearTagHistory() { m_tagHistory.reset(); }
</span><span class="cx">     void insertTagHistory(CSSSelector::Relation before, std::unique_ptr&lt;CSSParserSelector&gt;, CSSSelector::Relation after);
</span><span class="cx">     void appendTagHistory(CSSSelector::Relation, std::unique_ptr&lt;CSSParserSelector&gt;);
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSPrimitiveValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSPrimitiveValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSPrimitiveValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSPrimitiveValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -934,7 +934,7 @@
</span><span class="cx">     for (unsigned i = 0; i &lt; suffixLength; ++i)
</span><span class="cx">         buffer[length + i] = static_cast&lt;LChar&gt;(suffix[i]);
</span><span class="cx"> 
</span><del>-    return std::move(string);
</del><ins>+    return WTF::move(string);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template &lt;unsigned characterCount&gt;
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSSelectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSSelector.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSSelector.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSSelector.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -562,7 +562,7 @@
</span><span class="cx"> void CSSSelector::setSelectorList(std::unique_ptr&lt;CSSSelectorList&gt; selectorList)
</span><span class="cx"> {
</span><span class="cx">     createRareData();
</span><del>-    m_data.m_rareData-&gt;m_selectorList = std::move(selectorList);
</del><ins>+    m_data.m_rareData-&gt;m_selectorList = WTF::move(selectorList);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool CSSSelector::parseNth() const
</span></span></pre></div>
<a id="trunkSourceWebCorecssCSSStyleSheetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/CSSStyleSheet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/CSSStyleSheet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/CSSStyleSheet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -76,12 +76,12 @@
</span><span class="cx"> 
</span><span class="cx"> PassRef&lt;CSSStyleSheet&gt; CSSStyleSheet::create(PassRef&lt;StyleSheetContents&gt; sheet, CSSImportRule* ownerRule)
</span><span class="cx"> { 
</span><del>-    return adoptRef(*new CSSStyleSheet(std::move(sheet), ownerRule));
</del><ins>+    return adoptRef(*new CSSStyleSheet(WTF::move(sheet), ownerRule));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRef&lt;CSSStyleSheet&gt; CSSStyleSheet::create(PassRef&lt;StyleSheetContents&gt; sheet, Node* ownerNode)
</span><span class="cx"> { 
</span><del>-    return adoptRef(*new CSSStyleSheet(std::move(sheet), ownerNode, false));
</del><ins>+    return adoptRef(*new CSSStyleSheet(WTF::move(sheet), ownerNode, false));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRef&lt;CSSStyleSheet&gt; CSSStyleSheet::createInline(Node&amp; ownerNode, const URL&amp; baseURL, const String&amp; encoding)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> CSSStyleSheet::CSSStyleSheet(PassRef&lt;StyleSheetContents&gt; contents, CSSImportRule* ownerRule)
</span><del>-    : m_contents(std::move(contents))
</del><ins>+    : m_contents(WTF::move(contents))
</ins><span class="cx">     , m_isInlineStylesheet(false)
</span><span class="cx">     , m_isDisabled(false)
</span><span class="cx">     , m_ownerNode(0)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> CSSStyleSheet::CSSStyleSheet(PassRef&lt;StyleSheetContents&gt; contents, Node* ownerNode, bool isInlineStylesheet)
</span><del>-    : m_contents(std::move(contents))
</del><ins>+    : m_contents(WTF::move(contents))
</ins><span class="cx">     , m_isInlineStylesheet(isInlineStylesheet)
</span><span class="cx">     , m_isDisabled(false)
</span><span class="cx">     , m_ownerNode(ownerNode)
</span></span></pre></div>
<a id="trunkSourceWebCorecssDeprecatedStyleBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/DeprecatedStyleBuilder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/DeprecatedStyleBuilder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/DeprecatedStyleBuilder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -354,7 +354,7 @@
</span><span class="cx">           LengthUndefined noneUndefined = UndefinedDisabled&gt;
</span><span class="cx"> class ApplyPropertyLength {
</span><span class="cx"> public:
</span><del>-    static void setValue(RenderStyle* style, Length value) { (style-&gt;*setterFunction)(std::move(value)); }
</del><ins>+    static void setValue(RenderStyle* style, Length value) { (style-&gt;*setterFunction)(WTF::move(value)); }
</ins><span class="cx">     static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value)
</span><span class="cx">     {
</span><span class="cx">         if (!value-&gt;isPrimitiveValue())
</span><span class="lines">@@ -429,7 +429,7 @@
</span><span class="cx"> template &lt;const LengthSize&amp; (RenderStyle::*getterFunction)() const, void (RenderStyle::*setterFunction)(LengthSize), LengthSize (*initialFunction)()&gt;
</span><span class="cx"> class ApplyPropertyBorderRadius {
</span><span class="cx"> public:
</span><del>-    static void setValue(RenderStyle* style, LengthSize value) { (style-&gt;*setterFunction)(std::move(value)); }
</del><ins>+    static void setValue(RenderStyle* style, LengthSize value) { (style-&gt;*setterFunction)(WTF::move(value)); }
</ins><span class="cx">     static void applyValue(CSSPropertyID, StyleResolver* styleResolver, CSSValue* value)
</span><span class="cx">     {
</span><span class="cx">         if (!value-&gt;isPrimitiveValue())
</span></span></pre></div>
<a id="trunkSourceWebCorecssDocumentRuleSetscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/DocumentRuleSets.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/DocumentRuleSets.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/DocumentRuleSets.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">     collectRulesFromUserStyleSheets(styleSheetCollection.injectedUserStyleSheets(), *tempUserStyle, medium, resolver);
</span><span class="cx">     collectRulesFromUserStyleSheets(styleSheetCollection.documentUserStyleSheets(), *tempUserStyle, medium, resolver);
</span><span class="cx">     if (tempUserStyle-&gt;ruleCount() &gt; 0 || tempUserStyle-&gt;pageRules().size() &gt; 0)
</span><del>-        m_userStyle = std::move(tempUserStyle);
</del><ins>+        m_userStyle = WTF::move(tempUserStyle);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DocumentRuleSets::collectRulesFromUserStyleSheets(const Vector&lt;RefPtr&lt;CSSStyleSheet&gt;&gt;&amp; userSheets, RuleSet&amp; userStyle, const MediaQueryEvaluator&amp; medium, StyleResolver&amp; resolver)
</span></span></pre></div>
<a id="trunkSourceWebCorecssMediaListcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/MediaList.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/MediaList.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/MediaList.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx">                 continue;
</span><span class="cx">             mediaQuery = std::make_unique&lt;MediaQuery&gt;(MediaQuery::None, mediaDescriptor, nullptr);
</span><span class="cx">         }
</span><del>-        result.append(std::move(mediaQuery));
</del><ins>+        result.append(WTF::move(mediaQuery));
</ins><span class="cx">     }
</span><span class="cx">     // &quot;,,,,&quot; falls straight through, but is not valid unless fallback
</span><span class="cx">     if (!m_fallbackToDescriptor &amp;&amp; list.isEmpty()) {
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx">         if (!strippedMediaString.isEmpty())
</span><span class="cx">             return false;
</span><span class="cx">     }
</span><del>-    m_queries = std::move(result);
</del><ins>+    m_queries = WTF::move(result);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx">     if (!parsedQuery)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    m_queries.append(std::move(parsedQuery));
</del><ins>+    m_queries.append(WTF::move(parsedQuery));
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -197,7 +197,7 @@
</span><span class="cx"> 
</span><span class="cx"> void MediaQuerySet::addMediaQuery(std::unique_ptr&lt;MediaQuery&gt; mediaQuery)
</span><span class="cx"> {
</span><del>-    m_queries.append(std::move(mediaQuery));
</del><ins>+    m_queries.append(WTF::move(mediaQuery));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> String MediaQuerySet::mediaText() const
</span></span></pre></div>
<a id="trunkSourceWebCorecssMediaQuerycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/MediaQuery.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/MediaQuery.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/MediaQuery.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> MediaQuery::MediaQuery(Restrictor r, const String&amp; mediaType, std::unique_ptr&lt;ExpressionVector&gt; exprs)
</span><span class="cx">     : m_restrictor(r)
</span><span class="cx">     , m_mediaType(mediaType.lower())
</span><del>-    , m_expressions(std::move(exprs))
</del><ins>+    , m_expressions(WTF::move(exprs))
</ins><span class="cx">     , m_ignored(false)
</span><span class="cx"> {
</span><span class="cx">     if (!m_expressions) {
</span></span></pre></div>
<a id="trunkSourceWebCorecssRuleSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/RuleSet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/RuleSet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/RuleSet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -267,7 +267,7 @@
</span><span class="cx">     // Update the &quot;global&quot; rule count so that proper order is maintained
</span><span class="cx">     m_ruleCount = regionRuleSet-&gt;m_ruleCount;
</span><span class="cx"> 
</span><del>-    m_regionSelectorsAndRuleSets.append(RuleSetSelectorPair(regionRule-&gt;selectorList().first(), std::move(regionRuleSet)));
</del><ins>+    m_regionSelectorsAndRuleSets.append(RuleSetSelectorPair(regionRule-&gt;selectorList().first(), WTF::move(regionRuleSet)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RuleSet::addChildRules(const Vector&lt;RefPtr&lt;StyleRuleBase&gt;&gt;&amp; rules, const MediaQueryEvaluator&amp; medium, StyleResolver* resolver, bool hasDocumentSecurityOrigin, AddRuleFlags addRuleFlags)
</span></span></pre></div>
<a id="trunkSourceWebCorecssRuleSeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/RuleSet.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/RuleSet.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/RuleSet.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(RuleSet); WTF_MAKE_FAST_ALLOCATED;
</span><span class="cx"> public:
</span><span class="cx">     struct RuleSetSelectorPair {
</span><del>-        RuleSetSelectorPair(const CSSSelector* selector, std::unique_ptr&lt;RuleSet&gt; ruleSet) : selector(selector), ruleSet(std::move(ruleSet)) { }
</del><ins>+        RuleSetSelectorPair(const CSSSelector* selector, std::unique_ptr&lt;RuleSet&gt; ruleSet) : selector(selector), ruleSet(WTF::move(ruleSet)) { }
</ins><span class="cx">         RuleSetSelectorPair(const RuleSetSelectorPair&amp; pair) : selector(pair.selector), ruleSet(const_cast&lt;RuleSetSelectorPair*&gt;(&amp;pair)-&gt;ruleSet.release()) { }
</span><span class="cx"> 
</span><span class="cx">         const CSSSelector* selector;
</span></span></pre></div>
<a id="trunkSourceWebCorecssSVGCSSStyleSelectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SVGCSSStyleSelector.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SVGCSSStyleSelector.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/SVGCSSStyleSelector.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -605,7 +605,7 @@
</span><span class="cx">             ASSERT(!item-&gt;style);
</span><span class="cx"> 
</span><span class="cx">             auto shadowData = std::make_unique&lt;ShadowData&gt;(location, blur, 0, Normal, false, color.isValid() ? color : Color::transparent);
</span><del>-            svgStyle.setShadow(std::move(shadowData));
</del><ins>+            svgStyle.setShadow(WTF::move(shadowData));
</ins><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx">         case CSSPropertyVectorEffect: {
</span></span></pre></div>
<a id="trunkSourceWebCorecssSourceSizeListcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SourceSizeList.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SourceSizeList.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/SourceSizeList.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">     expList-&gt;append(m_mediaExp.release());
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;MediaQuerySet&gt; mediaQuerySet = MediaQuerySet::create();
</span><del>-    mediaQuerySet-&gt;addMediaQuery(std::make_unique&lt;MediaQuery&gt;(MediaQuery::None, &quot;all&quot;, std::move(expList)));
</del><ins>+    mediaQuerySet-&gt;addMediaQuery(std::make_unique&lt;MediaQuery&gt;(MediaQuery::None, &quot;all&quot;, WTF::move(expList)));
</ins><span class="cx"> 
</span><span class="cx">     MediaQueryEvaluator mediaQueryEvaluator(&quot;screen&quot;, frame, &amp;style);
</span><span class="cx">     return mediaQueryEvaluator.eval(mediaQuerySet.get());
</span></span></pre></div>
<a id="trunkSourceWebCorecssSourceSizeListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/SourceSizeList.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/SourceSizeList.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/SourceSizeList.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> class SourceSize {
</span><span class="cx"> public:
</span><span class="cx">     SourceSize(std::unique_ptr&lt;MediaQueryExp&gt; mediaExp, const CSSParserValue&amp; length)
</span><del>-        : m_mediaExp(std::move(mediaExp))
</del><ins>+        : m_mediaExp(WTF::move(mediaExp))
</ins><span class="cx">         , m_length(length)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> public:
</span><span class="cx">     void append(std::unique_ptr&lt;SourceSize&gt; sourceSize)
</span><span class="cx">     {
</span><del>-        m_list.append(std::move(sourceSize));
</del><ins>+        m_list.append(WTF::move(sourceSize));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static unsigned parseSizesAttribute(const String&amp; sizesAttribute, RenderView*, Frame*);
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleResolvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleResolver.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleResolver.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/StyleResolver.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -428,7 +428,7 @@
</span><span class="cx"> 
</span><span class="cx"> inline void StyleResolver::State::setStyle(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    m_style = std::move(style);
</del><ins>+    m_style = WTF::move(style);
</ins><span class="cx">     updateConversionData();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -1584,7 +1584,7 @@
</span><span class="cx">     // The RenderStyle in the cache is really just a holder for the substructures and never used as-is.
</span><span class="cx">     cacheItem.renderStyle = RenderStyle::clone(style);
</span><span class="cx">     cacheItem.parentRenderStyle = RenderStyle::clone(parentStyle);
</span><del>-    m_matchedPropertiesCache.add(hash, std::move(cacheItem));
</del><ins>+    m_matchedPropertiesCache.add(hash, WTF::move(cacheItem));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void StyleResolver::invalidateMatchedPropertiesCache()
</span><span class="lines">@@ -2131,7 +2131,7 @@
</span><span class="cx">                     if (listStyleIdent != CSSValueNone)
</span><span class="cx">                         listStyleType = static_cast&lt;EListStyleType&gt;(listStyleIdent - CSSValueDisc);
</span><span class="cx">                     auto counter = std::make_unique&lt;CounterContent&gt;(counterValue-&gt;identifier(), listStyleType, counterValue-&gt;separator());
</span><del>-                    state.style()-&gt;setContent(std::move(counter), didSet);
</del><ins>+                    state.style()-&gt;setContent(WTF::move(counter), didSet);
</ins><span class="cx">                     didSet = true;
</span><span class="cx">                 } else {
</span><span class="cx">                     switch (contentValue-&gt;getValueID()) {
</span><span class="lines">@@ -2354,9 +2354,9 @@
</span><span class="cx"> 
</span><span class="cx">             auto shadowData = std::make_unique&lt;ShadowData&gt;(IntPoint(x, y), blur, spread, shadowStyle, id == CSSPropertyWebkitBoxShadow, color.isValid() ? color : Color::transparent);
</span><span class="cx">             if (id == CSSPropertyTextShadow)
</span><del>-                state.style()-&gt;setTextShadow(std::move(shadowData), i.index()); // add to the list if this is not the first entry
</del><ins>+                state.style()-&gt;setTextShadow(WTF::move(shadowData), i.index()); // add to the list if this is not the first entry
</ins><span class="cx">             else
</span><del>-                state.style()-&gt;setBoxShadow(std::move(shadowData), i.index()); // add to the list if this is not the first entry
</del><ins>+                state.style()-&gt;setBoxShadow(WTF::move(shadowData), i.index()); // add to the list if this is not the first entry
</ins><span class="cx">         }
</span><span class="cx">         return;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleResolverh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleResolver.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleResolver.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/StyleResolver.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -363,7 +363,7 @@
</span><span class="cx">         RenderStyle* style() const { return m_style.get(); }
</span><span class="cx">         PassRef&lt;RenderStyle&gt; takeStyle() { return m_style.releaseNonNull(); }
</span><span class="cx"> 
</span><del>-        void setParentStyle(PassRef&lt;RenderStyle&gt; parentStyle) { m_parentStyle = std::move(parentStyle); }
</del><ins>+        void setParentStyle(PassRef&lt;RenderStyle&gt; parentStyle) { m_parentStyle = WTF::move(parentStyle); }
</ins><span class="cx">         RenderStyle* parentStyle() const { return m_parentStyle.get(); }
</span><span class="cx">         RenderStyle* rootElementStyle() const { return m_rootElementStyle; }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleRulecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleRule.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleRule.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/StyleRule.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -203,7 +203,7 @@
</span><span class="cx"> 
</span><span class="cx"> StyleRule::StyleRule(int sourceLine, PassRef&lt;StyleProperties&gt; properties)
</span><span class="cx">     : StyleRuleBase(Style, sourceLine)
</span><del>-    , m_properties(std::move(properties))
</del><ins>+    , m_properties(WTF::move(properties))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -232,7 +232,7 @@
</span><span class="cx">     for (unsigned i = 0; i &lt; selectors.size(); ++i)
</span><span class="cx">         new (NotNull, &amp;selectorListArray[i]) CSSSelector(*selectors.at(i));
</span><span class="cx">     selectorListArray[selectors.size() - 1].setLastInSelectorList();
</span><del>-    auto rule = StyleRule::create(sourceLine, std::move(properties));
</del><ins>+    auto rule = StyleRule::create(sourceLine, WTF::move(properties));
</ins><span class="cx">     rule.get().parserAdoptSelectorArray(selectorListArray);
</span><span class="cx">     return rule;
</span><span class="cx"> }
</span><span class="lines">@@ -265,7 +265,7 @@
</span><span class="cx"> 
</span><span class="cx"> StyleRulePage::StyleRulePage(PassRef&lt;StyleProperties&gt; properties)
</span><span class="cx">     : StyleRuleBase(Page)
</span><del>-    , m_properties(std::move(properties))
</del><ins>+    , m_properties(WTF::move(properties))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -289,7 +289,7 @@
</span><span class="cx"> 
</span><span class="cx"> StyleRuleFontFace::StyleRuleFontFace(PassRef&lt;StyleProperties&gt; properties)
</span><span class="cx">     : StyleRuleBase(FontFace, 0)
</span><del>-    , m_properties(std::move(properties))
</del><ins>+    , m_properties(WTF::move(properties))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -326,7 +326,7 @@
</span><span class="cx"> 
</span><span class="cx"> void StyleRuleGroup::wrapperInsertRule(unsigned index, PassRef&lt;StyleRuleBase&gt; rule)
</span><span class="cx"> {
</span><del>-    m_childRules.insert(index, std::move(rule));
</del><ins>+    m_childRules.insert(index, WTF::move(rule));
</ins><span class="cx"> }
</span><span class="cx">     
</span><span class="cx"> void StyleRuleGroup::wrapperRemoveRule(unsigned index)
</span><span class="lines">@@ -381,7 +381,7 @@
</span><span class="cx"> #if ENABLE(CSS_DEVICE_ADAPTATION)
</span><span class="cx"> StyleRuleViewport::StyleRuleViewport(PassRef&lt;StyleProperties&gt; properties)
</span><span class="cx">     : StyleRuleBase(Viewport, 0)
</span><del>-    , m_properties(std::move(properties))
</del><ins>+    , m_properties(WTF::move(properties))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssStyleRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/StyleRule.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/StyleRule.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/StyleRule.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRef&lt;StyleRule&gt; create(int sourceLine, PassRef&lt;StyleProperties&gt; properties)
</span><span class="cx">     {
</span><del>-        return adoptRef(*new StyleRule(sourceLine, std::move(properties)));
</del><ins>+        return adoptRef(*new StyleRule(sourceLine, WTF::move(properties)));
</ins><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     ~StyleRule();
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">     MutableStyleProperties&amp; mutableProperties();
</span><span class="cx">     
</span><span class="cx">     void parserAdoptSelectorVector(Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt;&amp; selectors) { m_selectorList.adoptSelectorVector(selectors); }
</span><del>-    void wrapperAdoptSelectorList(CSSSelectorList&amp; selectors) { m_selectorList = std::move(selectors); }
</del><ins>+    void wrapperAdoptSelectorList(CSSSelectorList&amp; selectors) { m_selectorList = WTF::move(selectors); }
</ins><span class="cx">     void parserAdoptSelectorArray(CSSSelector* selectors) { m_selectorList.adoptSelectorArray(selectors); }
</span><span class="cx"> 
</span><span class="cx">     PassRef&lt;StyleRule&gt; copy() const { return adoptRef(*new StyleRule(*this)); }
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx"> 
</span><span class="cx"> class StyleRuleFontFace : public StyleRuleBase {
</span><span class="cx"> public:
</span><del>-    static PassRef&lt;StyleRuleFontFace&gt; create(PassRef&lt;StyleProperties&gt; properties) { return adoptRef(*new StyleRuleFontFace(std::move(properties))); }
</del><ins>+    static PassRef&lt;StyleRuleFontFace&gt; create(PassRef&lt;StyleProperties&gt; properties) { return adoptRef(*new StyleRuleFontFace(WTF::move(properties))); }
</ins><span class="cx">     
</span><span class="cx">     ~StyleRuleFontFace();
</span><span class="cx"> 
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx"> 
</span><span class="cx"> class StyleRulePage : public StyleRuleBase {
</span><span class="cx"> public:
</span><del>-    static PassRef&lt;StyleRulePage&gt; create(PassRef&lt;StyleProperties&gt; properties) { return adoptRef(*new StyleRulePage(std::move(properties))); }
</del><ins>+    static PassRef&lt;StyleRulePage&gt; create(PassRef&lt;StyleProperties&gt; properties) { return adoptRef(*new StyleRulePage(WTF::move(properties))); }
</ins><span class="cx"> 
</span><span class="cx">     ~StyleRulePage();
</span><span class="cx"> 
</span><span class="lines">@@ -173,7 +173,7 @@
</span><span class="cx">     MutableStyleProperties&amp; mutableProperties();
</span><span class="cx"> 
</span><span class="cx">     void parserAdoptSelectorVector(Vector&lt;std::unique_ptr&lt;CSSParserSelector&gt;&gt;&amp; selectors) { m_selectorList.adoptSelectorVector(selectors); }
</span><del>-    void wrapperAdoptSelectorList(CSSSelectorList&amp; selectors) { m_selectorList = std::move(selectors); }
</del><ins>+    void wrapperAdoptSelectorList(CSSSelectorList&amp; selectors) { m_selectorList = WTF::move(selectors); }
</ins><span class="cx"> 
</span><span class="cx">     PassRef&lt;StyleRulePage&gt; copy() const { return adoptRef(*new StyleRulePage(*this)); }
</span><span class="cx"> 
</span><span class="lines">@@ -260,7 +260,7 @@
</span><span class="cx"> #if ENABLE(CSS_DEVICE_ADAPTATION)
</span><span class="cx"> class StyleRuleViewport : public StyleRuleBase {
</span><span class="cx"> public:
</span><del>-    static PassRef&lt;StyleRuleViewport&gt; create(PassRef&lt;StyleProperties&gt; properties) { return adoptRef(*new StyleRuleViewport(std::move(properties))); }
</del><ins>+    static PassRef&lt;StyleRuleViewport&gt; create(PassRef&lt;StyleProperties&gt; properties) { return adoptRef(*new StyleRuleViewport(WTF::move(properties))); }
</ins><span class="cx"> 
</span><span class="cx">     ~StyleRuleViewport();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssWebKitCSSKeyframeRulecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/WebKitCSSKeyframeRule.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/WebKitCSSKeyframeRule.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/WebKitCSSKeyframeRule.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> StyleKeyframe::StyleKeyframe(PassRef&lt;StyleProperties&gt; properties)
</span><del>-    : m_properties(std::move(properties))
</del><ins>+    : m_properties(WTF::move(properties))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorecssWebKitCSSKeyframeRuleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/css/WebKitCSSKeyframeRule.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/css/WebKitCSSKeyframeRule.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/css/WebKitCSSKeyframeRule.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;StyleKeyframe&gt; create(PassRef&lt;StyleProperties&gt; properties)
</span><span class="cx">     {
</span><del>-        return adoptRef(new StyleKeyframe(std::move(properties)));
</del><ins>+        return adoptRef(new StyleKeyframe(WTF::move(properties)));
</ins><span class="cx">     }
</span><span class="cx">     ~StyleKeyframe();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoredomChildListMutationScopecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ChildListMutationScope.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ChildListMutationScope.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/ChildListMutationScope.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> ChildListMutationAccumulator::ChildListMutationAccumulator(ContainerNode&amp; target, std::unique_ptr&lt;MutationObserverInterestGroup&gt; observers)
</span><span class="cx">     : m_target(target)
</span><span class="cx">     , m_lastAdded(nullptr)
</span><del>-    , m_observers(std::move(observers))
</del><ins>+    , m_observers(WTF::move(observers))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoredomDOMImplementationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DOMImplementation.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DOMImplementation.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/DOMImplementation.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -245,7 +245,7 @@
</span><span class="cx">     // FIXME: Media could have wrong syntax, in which case we should generate an exception.
</span><span class="cx">     auto sheet = CSSStyleSheet::create(StyleSheetContents::create());
</span><span class="cx">     sheet.get().setMediaQueries(MediaQuerySet::createAllowingDescriptionSyntax(media));
</span><del>-    return std::move(sheet);
</del><ins>+    return WTF::move(sheet);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static inline bool isValidXMLMIMETypeChar(UChar c)
</span></span></pre></div>
<a id="trunkSourceWebCoredomDocumentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Document.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Document.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/Document.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -4330,7 +4330,7 @@
</span><span class="cx"> 
</span><span class="cx"> void Document::setTransformSource(std::unique_ptr&lt;TransformSource&gt; source)
</span><span class="cx"> {
</span><del>-    m_transformSource = std::move(source);
</del><ins>+    m_transformSource = WTF::move(source);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #endif
</span><span class="lines">@@ -4902,7 +4902,7 @@
</span><span class="cx"> 
</span><span class="cx"> void Document::postTask(Task task)
</span><span class="cx"> {
</span><del>-    Task* taskPtr = std::make_unique&lt;Task&gt;(std::move(task)).release();
</del><ins>+    Task* taskPtr = std::make_unique&lt;Task&gt;(WTF::move(task)).release();
</ins><span class="cx">     WeakPtr&lt;Document&gt; documentReference(m_weakFactory.createWeakPtr());
</span><span class="cx"> 
</span><span class="cx">     callOnMainThread([=] {
</span><span class="lines">@@ -4915,7 +4915,7 @@
</span><span class="cx"> 
</span><span class="cx">         Page* page = document-&gt;page();
</span><span class="cx">         if ((page &amp;&amp; page-&gt;defersLoading()) || !document-&gt;m_pendingTasks.isEmpty())
</span><del>-            document-&gt;m_pendingTasks.append(std::move(*task.release()));
</del><ins>+            document-&gt;m_pendingTasks.append(WTF::move(*task.release()));
</ins><span class="cx">         else
</span><span class="cx">             task-&gt;performTask(*document);
</span><span class="cx">     });
</span><span class="lines">@@ -4923,7 +4923,7 @@
</span><span class="cx"> 
</span><span class="cx"> void Document::pendingTasksTimerFired(Timer&lt;Document&gt;&amp;)
</span><span class="cx"> {
</span><del>-    Vector&lt;Task&gt; pendingTasks = std::move(m_pendingTasks);
</del><ins>+    Vector&lt;Task&gt; pendingTasks = WTF::move(m_pendingTasks);
</ins><span class="cx">     for (auto&amp; task : pendingTasks)
</span><span class="cx">         task.performTask(*this);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomDocumentStyleSheetCollectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/DocumentStyleSheetCollection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -184,14 +184,14 @@
</span><span class="cx"> void DocumentStyleSheetCollection::addAuthorSheet(PassRef&lt;StyleSheetContents&gt; authorSheet)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!authorSheet.get().isUserStyleSheet());
</span><del>-    m_authorStyleSheets.append(CSSStyleSheet::create(std::move(authorSheet), &amp;m_document));
</del><ins>+    m_authorStyleSheets.append(CSSStyleSheet::create(WTF::move(authorSheet), &amp;m_document));
</ins><span class="cx">     m_document.styleResolverChanged(RecalcStyleImmediately);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DocumentStyleSheetCollection::addUserSheet(PassRef&lt;StyleSheetContents&gt; userSheet)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(userSheet.get().isUserStyleSheet());
</span><del>-    m_userStyleSheets.append(CSSStyleSheet::create(std::move(userSheet), &amp;m_document));
</del><ins>+    m_userStyleSheets.append(CSSStyleSheet::create(WTF::move(userSheet), &amp;m_document));
</ins><span class="cx">     m_document.styleResolverChanged(RecalcStyleImmediately);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoredomElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Element.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Element.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/Element.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1328,7 +1328,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; Element::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return RenderElement::createFor(*this, std::move(style));
</del><ins>+    return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Node::InsertionNotificationRequest Element::insertedInto(ContainerNode&amp; insertionPoint)
</span></span></pre></div>
<a id="trunkSourceWebCoredomElementRareDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ElementRareData.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ElementRareData.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/ElementRareData.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -95,10 +95,10 @@
</span><span class="cx">     void setAttributeMap(PassOwnPtr&lt;NamedNodeMap&gt; attributeMap) { m_attributeMap = attributeMap; }
</span><span class="cx"> 
</span><span class="cx">     RenderStyle* computedStyle() const { return m_computedStyle.get(); }
</span><del>-    void setComputedStyle(PassRef&lt;RenderStyle&gt; computedStyle) { m_computedStyle = std::move(computedStyle); }
</del><ins>+    void setComputedStyle(PassRef&lt;RenderStyle&gt; computedStyle) { m_computedStyle = WTF::move(computedStyle); }
</ins><span class="cx"> 
</span><span class="cx">     ClassList* classList() const { return m_classList.get(); }
</span><del>-    void setClassList(std::unique_ptr&lt;ClassList&gt; classList) { m_classList = std::move(classList); }
</del><ins>+    void setClassList(std::unique_ptr&lt;ClassList&gt; classList) { m_classList = WTF::move(classList); }
</ins><span class="cx">     void clearClassListValueForQuirksMode()
</span><span class="cx">     {
</span><span class="cx">         if (!m_classList)
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DatasetDOMStringMap* dataset() const { return m_dataset.get(); }
</span><del>-    void setDataset(std::unique_ptr&lt;DatasetDOMStringMap&gt; dataset) { m_dataset = std::move(dataset); }
</del><ins>+    void setDataset(std::unique_ptr&lt;DatasetDOMStringMap&gt; dataset) { m_dataset = WTF::move(dataset); }
</ins><span class="cx"> 
</span><span class="cx">     LayoutSize minimumSizeForResizing() const { return m_minimumSizeForResizing; }
</span><span class="cx">     void setMinimumSizeForResizing(LayoutSize size) { m_minimumSizeForResizing = size; }
</span></span></pre></div>
<a id="trunkSourceWebCoredomMessageEventcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MessageEvent.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MessageEvent.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/MessageEvent.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx">     , m_origin(origin)
</span><span class="cx">     , m_lastEventId(lastEventId)
</span><span class="cx">     , m_source(source)
</span><del>-    , m_ports(std::move(ports))
</del><ins>+    , m_ports(WTF::move(ports))
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(isValidSource(m_source.get()));
</span><span class="cx"> }
</span><span class="lines">@@ -76,7 +76,7 @@
</span><span class="cx">     , m_origin(origin)
</span><span class="cx">     , m_lastEventId(lastEventId)
</span><span class="cx">     , m_source(source)
</span><del>-    , m_ports(std::move(ports))
</del><ins>+    , m_ports(WTF::move(ports))
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(isValidSource(m_source.get()));
</span><span class="cx"> }
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx">     m_origin = origin;
</span><span class="cx">     m_lastEventId = lastEventId;
</span><span class="cx">     m_source = source;
</span><del>-    m_ports = std::move(ports);
</del><ins>+    m_ports = WTF::move(ports);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void MessageEvent::initMessageEvent(const AtomicString&amp; type, bool canBubble, bool cancelable, PassRefPtr&lt;SerializedScriptValue&gt; data, const String&amp; origin, const String&amp; lastEventId, DOMWindow* source, std::unique_ptr&lt;MessagePortArray&gt; ports)
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx">     m_origin = origin;
</span><span class="cx">     m_lastEventId = lastEventId;
</span><span class="cx">     m_source = source;
</span><del>-    m_ports = std::move(ports);
</del><ins>+    m_ports = WTF::move(ports);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // FIXME: Remove this when we have custom ObjC binding support.
</span><span class="lines">@@ -162,7 +162,7 @@
</span><span class="cx">         ports = std::make_unique&lt;MessagePortArray&gt;();
</span><span class="cx">         ports-&gt;append(port);
</span><span class="cx">     }
</span><del>-    initMessageEvent(type, canBubble, cancelable, data, origin, lastEventId, source, std::move(ports));
</del><ins>+    initMessageEvent(type, canBubble, cancelable, data, origin, lastEventId, source, WTF::move(ports));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> EventInterface MessageEvent::eventInterface() const
</span></span></pre></div>
<a id="trunkSourceWebCoredomMessageEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MessageEvent.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MessageEvent.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/MessageEvent.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,11 +59,11 @@
</span><span class="cx">     }
</span><span class="cx">     static PassRefPtr&lt;MessageEvent&gt; create(std::unique_ptr&lt;MessagePortArray&gt; ports, const Deprecated::ScriptValue&amp; data = Deprecated::ScriptValue(), const String&amp; origin = String(), const String&amp; lastEventId = String(), PassRefPtr&lt;EventTarget&gt; source = 0)
</span><span class="cx">     {
</span><del>-        return adoptRef(new MessageEvent(data, origin, lastEventId, source, std::move(ports)));
</del><ins>+        return adoptRef(new MessageEvent(data, origin, lastEventId, source, WTF::move(ports)));
</ins><span class="cx">     }
</span><span class="cx">     static PassRefPtr&lt;MessageEvent&gt; create(std::unique_ptr&lt;MessagePortArray&gt; ports, PassRefPtr&lt;SerializedScriptValue&gt; data, const String&amp; origin = String(), const String&amp; lastEventId = String(), PassRefPtr&lt;EventTarget&gt; source = 0)
</span><span class="cx">     {
</span><del>-        return adoptRef(new MessageEvent(data, origin, lastEventId, source, std::move(ports)));
</del><ins>+        return adoptRef(new MessageEvent(data, origin, lastEventId, source, WTF::move(ports)));
</ins><span class="cx">     }
</span><span class="cx">     static PassRefPtr&lt;MessageEvent&gt; create(const String&amp; data, const String&amp; origin = String())
</span><span class="cx">     {
</span></span></pre></div>
<a id="trunkSourceWebCoredomMessagePortcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/MessagePort.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/MessagePort.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/MessagePort.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">         if (ec)
</span><span class="cx">             return;
</span><span class="cx">     }
</span><del>-    m_entangledChannel-&gt;postMessageToRemote(message, std::move(channels));
</del><ins>+    m_entangledChannel-&gt;postMessageToRemote(message, WTF::move(channels));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;MessagePortChannel&gt; MessagePort::disentangle()
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">     m_scriptExecutionContext-&gt;destroyedMessagePort(*this);
</span><span class="cx">     m_scriptExecutionContext = nullptr;
</span><span class="cx"> 
</span><del>-    return std::move(m_entangledChannel);
</del><ins>+    return WTF::move(m_entangledChannel);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // Invoked to notify us that there are messages available for this port.
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Don't entangle the ports if the channel is closed.
</span><span class="cx">     if (remote-&gt;entangleIfOpen(this))
</span><del>-        m_entangledChannel = std::move(remote);
</del><ins>+        m_entangledChannel = WTF::move(remote);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void MessagePort::contextDestroyed()
</span><span class="lines">@@ -160,8 +160,8 @@
</span><span class="cx">         if (m_scriptExecutionContext-&gt;isWorkerGlobalScope() &amp;&amp; toWorkerGlobalScope(m_scriptExecutionContext)-&gt;isClosing())
</span><span class="cx">             return;
</span><span class="cx"> 
</span><del>-        std::unique_ptr&lt;MessagePortArray&gt; ports = MessagePort::entanglePorts(*m_scriptExecutionContext, std::move(channels));
-        RefPtr&lt;Event&gt; evt = MessageEvent::create(std::move(ports), message.release());
</del><ins>+        std::unique_ptr&lt;MessagePortArray&gt; ports = MessagePort::entanglePorts(*m_scriptExecutionContext, WTF::move(channels));
+        RefPtr&lt;Event&gt; evt = MessageEvent::create(WTF::move(ports), message.release());
</ins><span class="cx"> 
</span><span class="cx">         dispatchEvent(evt.release(), ASSERT_NO_EXCEPTION);
</span><span class="cx">     }
</span><span class="lines">@@ -205,7 +205,7 @@
</span><span class="cx">     auto portArray = std::make_unique&lt;MessagePortChannelArray&gt;(ports-&gt;size());
</span><span class="cx">     for (unsigned int i = 0 ; i &lt; ports-&gt;size() ; ++i) {
</span><span class="cx">         std::unique_ptr&lt;MessagePortChannel&gt; channel = (*ports)[i]-&gt;disentangle();
</span><del>-        (*portArray)[i] = std::move(channel);
</del><ins>+        (*portArray)[i] = WTF::move(channel);
</ins><span class="cx">     }
</span><span class="cx">     return portArray;
</span><span class="cx"> }
</span><span class="lines">@@ -218,7 +218,7 @@
</span><span class="cx">     auto portArray = std::make_unique&lt;MessagePortArray&gt;(channels-&gt;size());
</span><span class="cx">     for (unsigned int i = 0; i &lt; channels-&gt;size(); ++i) {
</span><span class="cx">         RefPtr&lt;MessagePort&gt; port = MessagePort::create(context);
</span><del>-        port-&gt;entangle(std::move((*channels)[i]));
</del><ins>+        port-&gt;entangle(WTF::move((*channels)[i]));
</ins><span class="cx">         (*portArray)[i] = port.release();
</span><span class="cx">     }
</span><span class="cx">     return portArray;
</span></span></pre></div>
<a id="trunkSourceWebCoredomNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Node.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Node.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/Node.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -724,10 +724,10 @@
</span><span class="cx"> #if !ASSERT_DISABLED
</span><span class="cx">     m_inInvalidateNodeListAndCollectionCaches = true;
</span><span class="cx"> #endif
</span><del>-    HashSet&lt;LiveNodeList*&gt; lists = std::move(m_listsInvalidatedAtDocument);
</del><ins>+    HashSet&lt;LiveNodeList*&gt; lists = WTF::move(m_listsInvalidatedAtDocument);
</ins><span class="cx">     for (auto* list : lists)
</span><span class="cx">         list-&gt;invalidateCacheForAttribute(attrName);
</span><del>-    HashSet&lt;HTMLCollection*&gt; collections = std::move(m_collectionsInvalidatedAtDocument);
</del><ins>+    HashSet&lt;HTMLCollection*&gt; collections = WTF::move(m_collectionsInvalidatedAtDocument);
</ins><span class="cx">     for (auto* collection : collections)
</span><span class="cx">         collection-&gt;invalidateCache(attrName);
</span><span class="cx"> #if !ASSERT_DISABLED
</span></span></pre></div>
<a id="trunkSourceWebCoredomProcessingInstructioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ProcessingInstruction.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ProcessingInstruction.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/ProcessingInstruction.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx">     cssSheet.get().setTitle(m_title);
</span><span class="cx">     cssSheet.get().setMediaQueries(MediaQuerySet::create(m_media));
</span><span class="cx"> 
</span><del>-    m_sheet = std::move(cssSheet);
</del><ins>+    m_sheet = WTF::move(cssSheet);
</ins><span class="cx"> 
</span><span class="cx">     // We don't need the cross-origin security check here because we are
</span><span class="cx">     // getting the sheet text in &quot;strict&quot; mode. This enforces a valid CSS MIME
</span></span></pre></div>
<a id="trunkSourceWebCoredomPseudoElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/PseudoElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/PseudoElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/PseudoElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx">         if (!child-&gt;isRenderImage() &amp;&amp; !child-&gt;isQuote())
</span><span class="cx">             continue;
</span><span class="cx">         PassRef&lt;RenderStyle&gt; createdStyle = RenderStyle::createStyleInheritingFromPseudoStyle(renderer-&gt;style());
</span><del>-        toRenderElement(*child).setStyle(std::move(createdStyle));
</del><ins>+        toRenderElement(*child).setStyle(WTF::move(createdStyle));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoredomScopedEventQueuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScopedEventQueue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScopedEventQueue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/ScopedEventQueue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx"> 
</span><span class="cx"> void ScopedEventQueue::dispatchAllEvents()
</span><span class="cx"> {
</span><del>-    Vector&lt;RefPtr&lt;Event&gt;&gt; queuedEvents = std::move(m_queuedEvents);
</del><ins>+    Vector&lt;RefPtr&lt;Event&gt;&gt; queuedEvents = WTF::move(m_queuedEvents);
</ins><span class="cx">     for (size_t i = 0; i &lt; queuedEvents.size(); i++)
</span><span class="cx">         dispatchEvent(queuedEvents[i].release());
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomScriptExecutionContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScriptExecutionContext.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScriptExecutionContext.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/ScriptExecutionContext.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -360,7 +360,7 @@
</span><span class="cx">     if (!m_pendingExceptions)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;PendingException&gt;&gt;&gt; pendingExceptions = std::move(m_pendingExceptions);
</del><ins>+    std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;PendingException&gt;&gt;&gt; pendingExceptions = WTF::move(m_pendingExceptions);
</ins><span class="cx">     for (auto&amp; exception : *pendingExceptions)
</span><span class="cx">         logExceptionToConsole(exception-&gt;m_errorMessage, exception-&gt;m_sourceURL, exception-&gt;m_lineNumber, exception-&gt;m_columnNumber, exception-&gt;m_callStack);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomScriptExecutionContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/ScriptExecutionContext.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/ScriptExecutionContext.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/ScriptExecutionContext.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -119,20 +119,20 @@
</span><span class="cx"> 
</span><span class="cx">         template&lt;typename T, typename = typename std::enable_if&lt;!std::is_base_of&lt;Task, T&gt;::value &amp;&amp; std::is_convertible&lt;T, std::function&lt;void (ScriptExecutionContext&amp;)&gt;&gt;::value&gt;::type&gt;
</span><span class="cx">         Task(T task)
</span><del>-            : m_task(std::move(task))
</del><ins>+            : m_task(WTF::move(task))
</ins><span class="cx">             , m_isCleanupTask(false)
</span><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         template&lt;typename T, typename = typename std::enable_if&lt;std::is_convertible&lt;T, std::function&lt;void (ScriptExecutionContext&amp;)&gt;&gt;::value&gt;::type&gt;
</span><span class="cx">         Task(CleanupTaskTag, T task)
</span><del>-            : m_task(std::move(task))
</del><ins>+            : m_task(WTF::move(task))
</ins><span class="cx">             , m_isCleanupTask(true)
</span><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         Task(Task&amp;&amp; other)
</span><del>-            : m_task(std::move(other.m_task))
</del><ins>+            : m_task(WTF::move(other.m_task))
</ins><span class="cx">             , m_isCleanupTask(other.m_isCleanupTask)
</span><span class="cx">         {
</span><span class="cx">         }
</span></span></pre></div>
<a id="trunkSourceWebCoredomSecurityContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SecurityContext.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SecurityContext.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/SecurityContext.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> 
</span><span class="cx"> void SecurityContext::setContentSecurityPolicy(std::unique_ptr&lt;ContentSecurityPolicy&gt; contentSecurityPolicy)
</span><span class="cx"> {
</span><del>-    m_contentSecurityPolicy = std::move(contentSecurityPolicy);
</del><ins>+    m_contentSecurityPolicy = WTF::move(contentSecurityPolicy);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SecurityContext::isSecureTransitionTo(const URL&amp; url) const
</span></span></pre></div>
<a id="trunkSourceWebCoredomSelectorQuerycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/SelectorQuery.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/SelectorQuery.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/SelectorQuery.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -490,7 +490,7 @@
</span><span class="cx">     if (m_entries.size() == maximumSelectorQueryCacheSize)
</span><span class="cx">         m_entries.remove(m_entries.begin());
</span><span class="cx">     
</span><del>-    return m_entries.add(selectors, std::make_unique&lt;SelectorQuery&gt;(std::move(selectorList))).iterator-&gt;value.get();
</del><ins>+    return m_entries.add(selectors, std::make_unique&lt;SelectorQuery&gt;(WTF::move(selectorList))).iterator-&gt;value.get();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomdefaultPlatformMessagePortChannelcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> 
</span><span class="cx"> PlatformMessagePortChannel::EventData::EventData(PassRefPtr&lt;SerializedScriptValue&gt; message, std::unique_ptr&lt;MessagePortChannelArray&gt; channels)
</span><span class="cx">     : m_message(message)
</span><del>-    , m_channels(std::move(channels))
</del><ins>+    , m_channels(WTF::move(channels))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx">     channel1-&gt;m_channel-&gt;m_entangledChannel = channel2-&gt;m_channel;
</span><span class="cx">     channel2-&gt;m_channel-&gt;m_entangledChannel = channel1-&gt;m_channel;
</span><span class="cx"> 
</span><del>-    port1-&gt;entangle(std::move(channel2));
-    port2-&gt;entangle(std::move(channel1));
</del><ins>+    port1-&gt;entangle(WTF::move(channel2));
+    port2-&gt;entangle(WTF::move(channel1));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> MessagePortChannel::MessagePortChannel(PassRefPtr&lt;PlatformMessagePortChannel&gt; channel)
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">     MutexLocker lock(m_channel-&gt;m_mutex);
</span><span class="cx">     if (!m_channel-&gt;m_outgoingQueue)
</span><span class="cx">         return;
</span><del>-    bool wasEmpty = m_channel-&gt;m_outgoingQueue-&gt;appendAndCheckEmpty(std::make_unique&lt;PlatformMessagePortChannel::EventData&gt;(message, std::move(channels)));
</del><ins>+    bool wasEmpty = m_channel-&gt;m_outgoingQueue-&gt;appendAndCheckEmpty(std::make_unique&lt;PlatformMessagePortChannel::EventData&gt;(message, WTF::move(channels)));
</ins><span class="cx">     if (wasEmpty &amp;&amp; m_channel-&gt;m_remotePort)
</span><span class="cx">         m_channel-&gt;m_remotePort-&gt;messageAvailable();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomdefaultPlatformMessagePortChannelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/dom/default/PlatformMessagePortChannel.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">             EventData(PassRefPtr&lt;SerializedScriptValue&gt; message, std::unique_ptr&lt;MessagePortChannelArray&gt;);
</span><span class="cx"> 
</span><span class="cx">             PassRefPtr&lt;SerializedScriptValue&gt; message() { return m_message; }
</span><del>-            std::unique_ptr&lt;MessagePortChannelArray&gt; channels() { return std::move(m_channels); }
</del><ins>+            std::unique_ptr&lt;MessagePortChannelArray&gt; channels() { return WTF::move(m_channels); }
</ins><span class="cx"> 
</span><span class="cx">         private:
</span><span class="cx">             RefPtr&lt;SerializedScriptValue&gt; m_message;
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx"> 
</span><span class="cx">             bool appendAndCheckEmpty(std::unique_ptr&lt;PlatformMessagePortChannel::EventData&gt; message)
</span><span class="cx">             {
</span><del>-                return m_queue.appendAndCheckEmpty(std::move(message));
</del><ins>+                return m_queue.appendAndCheckEmpty(WTF::move(message));
</ins><span class="cx">             }
</span><span class="cx"> 
</span><span class="cx">             bool isEmpty()
</span></span></pre></div>
<a id="trunkSourceWebCoreeditingTextCheckingHelpercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextCheckingHelper.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextCheckingHelper.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/editing/TextCheckingHelper.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx">         badGrammar.type = TextCheckingTypeGrammar;
</span><span class="cx">         badGrammar.location = checkLocation + badGrammarLocation;
</span><span class="cx">         badGrammar.length = badGrammarLength;
</span><del>-        badGrammar.details = std::move(badGrammarDetails);
</del><ins>+        badGrammar.details = WTF::move(badGrammarDetails);
</ins><span class="cx">         results.append(badGrammar);
</span><span class="cx"> 
</span><span class="cx">         checkLocation += badGrammarLocation + badGrammarLength;
</span><span class="lines">@@ -669,11 +669,11 @@
</span><span class="cx">         findGrammaticalErrors(client, text.substring(0, grammarCheckLength), grammaticalErrors);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    results = std::move(grammaticalErrors);
</del><ins>+    results = WTF::move(grammaticalErrors);
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     if (results.isEmpty())
</span><del>-        results = std::move(mispellings);
</del><ins>+        results = WTF::move(mispellings);
</ins><span class="cx">     else
</span><span class="cx">         results.appendVector(mispellings);
</span><span class="cx"> #endif // USE(UNIFIED_TEXT_CHECKING)
</span></span></pre></div>
<a id="trunkSourceWebCoreeditingTextIteratorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/TextIterator.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/TextIterator.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/editing/TextIterator.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -277,7 +277,7 @@
</span><span class="cx"> inline void TextIteratorCopyableText::set(String&amp;&amp; string)
</span><span class="cx"> {
</span><span class="cx">     m_singleCharacter = 0;
</span><del>-    m_string = std::move(string);
</del><ins>+    m_string = WTF::move(string);
</ins><span class="cx">     m_offset = 0;
</span><span class="cx">     m_length = m_string.length();
</span><span class="cx"> }
</span><span class="lines">@@ -289,7 +289,7 @@
</span><span class="cx">     ASSERT(length &lt;= string.length() - offset);
</span><span class="cx"> 
</span><span class="cx">     m_singleCharacter = 0;
</span><del>-    m_string = std::move(string);
</del><ins>+    m_string = WTF::move(string);
</ins><span class="cx">     m_offset = offset;
</span><span class="cx">     m_length = length;
</span><span class="cx"> }
</span><span class="lines">@@ -762,7 +762,7 @@
</span><span class="cx">         String altText = toRenderImage(renderer).altText();
</span><span class="cx">         if (unsigned length = altText.length()) {
</span><span class="cx">             m_lastCharacter = altText[length - 1];
</span><del>-            m_copyableText.set(std::move(altText));
</del><ins>+            m_copyableText.set(WTF::move(altText));
</ins><span class="cx">             m_text = m_copyableText.text();
</span><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="lines">@@ -1081,7 +1081,7 @@
</span><span class="cx">     m_positionEndOffset = textEndOffset;
</span><span class="cx"> 
</span><span class="cx">     m_lastCharacter = string[textEndOffset - 1];
</span><del>-    m_copyableText.set(std::move(string), textStartOffset, textEndOffset - textStartOffset);
</del><ins>+    m_copyableText.set(WTF::move(string), textStartOffset, textEndOffset - textStartOffset);
</ins><span class="cx">     m_text = m_copyableText.text();
</span><span class="cx"> 
</span><span class="cx">     m_lastTextNodeEndedWithCollapsedSpace = false;
</span><span class="lines">@@ -1289,7 +1289,7 @@
</span><span class="cx">     ASSERT(m_positionEndOffset - offsetInNode &lt;= static_cast&lt;int&gt;(text.length()));
</span><span class="cx"> 
</span><span class="cx">     m_lastCharacter = text[m_positionEndOffset - offsetInNode - 1];
</span><del>-    m_copyableText.set(std::move(text), m_positionStartOffset - offsetInNode, m_positionEndOffset - m_positionStartOffset);
</del><ins>+    m_copyableText.set(WTF::move(text), m_positionStartOffset - offsetInNode, m_positionEndOffset - m_positionStartOffset);
</ins><span class="cx">     m_text = m_copyableText.text();
</span><span class="cx"> 
</span><span class="cx">     return !m_shouldHandleFirstLetter;
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiBlobcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/Blob.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/Blob.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/Blob.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,9 +82,9 @@
</span><span class="cx">     , m_size(data.size())
</span><span class="cx"> {
</span><span class="cx">     Vector&lt;BlobPart&gt; blobParts;
</span><del>-    blobParts.append(BlobPart(std::move(data)));
</del><ins>+    blobParts.append(BlobPart(WTF::move(data)));
</ins><span class="cx">     m_internalURL = BlobURL::createInternalURL();
</span><del>-    ThreadableBlobRegistry::registerBlobURL(m_internalURL, std::move(blobParts), contentType);
</del><ins>+    ThreadableBlobRegistry::registerBlobURL(m_internalURL, WTF::move(blobParts), contentType);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Blob::Blob(Vector&lt;BlobPart&gt; blobParts, const String&amp; contentType)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">     , m_size(-1)
</span><span class="cx"> {
</span><span class="cx">     m_internalURL = BlobURL::createInternalURL();
</span><del>-    ThreadableBlobRegistry::registerBlobURL(m_internalURL, std::move(blobParts), contentType);
</del><ins>+    ThreadableBlobRegistry::registerBlobURL(m_internalURL, WTF::move(blobParts), contentType);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Blob::Blob(DeserializationContructor, const URL&amp; srcURL, const String&amp; type, long long size)
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiBlobh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/Blob.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/Blob.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/Blob.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -51,12 +51,12 @@
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;Blob&gt; create(Vector&lt;char&gt; data, const String&amp; contentType)
</span><span class="cx">     {
</span><del>-        return adoptRef(new Blob(std::move(data), contentType));
</del><ins>+        return adoptRef(new Blob(WTF::move(data), contentType));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;Blob&gt; create(Vector&lt;BlobPart&gt; blobParts, const String&amp; contentType)
</span><span class="cx">     {
</span><del>-        return adoptRef(new Blob(std::move(blobParts), contentType));
</del><ins>+        return adoptRef(new Blob(WTF::move(blobParts), contentType));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;Blob&gt; deserialize(const URL&amp; srcURL, const String&amp; type, long long size)
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiFileListh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileList.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileList.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/FileList.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;FileList&gt; create(Vector&lt;RefPtr&lt;File&gt;&gt;&amp;&amp; files)
</span><span class="cx">     {
</span><del>-        return adoptRef(new FileList(std::move(files)));
</del><ins>+        return adoptRef(new FileList(WTF::move(files)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     unsigned length() const { return m_files.size(); }
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiFileThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/FileThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx"> 
</span><span class="cx"> void FileThread::postTask(Task task)
</span><span class="cx"> {
</span><del>-    m_queue.append(std::make_unique&lt;FileThread::Task&gt;(std::move(task)));
</del><ins>+    m_queue.append(std::make_unique&lt;FileThread::Task&gt;(WTF::move(task)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> class SameInstancePredicate {
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiFileThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/FileThread.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/FileThread.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/FileThread.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,13 +57,13 @@
</span><span class="cx">     public:
</span><span class="cx">         template&lt;typename T, typename U, typename = typename std::enable_if&lt;!std::is_base_of&lt;Task, U&gt;::value &amp;&amp; std::is_convertible&lt;U, std::function&lt;void ()&gt;&gt;::value&gt;::type&gt;
</span><span class="cx">         Task(T* instance, U method)
</span><del>-            : m_task(std::move(method))
</del><ins>+            : m_task(WTF::move(method))
</ins><span class="cx">             , m_instance(instance)
</span><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         Task(Task&amp;&amp; other)
</span><del>-            : m_task(std::move(other.m_task))
</del><ins>+            : m_task(WTF::move(other.m_task))
</ins><span class="cx">             , m_instance(other.m_instance)
</span><span class="cx">         {
</span><span class="cx">         }
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiThreadableBlobRegistrycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/ThreadableBlobRegistry.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">     BlobRegistryContext(const URL&amp; url, Vector&lt;BlobPart&gt; blobParts, const String&amp; contentType)
</span><span class="cx">         : url(url.copy())
</span><span class="cx">         , contentType(contentType.isolatedCopy())
</span><del>-        , blobParts(std::move(blobParts))
</del><ins>+        , blobParts(WTF::move(blobParts))
</ins><span class="cx">     {
</span><span class="cx">         for (BlobPart&amp; part : blobParts)
</span><span class="cx">             part.detachFromCurrentThread();
</span><span class="lines">@@ -115,13 +115,13 @@
</span><span class="cx"> void ThreadableBlobRegistry::registerBlobURL(const URL&amp; url, Vector&lt;BlobPart&gt; blobParts, const String&amp; contentType)
</span><span class="cx"> {
</span><span class="cx">     if (isMainThread())
</span><del>-        blobRegistry().registerBlobURL(url, std::move(blobParts), contentType);
</del><ins>+        blobRegistry().registerBlobURL(url, WTF::move(blobParts), contentType);
</ins><span class="cx">     else {
</span><span class="cx">         // BlobRegistryContext performs an isolated copy of data.
</span><del>-        BlobRegistryContext* context = new BlobRegistryContext(url, std::move(blobParts), contentType);
</del><ins>+        BlobRegistryContext* context = new BlobRegistryContext(url, WTF::move(blobParts), contentType);
</ins><span class="cx">         callOnMainThread([context] {
</span><span class="cx">             std::unique_ptr&lt;BlobRegistryContext&gt; blobRegistryContext(context);
</span><del>-            blobRegistry().registerBlobURL(blobRegistryContext-&gt;url, std::move(blobRegistryContext-&gt;blobParts), blobRegistryContext-&gt;contentType);
</del><ins>+            blobRegistry().registerBlobURL(blobRegistryContext-&gt;url, WTF::move(blobRegistryContext-&gt;blobParts), blobRegistryContext-&gt;contentType);
</ins><span class="cx">         });
</span><span class="cx">     }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorefileapiWebKitBlobBuildercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/fileapi/WebKitBlobBuilder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/fileapi/WebKitBlobBuilder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/fileapi/WebKitBlobBuilder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -90,15 +90,15 @@
</span><span class="cx">     if (!blob)
</span><span class="cx">         return;
</span><span class="cx">     if (!m_appendableData.isEmpty())
</span><del>-        m_items.append(BlobPart(std::move(m_appendableData)));
</del><ins>+        m_items.append(BlobPart(WTF::move(m_appendableData)));
</ins><span class="cx">     m_items.append(BlobPart(blob-&gt;url()));
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Vector&lt;BlobPart&gt; BlobBuilder::finalize()
</span><span class="cx"> {
</span><span class="cx">     if (!m_appendableData.isEmpty())
</span><del>-        m_items.append(BlobPart(std::move(m_appendableData)));
-    return std::move(m_items);
</del><ins>+        m_items.append(BlobPart(WTF::move(m_appendableData)));
+    return WTF::move(m_items);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorehistoryCachedFramecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/CachedFrame.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/CachedFrame.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/history/CachedFrame.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -278,7 +278,7 @@
</span><span class="cx"> 
</span><span class="cx"> void CachedFrame::setCachedFramePlatformData(std::unique_ptr&lt;CachedFramePlatformData&gt; data)
</span><span class="cx"> {
</span><del>-    m_cachedFramePlatformData = std::move(data);
</del><ins>+    m_cachedFramePlatformData = WTF::move(data);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> CachedFramePlatformData* CachedFrame::cachedFramePlatformData()
</span></span></pre></div>
<a id="trunkSourceWebCorehistoryHistoryItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/HistoryItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/HistoryItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/history/HistoryItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -569,7 +569,7 @@
</span><span class="cx"> 
</span><span class="cx"> void HistoryItem::setRedirectURLs(std::unique_ptr&lt;Vector&lt;String&gt;&gt; redirectURLs)
</span><span class="cx"> {
</span><del>-    m_redirectURLs = std::move(redirectURLs);
</del><ins>+    m_redirectURLs = WTF::move(redirectURLs);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #ifndef NDEBUG
</span></span></pre></div>
<a id="trunkSourceWebCorehistoryPageCachecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/history/PageCache.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/history/PageCache.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/history/PageCache.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -437,7 +437,7 @@
</span><span class="cx">     if (!item)
</span><span class="cx">         return nullptr;
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;CachedPage&gt; cachedPage = std::move(item-&gt;m_cachedPage);
</del><ins>+    std::unique_ptr&lt;CachedPage&gt; cachedPage = WTF::move(item-&gt;m_cachedPage);
</ins><span class="cx"> 
</span><span class="cx">     removeFromLRUList(item);
</span><span class="cx">     --m_size;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlBaseButtonInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/BaseButtonInputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/BaseButtonInputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/BaseButtonInputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; BaseButtonInputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderButton&gt;(element(), std::move(style));
</del><ins>+    return createRenderer&lt;RenderButton&gt;(element(), WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool BaseButtonInputType::storesValueSeparateFromAttribute()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlFileInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FileInputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FileInputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/FileInputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -205,7 +205,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; FileInputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderFileUploadControl&gt;(element(), std::move(style));
</del><ins>+    return createRenderer&lt;RenderFileUploadControl&gt;(element(), WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool FileInputType::canSetStringValue() const
</span><span class="lines">@@ -268,7 +268,7 @@
</span><span class="cx">     for (const FileChooserFileInfo&amp; info : files)
</span><span class="cx">         fileObjects.append(File::createWithName(info.path, info.displayName));
</span><span class="cx"> 
</span><del>-    return FileList::create(std::move(fileObjects));
</del><ins>+    return FileList::create(WTF::move(fileObjects));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool FileInputType::isFileUpload() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlFormControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/FormController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/FormController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/FormController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -461,7 +461,7 @@
</span><span class="cx">             i = 0;
</span><span class="cx">             break;
</span><span class="cx">         }
</span><del>-        map.add(formKey.impl(), std::move(state));
</del><ins>+        map.add(formKey.impl(), WTF::move(state));
</ins><span class="cx">     }
</span><span class="cx">     if (i != stateVector.size())
</span><span class="cx">         map.clear();
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAppletElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAppletElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAppletElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLAppletElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -78,9 +78,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLAppletElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (!canEmbedJava())
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return RenderEmbeddedObject::createForApplet(*this, std::move(style));
</del><ins>+    return RenderEmbeddedObject::createForApplet(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderWidget* HTMLAppletElement::renderWidgetForJSBindings() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLBRElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBRElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBRElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLBRElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -74,9 +74,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLBRElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (style.get().hasContent())
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderLineBreak&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderLineBreak&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLBodyElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBodyElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBodyElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLBodyElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">         if (!url.isEmpty()) {
</span><span class="cx">             auto imageValue = CSSImageValue::create(document().completeURL(url).string());
</span><span class="cx">             imageValue.get().setInitiator(localName());
</span><del>-            style.setProperty(CSSProperty(CSSPropertyBackgroundImage, std::move(imageValue)));
</del><ins>+            style.setProperty(CSSProperty(CSSPropertyBackgroundImage, WTF::move(imageValue)));
</ins><span class="cx">         }
</span><span class="cx">     } else if (name == marginwidthAttr || name == leftmarginAttr) {
</span><span class="cx">         addHTMLLengthToStyle(style, CSSPropertyMarginRight, value);
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLButtonElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLButtonElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLButtonElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLButtonElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLButtonElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderButton&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderButton&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const AtomicString&amp; HTMLButtonElement::formControlType() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLCanvasElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLCanvasElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLCanvasElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLCanvasElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -118,11 +118,11 @@
</span><span class="cx">     Frame* frame = document().frame();
</span><span class="cx">     if (frame &amp;&amp; frame-&gt;script().canExecuteScripts(NotAboutToExecuteScript)) {
</span><span class="cx">         m_rendererIsCanvas = true;
</span><del>-        return createRenderer&lt;RenderHTMLCanvas&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderHTMLCanvas&gt;(*this, WTF::move(style));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_rendererIsCanvas = false;
</span><del>-    return HTMLElement::createElementRenderer(std::move(style));
</del><ins>+    return HTMLElement::createElementRenderer(WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLCanvasElement::willAttachRenderers()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLCollectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLCollection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLCollection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLCollection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -451,7 +451,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     cache-&gt;didPopulate();
</span><del>-    setNameItemCache(std::move(cache));
</del><ins>+    setNameItemCache(WTF::move(cache));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLCollection::hasNamedItem(const AtomicString&amp; name) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLCollectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLCollection.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLCollection.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLCollection.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">     void setNameItemCache(std::unique_ptr&lt;CollectionNamedElementCache&gt; cache) const
</span><span class="cx">     {
</span><span class="cx">         ASSERT(!m_namedElementCache);
</span><del>-        m_namedElementCache = std::move(cache);
</del><ins>+        m_namedElementCache = WTF::move(cache);
</ins><span class="cx">         document().collectionCachedIdNameMap(*this);
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLDetailsElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLDetailsElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLDetailsElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLDetailsElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLDetailsElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderBlockFlow&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderBlockFlow&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLDetailsElement::didAddUserAgentShadowRoot(ShadowRoot* root)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -809,8 +809,8 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (hasTagName(wbrTag))
</span><del>-        return createRenderer&lt;RenderLineBreak&gt;(*this, std::move(style));
-    return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderLineBreak&gt;(*this, WTF::move(style));
+    return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> HTMLFormElement* HTMLElement::virtualForm() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFieldSetElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFieldSetElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFieldSetElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLFieldSetElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLFieldSetElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderFieldset&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderFieldset&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> HTMLLegendElement* HTMLFieldSetElement::legend() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFormControlsCollectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFormControlsCollection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFormControlsCollection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLFormControlsCollection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     cache-&gt;didPopulate();
</span><del>-    setNameItemCache(std::move(cache));
</del><ins>+    setNameItemCache(WTF::move(cache));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLFormControlsCollection::invalidateCache(Document&amp; document) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFrameElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFrameElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFrameElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLFrameElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLFrameElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderFrame&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderFrame&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLFrameElement::noResize() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFrameSetElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFrameSetElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFrameSetElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLFrameSetElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -158,9 +158,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLFrameSetElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (style.get().hasContent())
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx">     
</span><del>-    return createRenderer&lt;RenderFrameSet&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderFrameSet&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> HTMLFrameSetElement* HTMLFrameSetElement::findContaining(Element* descendant)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLIFrameElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLIFrameElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLIFrameElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLIFrameElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLIFrameElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderIFrame&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderIFrame&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLImageElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLImageElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLImageElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -211,9 +211,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLImageElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (style.get().hasContent())
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderImage&gt;(*this, std::move(style), nullptr, m_imageDevicePixelRatio);
</del><ins>+    return createRenderer&lt;RenderImage&gt;(*this, WTF::move(style), nullptr, m_imageDevicePixelRatio);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLImageElement::canStartSelection() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLInputElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLInputElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLInputElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLInputElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -467,7 +467,7 @@
</span><span class="cx"> 
</span><span class="cx">     m_inputType-&gt;destroyShadowSubtree();
</span><span class="cx"> 
</span><del>-    m_inputType = std::move(newType);
</del><ins>+    m_inputType = WTF::move(newType);
</ins><span class="cx">     m_inputType-&gt;createShadowSubtree();
</span><span class="cx">     updateInnerTextElementEditability();
</span><span class="cx"> 
</span><span class="lines">@@ -759,7 +759,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLInputElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return m_inputType-&gt;createInputRenderer(std::move(style));
</del><ins>+    return m_inputType-&gt;createInputRenderer(WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLInputElement::willAttachRenderers()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLMediaElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMediaElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMediaElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLMediaElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -652,7 +652,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLMediaElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderMedia&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMedia&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLMediaElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLMeterElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMeterElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMeterElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLMeterElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLMeterElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (!document().page()-&gt;theme().supportsMeter(style.get().appearance()))
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderMeter&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMeter&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLMeterElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLPlugInElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLPlugInElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLPlugInElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLPlugInElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -278,9 +278,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLPlugInElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (m_pluginReplacement &amp;&amp; m_pluginReplacement-&gt;willCreateRenderer())
</span><del>-        return m_pluginReplacement-&gt;createElementRenderer(*this, std::move(style));
</del><ins>+        return m_pluginReplacement-&gt;createElementRenderer(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderEmbeddedObject&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderEmbeddedObject&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLPlugInElement::swapRendererTimerFired(Timer&lt;HTMLPlugInElement&gt;&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLPlugInImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLPlugInImageElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLPlugInImageElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLPlugInImageElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -196,7 +196,7 @@
</span><span class="cx">     ASSERT(!document().inPageCache());
</span><span class="cx"> 
</span><span class="cx">     if (displayState() &gt;= PreparingPluginReplacement)
</span><del>-        return HTMLPlugInElement::createElementRenderer(std::move(style));
</del><ins>+        return HTMLPlugInElement::createElementRenderer(WTF::move(style));
</ins><span class="cx"> 
</span><span class="cx">     // Once a PlugIn Element creates its renderer, it needs to be told when the Document goes
</span><span class="cx">     // inactive or reactivates so it can clear the renderer before going into the page cache.
</span><span class="lines">@@ -206,21 +206,21 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (displayState() == DisplayingSnapshot) {
</span><del>-        auto renderSnapshottedPlugIn = createRenderer&lt;RenderSnapshottedPlugIn&gt;(*this, std::move(style));
</del><ins>+        auto renderSnapshottedPlugIn = createRenderer&lt;RenderSnapshottedPlugIn&gt;(*this, WTF::move(style));
</ins><span class="cx">         renderSnapshottedPlugIn-&gt;updateSnapshot(m_snapshotImage);
</span><del>-        return std::move(renderSnapshottedPlugIn);
</del><ins>+        return WTF::move(renderSnapshottedPlugIn);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Fallback content breaks the DOM-&gt;Renderer class relationship of this
</span><span class="cx">     // class and all superclasses because createObject won't necessarily
</span><span class="cx">     // return a RenderEmbeddedObject or RenderWidget.
</span><span class="cx">     if (useFallbackContent())
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> 
</span><span class="cx">     if (isImageType())
</span><del>-        return createRenderer&lt;RenderImage&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderImage&gt;(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return HTMLPlugInElement::createElementRenderer(std::move(style));
</del><ins>+    return HTMLPlugInElement::createElementRenderer(WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLPlugInImageElement::willRecalcStyle(Style::Change)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLProgressElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLProgressElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLProgressElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLProgressElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -60,9 +60,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLProgressElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (!style.get().hasAppearance())
</span><del>-        return RenderElement::createFor(*this, std::move(style));
</del><ins>+        return RenderElement::createFor(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderProgress&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderProgress&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLProgressElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLSelectElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLSelectElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLSelectElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLSelectElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -350,10 +350,10 @@
</span><span class="cx"> {
</span><span class="cx"> #if !PLATFORM(IOS)
</span><span class="cx">     if (usesMenuList())
</span><del>-        return createRenderer&lt;RenderMenuList&gt;(*this, std::move(style));
-    return createRenderer&lt;RenderListBox&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMenuList&gt;(*this, WTF::move(style));
+    return createRenderer&lt;RenderListBox&gt;(*this, WTF::move(style));
</ins><span class="cx"> #else
</span><del>-    return createRenderer&lt;RenderMenuList&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMenuList&gt;(*this, WTF::move(style));
</ins><span class="cx"> #endif
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLSummaryElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLSummaryElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLSummaryElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLSummaryElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLSummaryElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderBlockFlow&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderBlockFlow&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLSummaryElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLTextAreaElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLTextAreaElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLTextAreaElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLTextAreaElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -212,7 +212,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLTextAreaElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderTextControlMultiLine&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderTextControlMultiLine&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool HTMLTextAreaElement::appendFormData(FormDataList&amp; encoding, bool)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLVideoElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLVideoElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLVideoElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/HTMLVideoElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; HTMLVideoElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderVideo&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderVideo&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLVideoElement::didAttachRenderers()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlImageInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ImageInputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ImageInputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/ImageInputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; ImageInputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderImage&gt;(element(), std::move(style));
</del><ins>+    return createRenderer&lt;RenderImage&gt;(element(), WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void ImageInputType::altAttributeChanged()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/InputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/InputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/InputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -481,7 +481,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; InputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return RenderPtr&lt;RenderElement&gt;(RenderElement::createFor(element(), std::move(style)));
</del><ins>+    return RenderPtr&lt;RenderElement&gt;(RenderElement::createFor(element(), WTF::move(style)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InputType::blur()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlRangeInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/RangeInputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/RangeInputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/RangeInputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; RangeInputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSlider&gt;(element(), std::move(style));
</del><ins>+    return createRenderer&lt;RenderSlider&gt;(element(), WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Decimal RangeInputType::parseToNumber(const String&amp; src, const Decimal&amp; defaultValue) const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlSearchInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/SearchInputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/SearchInputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/SearchInputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SearchInputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSearchField&gt;(element(), std::move(style));
</del><ins>+    return createRenderer&lt;RenderSearchField&gt;(element(), WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const AtomicString&amp; SearchInputType::formControlType() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlTextFieldInputTypecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/TextFieldInputType.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/TextFieldInputType.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/TextFieldInputType.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; TextFieldInputType::createInputRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderTextControlSingleLine&gt;(element(), std::move(style));
</del><ins>+    return createRenderer&lt;RenderTextControlSingleLine&gt;(element(), WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool TextFieldInputType::needsContainer() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlcanvasWebGLRenderingContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/canvas/WebGLRenderingContext.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/canvas/WebGLRenderingContext.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/canvas/WebGLRenderingContext.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -6047,7 +6047,7 @@
</span><span class="cx">     if (!temp)
</span><span class="cx">         return nullptr;
</span><span class="cx">     i = std::min(m_capacity - 1, i);
</span><del>-    m_buffers[i] = std::move(temp);
</del><ins>+    m_buffers[i] = WTF::move(temp);
</ins><span class="cx"> 
</span><span class="cx">     ImageBuffer* buf = m_buffers[i].get();
</span><span class="cx">     bubbleToFront(i);
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLConstructionSitecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Copy the task queue into a local variable in case executeTask
</span><span class="cx">     // re-enters the parser.
</span><del>-    TaskQueue queue = std::move(m_taskQueue);
</del><ins>+    TaskQueue queue = WTF::move(m_taskQueue);
</ins><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; size; ++i)
</span><span class="cx">         executeTask(queue[i]);
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLElementStackcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLElementStack.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLElementStack.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/parser/HTMLElementStack.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx"> 
</span><span class="cx"> HTMLElementStack::ElementRecord::ElementRecord(PassRefPtr&lt;HTMLStackItem&gt; item, std::unique_ptr&lt;ElementRecord&gt; next)
</span><span class="cx">     : m_item(item)
</span><del>-    , m_next(std::move(next))
</del><ins>+    , m_next(WTF::move(next))
</ins><span class="cx"> {
</span><span class="cx">     ASSERT(m_item);
</span><span class="cx"> }
</span><span class="lines">@@ -567,7 +567,7 @@
</span><span class="cx">     ASSERT(m_rootNode);
</span><span class="cx"> 
</span><span class="cx">     m_stackDepth++;
</span><del>-    m_top = std::make_unique&lt;ElementRecord&gt;(item, std::move(m_top));
</del><ins>+    m_top = std::make_unique&lt;ElementRecord&gt;(item, WTF::move(m_top));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HTMLElementStack::popCommon()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLElementStackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLElementStack.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLElementStack.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/parser/HTMLElementStack.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -65,8 +65,8 @@
</span><span class="cx">     private:
</span><span class="cx">         friend class HTMLElementStack;
</span><span class="cx"> 
</span><del>-        std::unique_ptr&lt;ElementRecord&gt; releaseNext() { return std::move(m_next); }
-        void setNext(std::unique_ptr&lt;ElementRecord&gt; next) { m_next = std::move(next); }
</del><ins>+        std::unique_ptr&lt;ElementRecord&gt; releaseNext() { return WTF::move(m_next); }
+        void setNext(std::unique_ptr&lt;ElementRecord&gt; next) { m_next = WTF::move(next); }
</ins><span class="cx"> 
</span><span class="cx">         RefPtr&lt;HTMLStackItem&gt; m_item;
</span><span class="cx">         std::unique_ptr&lt;ElementRecord&gt; m_next;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLPreloadScannercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -340,7 +340,7 @@
</span><span class="cx"> #endif
</span><span class="cx">             );
</span><span class="cx">         if (auto request = scanner.createPreloadRequest(m_predictedBaseElementURL))
</span><del>-            requests.append(std::move(request));
</del><ins>+            requests.append(WTF::move(request));
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -397,7 +397,7 @@
</span><span class="cx">         m_token.clear();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    preloader-&gt;preload(std::move(requests));
</del><ins>+    preloader-&gt;preload(WTF::move(requests));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLResourcePreloadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLResourcePreloader.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLResourcePreloader.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/parser/HTMLResourcePreloader.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx"> void HTMLResourcePreloader::preload(PreloadRequestStream requests)
</span><span class="cx"> {
</span><span class="cx">     for (auto&amp; request : requests)
</span><del>-        preload(std::move(request));
</del><ins>+        preload(WTF::move(request));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static bool mediaAttributeMatches(Frame* frame, RenderStyle* renderStyle, const String&amp; attributeValue)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlparserHTMLTokenh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/parser/HTMLToken.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/parser/HTMLToken.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/parser/HTMLToken.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -227,7 +227,7 @@
</span><span class="cx"> 
</span><span class="cx">     std::unique_ptr&lt;DoctypeData&gt; releaseDoctypeData()
</span><span class="cx">     {
</span><del>-        return std::move(m_doctypeData);
</del><ins>+        return WTF::move(m_doctypeData);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     /* Start/End Tag Tokens */
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowDetailsMarkerControlcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/DetailsMarkerControl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/DetailsMarkerControl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/DetailsMarkerControl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; DetailsMarkerControl::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderDetailsMarker&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderDetailsMarker&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool DetailsMarkerControl::rendererIsNeeded(const RenderStyle&amp; style)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowMediaControlElementscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/MediaControlElements.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/MediaControlElements.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/MediaControlElements.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -337,7 +337,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MediaControlTimelineContainerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderMediaControlTimelineContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMediaControlTimelineContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // ----------------------------
</span><span class="lines">@@ -357,7 +357,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MediaControlVolumeSliderContainerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderMediaVolumeSliderContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMediaVolumeSliderContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void MediaControlVolumeSliderContainerElement::defaultEventHandler(Event* event)
</span><span class="lines">@@ -1241,7 +1241,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MediaControlTextTrackContainerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderTextTrackContainerElement&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderTextTrackContainerElement&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const AtomicString&amp; MediaControlTextTrackContainerElement::textTrackContainerElementShadowPseudoId()
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowMeterShadowElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/MeterShadowElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/MeterShadowElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/MeterShadowElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MeterInnerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderMeter&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMeter&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const AtomicString&amp; MeterValueElement::valuePseudoId() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowProgressShadowElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/ProgressShadowElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/ProgressShadowElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/ProgressShadowElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; ProgressInnerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderProgress&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderProgress&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool ProgressInnerElement::rendererIsNeeded(const RenderStyle&amp; style)
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowSliderThumbElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/SliderThumbElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/SliderThumbElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/SliderThumbElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx"> // --------------------------------
</span><span class="cx"> 
</span><span class="cx"> RenderSliderThumb::RenderSliderThumb(SliderThumbElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> class RenderSliderContainer : public RenderFlexibleBox {
</span><span class="cx"> public:
</span><span class="cx">     RenderSliderContainer(SliderContainerElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderFlexibleBox(element, std::move(style))
</del><ins>+        : RenderFlexibleBox(element, WTF::move(style))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SliderThumbElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSliderThumb&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSliderThumb&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SliderThumbElement::isDisabledFormControl() const
</span><span class="lines">@@ -617,7 +617,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SliderContainerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSliderContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSliderContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const AtomicString&amp; SliderContainerElement::shadowPseudoId() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowTextControlInnerElementscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/TextControlInnerElements.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/TextControlInnerElements.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/TextControlInnerElements.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">     
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; TextControlInnerContainer::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderTextControlInnerContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderTextControlInnerContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> TextControlInnerElement::TextControlInnerElement(Document&amp; document)
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; TextControlInnerTextElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderTextControlInnerBlock&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderTextControlInnerBlock&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderTextControlInnerBlock* TextControlInnerTextElement::renderer() const
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowmacImageControlsButtonElementMaccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/mac/ImageControlsButtonElementMac.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderImageControlsButton::RenderImageControlsButton(HTMLElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; ImageControlsButtonElementMac::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderImageControlsButton&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderImageControlsButton&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlshadowmacImageControlsRootElementMaccpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/shadow/mac/ImageControlsRootElementMac.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderImageControls::RenderImageControls(HTMLElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; ImageControlsRootElementMac::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderImageControls&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderImageControls&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorehtmltrackVTTCuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/track/VTTCue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/track/VTTCue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/html/track/VTTCue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -211,7 +211,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; VTTCueBox::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderVTTCue&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderVTTCue&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // ----------------------------
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorCommandLineAPIHostcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx"> 
</span><span class="cx"> void CommandLineAPIHost::addInspectedObject(std::unique_ptr&lt;CommandLineAPIHost::InspectableObject&gt; object)
</span><span class="cx"> {
</span><del>-    m_inspectedObjects.insert(0, std::move(object));
</del><ins>+    m_inspectedObjects.insert(0, WTF::move(object));
</ins><span class="cx">     while (m_inspectedObjects.size() &gt; 5)
</span><span class="cx">         m_inspectedObjects.removeLast();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorDOMEditorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/DOMEditor.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/DOMEditor.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/DOMEditor.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -374,7 +374,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto action = std::make_unique&lt;SetOuterHTMLAction&gt;(node, html);
</span><span class="cx">     SetOuterHTMLAction* rawAction = action.get();
</span><del>-    bool result = m_history-&gt;perform(std::move(action), ec);
</del><ins>+    bool result = m_history-&gt;perform(WTF::move(action), ec);
</ins><span class="cx">     if (result)
</span><span class="cx">         *newNode = rawAction-&gt;newNode();
</span><span class="cx">     return result;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorDOMPatchSupportcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/DOMPatchSupport.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/DOMPatchSupport.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/DOMPatchSupport.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -423,7 +423,7 @@
</span><span class="cx">             std::unique_ptr&lt;Digest&gt; childInfo = createDigest(child, unusedNodesMap);
</span><span class="cx">             addStringToSHA1(sha1, childInfo-&gt;m_sha1);
</span><span class="cx">             child = child-&gt;nextSibling();
</span><del>-            digest-&gt;m_children.append(std::move(childInfo));
</del><ins>+            digest-&gt;m_children.append(WTF::move(childInfo));
</ins><span class="cx">         }
</span><span class="cx">         Element* element = toElement(node);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorCSSAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -799,7 +799,7 @@
</span><span class="cx">     ExceptionCode ec = 0;
</span><span class="cx">     auto action = std::make_unique&lt;AddRuleAction&gt;(inspectorStyleSheet, selector);
</span><span class="cx">     AddRuleAction* rawAction = action.get();
</span><del>-    bool success = m_domAgent-&gt;history()-&gt;perform(std::move(action), ec);
</del><ins>+    bool success = m_domAgent-&gt;history()-&gt;perform(WTF::move(action), ec);
</ins><span class="cx">     if (!success) {
</span><span class="cx">         *errorString = InspectorDOMAgent::toErrorString(ec);
</span><span class="cx">         return;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -97,28 +97,28 @@
</span><span class="cx">     auto inspectorAgentPtr = std::make_unique&lt;InspectorAgent&gt;();
</span><span class="cx">     m_inspectorAgent = inspectorAgentPtr.get();
</span><span class="cx">     m_instrumentingAgents-&gt;setInspectorAgent(m_inspectorAgent);
</span><del>-    m_agents.append(std::move(inspectorAgentPtr));
</del><ins>+    m_agents.append(WTF::move(inspectorAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto pageAgentPtr = std::make_unique&lt;InspectorPageAgent&gt;(m_instrumentingAgents.get(), &amp;page, inspectorClient, m_overlay.get());
</span><span class="cx">     InspectorPageAgent* pageAgent = pageAgentPtr.get();
</span><span class="cx">     m_pageAgent = pageAgentPtr.get();
</span><del>-    m_agents.append(std::move(pageAgentPtr));
</del><ins>+    m_agents.append(WTF::move(pageAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto runtimeAgentPtr = std::make_unique&lt;PageRuntimeAgent&gt;(m_injectedScriptManager.get(), &amp;page, pageAgent);
</span><span class="cx">     PageRuntimeAgent* runtimeAgent = runtimeAgentPtr.get();
</span><span class="cx">     m_instrumentingAgents-&gt;setPageRuntimeAgent(runtimeAgent);
</span><del>-    m_agents.append(std::move(runtimeAgentPtr));
</del><ins>+    m_agents.append(WTF::move(runtimeAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto domAgentPtr = std::make_unique&lt;InspectorDOMAgent&gt;(m_instrumentingAgents.get(), pageAgent, m_injectedScriptManager.get(), m_overlay.get());
</span><span class="cx">     m_domAgent = domAgentPtr.get();
</span><del>-    m_agents.append(std::move(domAgentPtr));
</del><ins>+    m_agents.append(WTF::move(domAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     m_agents.append(std::make_unique&lt;InspectorCSSAgent&gt;(m_instrumentingAgents.get(), m_domAgent));
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(SQL_DATABASE)
</span><span class="cx">     auto databaseAgentPtr = std::make_unique&lt;InspectorDatabaseAgent&gt;(m_instrumentingAgents.get());
</span><span class="cx">     InspectorDatabaseAgent* databaseAgent = databaseAgentPtr.get();
</span><del>-    m_agents.append(std::move(databaseAgentPtr));
</del><ins>+    m_agents.append(WTF::move(databaseAgentPtr));
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INDEXED_DATABASE)
</span><span class="lines">@@ -131,32 +131,32 @@
</span><span class="cx"> 
</span><span class="cx">     auto domStorageAgentPtr = std::make_unique&lt;InspectorDOMStorageAgent&gt;(m_instrumentingAgents.get(), m_pageAgent);
</span><span class="cx">     InspectorDOMStorageAgent* domStorageAgent = domStorageAgentPtr.get();
</span><del>-    m_agents.append(std::move(domStorageAgentPtr));
</del><ins>+    m_agents.append(WTF::move(domStorageAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto timelineAgentPtr = std::make_unique&lt;InspectorTimelineAgent&gt;(m_instrumentingAgents.get(), pageAgent, InspectorTimelineAgent::PageInspector, inspectorClient);
</span><span class="cx">     InspectorTimelineAgent* timelineAgent = timelineAgentPtr.get();
</span><del>-    m_agents.append(std::move(timelineAgentPtr));
</del><ins>+    m_agents.append(WTF::move(timelineAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto resourceAgentPtr = std::make_unique&lt;InspectorResourceAgent&gt;(m_instrumentingAgents.get(), pageAgent, inspectorClient);
</span><span class="cx">     m_resourceAgent = resourceAgentPtr.get();
</span><del>-    m_agents.append(std::move(resourceAgentPtr));
</del><ins>+    m_agents.append(WTF::move(resourceAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto consoleAgentPtr = std::make_unique&lt;PageConsoleAgent&gt;(m_injectedScriptManager.get(), m_domAgent);
</span><span class="cx">     WebConsoleAgent* consoleAgent = consoleAgentPtr.get();
</span><span class="cx">     m_instrumentingAgents-&gt;setWebConsoleAgent(consoleAgentPtr.get());
</span><del>-    m_agents.append(std::move(consoleAgentPtr));
</del><ins>+    m_agents.append(WTF::move(consoleAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto debuggerAgentPtr = std::make_unique&lt;PageDebuggerAgent&gt;(m_injectedScriptManager.get(), m_instrumentingAgents.get(), pageAgent, m_overlay.get());
</span><span class="cx">     m_debuggerAgent = debuggerAgentPtr.get();
</span><del>-    m_agents.append(std::move(debuggerAgentPtr));
</del><ins>+    m_agents.append(WTF::move(debuggerAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto domDebuggerAgentPtr = std::make_unique&lt;InspectorDOMDebuggerAgent&gt;(m_instrumentingAgents.get(), m_domAgent, m_debuggerAgent);
</span><span class="cx">     m_domDebuggerAgent = domDebuggerAgentPtr.get();
</span><del>-    m_agents.append(std::move(domDebuggerAgentPtr));
</del><ins>+    m_agents.append(WTF::move(domDebuggerAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     auto profilerAgentPtr = std::make_unique&lt;PageProfilerAgent&gt;(m_instrumentingAgents.get(), &amp;page);
</span><span class="cx">     m_profilerAgent = profilerAgentPtr.get();
</span><del>-    m_agents.append(std::move(profilerAgentPtr));
</del><ins>+    m_agents.append(WTF::move(profilerAgentPtr));
</ins><span class="cx"> 
</span><span class="cx">     m_agents.append(std::make_unique&lt;InspectorApplicationCacheAgent&gt;(m_instrumentingAgents.get(), pageAgent));
</span><span class="cx">     m_agents.append(std::make_unique&lt;InspectorWorkerAgent&gt;(m_instrumentingAgents.get()));
</span><span class="lines">@@ -196,7 +196,7 @@
</span><span class="cx"> 
</span><span class="cx"> void InspectorController::setInspectorFrontendClient(std::unique_ptr&lt;InspectorFrontendClient&gt; inspectorFrontendClient)
</span><span class="cx"> {
</span><del>-    m_inspectorFrontendClient = std::move(inspectorFrontendClient);
</del><ins>+    m_inspectorFrontendClient = WTF::move(inspectorFrontendClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool InspectorController::hasLocalFrontend() const
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1062,7 +1062,7 @@
</span><span class="cx"> void InspectorDOMAgent::highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr&lt;InspectorObject&gt;* color, const RefPtr&lt;InspectorObject&gt;* outlineColor, const bool* usePageCoordinates)
</span><span class="cx"> {
</span><span class="cx">     auto quad = std::make_unique&lt;FloatQuad&gt;(FloatRect(x, y, width, height));
</span><del>-    innerHighlightQuad(std::move(quad), color, outlineColor, usePageCoordinates);
</del><ins>+    innerHighlightQuad(WTF::move(quad), color, outlineColor, usePageCoordinates);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InspectorDOMAgent::highlightQuad(ErrorString* errorString, const RefPtr&lt;InspectorArray&gt;&amp; quadArray, const RefPtr&lt;InspectorObject&gt;* color, const RefPtr&lt;InspectorObject&gt;* outlineColor, const bool* usePageCoordinates)
</span><span class="lines">@@ -1072,7 +1072,7 @@
</span><span class="cx">         *errorString = &quot;Invalid Quad format&quot;;
</span><span class="cx">         return;
</span><span class="cx">     }
</span><del>-    innerHighlightQuad(std::move(quad), color, outlineColor, usePageCoordinates);
</del><ins>+    innerHighlightQuad(WTF::move(quad), color, outlineColor, usePageCoordinates);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InspectorDOMAgent::innerHighlightQuad(std::unique_ptr&lt;FloatQuad&gt; quad, const RefPtr&lt;InspectorObject&gt;* color, const RefPtr&lt;InspectorObject&gt;* outlineColor, const bool* usePageCoordinates)
</span><span class="lines">@@ -1081,7 +1081,7 @@
</span><span class="cx">     highlightConfig-&gt;content = parseColor(color);
</span><span class="cx">     highlightConfig-&gt;contentOutline = parseColor(outlineColor);
</span><span class="cx">     highlightConfig-&gt;usePageCoordinates = usePageCoordinates ? *usePageCoordinates : false;
</span><del>-    m_overlay-&gt;highlightQuad(std::move(quad), *highlightConfig);
</del><ins>+    m_overlay-&gt;highlightQuad(WTF::move(quad), *highlightConfig);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InspectorDOMAgent::highlightNode(ErrorString* errorString, const RefPtr&lt;InspectorObject&gt;&amp; highlightInspectorObject, const int* nodeId, const String* objectId)
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorFrontendClientLocalcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx"> InspectorFrontendClientLocal::InspectorFrontendClientLocal(InspectorController* inspectorController, Page* frontendPage, std::unique_ptr&lt;Settings&gt; settings)
</span><span class="cx">     : m_inspectorController(inspectorController)
</span><span class="cx">     , m_frontendPage(frontendPage)
</span><del>-    , m_settings(std::move(settings))
</del><ins>+    , m_settings(WTF::move(settings))
</ins><span class="cx">     , m_frontendLoaded(false)
</span><span class="cx">     , m_dockSide(UNDOCKED)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorHistorycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorHistory.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorHistory.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorHistory.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -93,10 +93,10 @@
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     if (!action-&gt;mergeId().isEmpty() &amp;&amp; m_afterLastActionIndex &gt; 0 &amp;&amp; action-&gt;mergeId() == m_history[m_afterLastActionIndex - 1]-&gt;mergeId())
</span><del>-        m_history[m_afterLastActionIndex - 1]-&gt;merge(std::move(action));
</del><ins>+        m_history[m_afterLastActionIndex - 1]-&gt;merge(WTF::move(action));
</ins><span class="cx">     else {
</span><span class="cx">         m_history.resize(m_afterLastActionIndex);
</span><del>-        m_history.append(std::move(action));
</del><ins>+        m_history.append(WTF::move(action));
</ins><span class="cx">         ++m_afterLastActionIndex;
</span><span class="cx">     }
</span><span class="cx">     return true;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorOverlaycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorOverlay.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorOverlay.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorOverlay.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -301,7 +301,7 @@
</span><span class="cx">         *quad -= m_page.mainFrame().view()-&gt;scrollOffset();
</span><span class="cx"> 
</span><span class="cx">     m_quadHighlightConfig = highlightConfig;
</span><del>-    m_highlightQuad = std::move(quad);
</del><ins>+    m_highlightQuad = WTF::move(quad);
</ins><span class="cx">     update();
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorResourceAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -487,7 +487,7 @@
</span><span class="cx"> {
</span><span class="cx">     RefPtr&lt;XHRReplayData&gt; xhrReplayData = XHRReplayData::create(method, url, async, formData, headers, includeCredentials);
</span><span class="cx"> 
</span><del>-    m_pendingXHRReplayData.set(client, std::move(xhrReplayData));
</del><ins>+    m_pendingXHRReplayData.set(client, WTF::move(xhrReplayData));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InspectorResourceAgent::didFailXHRLoading(ThreadableLoaderClient* client)
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorStyleSheetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1271,7 +1271,7 @@
</span><span class="cx">     RefPtr&lt;StyleSheetContents&gt; newStyleSheet = StyleSheetContents::create();
</span><span class="cx">     auto ruleSourceDataResult = std::make_unique&lt;RuleSourceDataList&gt;();
</span><span class="cx">     createCSSParser(m_pageStyleSheet-&gt;ownerDocument())-&gt;parseSheet(newStyleSheet.get(), m_parsedStyleSheet-&gt;text(), 0, ruleSourceDataResult.get());
</span><del>-    m_parsedStyleSheet-&gt;setSourceData(std::move(ruleSourceDataResult));
</del><ins>+    m_parsedStyleSheet-&gt;setSourceData(WTF::move(ruleSourceDataResult));
</ins><span class="cx">     return m_parsedStyleSheet-&gt;hasSourceData();
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorWorkerInspectorControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/WorkerInspectorController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/WorkerInspectorController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/inspector/WorkerInspectorController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -86,21 +86,21 @@
</span><span class="cx">     auto runtimeAgent = std::make_unique&lt;WorkerRuntimeAgent&gt;(m_injectedScriptManager.get(), &amp;workerGlobalScope);
</span><span class="cx">     m_runtimeAgent = runtimeAgent.get();
</span><span class="cx">     m_instrumentingAgents-&gt;setWorkerRuntimeAgent(m_runtimeAgent);
</span><del>-    m_agents.append(std::move(runtimeAgent));
</del><ins>+    m_agents.append(WTF::move(runtimeAgent));
</ins><span class="cx"> 
</span><span class="cx">     auto consoleAgent = std::make_unique&lt;WorkerConsoleAgent&gt;(m_injectedScriptManager.get());
</span><span class="cx">     m_instrumentingAgents-&gt;setWebConsoleAgent(consoleAgent.get());
</span><span class="cx"> 
</span><span class="cx">     auto debuggerAgent = std::make_unique&lt;WorkerDebuggerAgent&gt;(m_injectedScriptManager.get(), m_instrumentingAgents.get(), &amp;workerGlobalScope);
</span><span class="cx">     m_runtimeAgent-&gt;setScriptDebugServer(&amp;debuggerAgent-&gt;scriptDebugServer());
</span><del>-    m_agents.append(std::move(debuggerAgent));
</del><ins>+    m_agents.append(WTF::move(debuggerAgent));
</ins><span class="cx"> 
</span><span class="cx">     auto profilerAgent = std::make_unique&lt;WorkerProfilerAgent&gt;(m_instrumentingAgents.get(), &amp;workerGlobalScope);
</span><span class="cx">     profilerAgent-&gt;setScriptDebugServer(&amp;debuggerAgent-&gt;scriptDebugServer());
</span><del>-    m_agents.append(std::move(profilerAgent));
</del><ins>+    m_agents.append(WTF::move(profilerAgent));
</ins><span class="cx"> 
</span><span class="cx">     m_agents.append(std::make_unique&lt;InspectorTimelineAgent&gt;(m_instrumentingAgents.get(), nullptr, InspectorTimelineAgent::WorkerInspector, nullptr));
</span><del>-    m_agents.append(std::move(consoleAgent));
</del><ins>+    m_agents.append(WTF::move(consoleAgent));
</ins><span class="cx"> 
</span><span class="cx">     if (CommandLineAPIHost* commandLineAPIHost = m_injectedScriptManager-&gt;commandLineAPIHost()) {
</span><span class="cx">         commandLineAPIHost-&gt;init(nullptr
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderCrossOriginPreflightResultCachecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/CrossOriginPreflightResultCache.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -160,7 +160,7 @@
</span><span class="cx"> void CrossOriginPreflightResultCache::appendEntry(const String&amp; origin, const URL&amp; url, std::unique_ptr&lt;CrossOriginPreflightResultCacheItem&gt; preflightResult)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(isMainThread());
</span><del>-    m_preflightHashMap.set(std::make_pair(origin, url), std::move(preflightResult));
</del><ins>+    m_preflightHashMap.set(std::make_pair(origin, url), WTF::move(preflightResult));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool CrossOriginPreflightResultCache::canSkipPreflight(const String&amp; origin, const URL&amp; url, StoredCredentials includeCredentials, const String&amp; method, const HTTPHeaderMap&amp; requestHeaders)
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderDocumentLoadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/DocumentLoader.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/DocumentLoader.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/DocumentLoader.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1114,7 +1114,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; cachedResourceHandle : m_cachedResourceLoader-&gt;allCachedResources().values()) {
</span><span class="cx">         if (RefPtr&lt;ArchiveResource&gt; subresource = this-&gt;subresource(URL(ParsedURLString, cachedResourceHandle-&gt;url())))
</span><del>-            subresources.append(std::move(subresource));
</del><ins>+            subresources.append(WTF::move(subresource));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return subresources;
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderDocumentThreadableLoadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/DocumentThreadableLoader.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/DocumentThreadableLoader.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/DocumentThreadableLoader.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -261,7 +261,7 @@
</span><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        CrossOriginPreflightResultCache::shared().appendEntry(securityOrigin()-&gt;toString(), m_actualRequest-&gt;url(), std::move(preflightResult));
</del><ins>+        CrossOriginPreflightResultCache::shared().appendEntry(securityOrigin()-&gt;toString(), m_actualRequest-&gt;url(), WTF::move(preflightResult));
</ins><span class="cx">     } else {
</span><span class="cx">         if (!m_sameOriginRequest &amp;&amp; m_options.crossOriginRequestPolicy == UseAccessControl) {
</span><span class="cx">             if (!passesAccessControlCheck(response, m_options.allowCredentials(), securityOrigin(), accessControlErrorDescription)) {
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderNavigationSchedulercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/NavigationScheduler.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/NavigationScheduler.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/NavigationScheduler.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -437,7 +437,7 @@
</span><span class="cx"> 
</span><span class="cx">     Ref&lt;Frame&gt; protect(m_frame);
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;ScheduledNavigation&gt; redirect = std::move(m_redirect);
</del><ins>+    std::unique_ptr&lt;ScheduledNavigation&gt; redirect = WTF::move(m_redirect);
</ins><span class="cx">     redirect-&gt;fire(m_frame);
</span><span class="cx">     InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
</span><span class="cx"> }
</span><span class="lines">@@ -458,7 +458,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     cancel();
</span><del>-    m_redirect = std::move(redirect);
</del><ins>+    m_redirect = WTF::move(redirect);
</ins><span class="cx"> 
</span><span class="cx">     if (!m_frame.loader().isComplete() &amp;&amp; m_redirect-&gt;isLocationChange())
</span><span class="cx">         m_frame.loader().completed();
</span><span class="lines">@@ -492,7 +492,7 @@
</span><span class="cx">         InspectorInstrumentation::frameClearedScheduledNavigation(m_frame);
</span><span class="cx">     m_timer.stop();
</span><span class="cx"> 
</span><del>-    if (std::unique_ptr&lt;ScheduledNavigation&gt; redirect = std::move(m_redirect))
</del><ins>+    if (std::unique_ptr&lt;ScheduledNavigation&gt; redirect = WTF::move(m_redirect))
</ins><span class="cx">         redirect-&gt;didStopTimer(m_frame, newLoadInProgress);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderPolicyCallbackcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/PolicyCallback.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/PolicyCallback.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/PolicyCallback.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     m_formState = formState;
</span><span class="cx">     m_frameName = String();
</span><span class="cx"> 
</span><del>-    m_navigationFunction = std::move(function);
</del><ins>+    m_navigationFunction = WTF::move(function);
</ins><span class="cx">     m_newWindowFunction = nullptr;
</span><span class="cx">     m_contentFunction = nullptr;
</span><span class="cx"> }
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">     m_navigationAction = navigationAction;
</span><span class="cx"> 
</span><span class="cx">     m_navigationFunction = nullptr;
</span><del>-    m_newWindowFunction = std::move(function);
</del><ins>+    m_newWindowFunction = WTF::move(function);
</ins><span class="cx">     m_contentFunction = nullptr;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx"> 
</span><span class="cx">     m_navigationFunction = nullptr;
</span><span class="cx">     m_newWindowFunction = nullptr;
</span><del>-    m_contentFunction = std::move(function);
</del><ins>+    m_contentFunction = WTF::move(function);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PolicyCallback::call(bool shouldContinue)
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderPolicyCheckercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/PolicyChecker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/PolicyChecker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/PolicyChecker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> 
</span><span class="cx"> void PolicyChecker::checkNavigationPolicy(const ResourceRequest&amp; newRequest, NavigationPolicyDecisionFunction function)
</span><span class="cx"> {
</span><del>-    checkNavigationPolicy(newRequest, m_frame.loader().activeDocumentLoader(), nullptr, std::move(function));
</del><ins>+    checkNavigationPolicy(newRequest, m_frame.loader().activeDocumentLoader(), nullptr, WTF::move(function));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PolicyChecker::checkNavigationPolicy(const ResourceRequest&amp; request, DocumentLoader* loader, PassRefPtr&lt;FormState&gt; formState, NavigationPolicyDecisionFunction function)
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx"> 
</span><span class="cx">     loader-&gt;setLastCheckedRequest(request);
</span><span class="cx"> 
</span><del>-    m_callback.set(request, formState.get(), std::move(function));
</del><ins>+    m_callback.set(request, formState.get(), WTF::move(function));
</ins><span class="cx"> 
</span><span class="cx"> #if USE(QUICK_LOOK)
</span><span class="cx">     // Always allow QuickLook-generated URLs based on the protocol scheme.
</span><span class="lines">@@ -133,7 +133,7 @@
</span><span class="cx">     if (!DOMWindow::allowPopUp(&amp;m_frame))
</span><span class="cx">         return continueAfterNavigationPolicy(PolicyIgnore);
</span><span class="cx"> 
</span><del>-    m_callback.set(request, formState, frameName, action, std::move(function));
</del><ins>+    m_callback.set(request, formState, frameName, action, WTF::move(function));
</ins><span class="cx">     m_frame.loader().client().dispatchDecidePolicyForNewWindowAction(action, request, formState, frameName, [this](PolicyAction action) {
</span><span class="cx">         continueAfterNewWindowPolicy(action);
</span><span class="cx">     });
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx"> 
</span><span class="cx"> void PolicyChecker::checkContentPolicy(const ResourceResponse&amp; response, ContentPolicyDecisionFunction function)
</span><span class="cx"> {
</span><del>-    m_callback.set(std::move(function));
</del><ins>+    m_callback.set(WTF::move(function));
</ins><span class="cx">     m_frame.loader().client().dispatchDecidePolicyForResponse(response, m_frame.loader().activeDocumentLoader()-&gt;request(), [this](PolicyAction action) {
</span><span class="cx">         continueAfterContentPolicy(action);
</span><span class="cx">     });
</span></span></pre></div>
<a id="trunkSourceWebCoreloaderarchivecfLegacyWebArchivecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/archive/cf/LegacyWebArchive.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -247,10 +247,10 @@
</span><span class="cx">     archive-&gt;setMainResource(mainResource);
</span><span class="cx">     
</span><span class="cx">     for (unsigned i = 0; i &lt; subresources.size(); ++i)
</span><del>-        archive-&gt;addSubresource(std::move(subresources[i]));
</del><ins>+        archive-&gt;addSubresource(WTF::move(subresources[i]));
</ins><span class="cx">     
</span><span class="cx">     for (unsigned i = 0; i &lt; subframeArchives.size(); ++i)
</span><del>-        archive-&gt;addSubframeArchive(std::move(subframeArchives[i]));
</del><ins>+        archive-&gt;addSubframeArchive(WTF::move(subframeArchives[i]));
</ins><span class="cx">         
</span><span class="cx">     return archive.release();
</span><span class="cx"> }
</span><span class="lines">@@ -449,7 +449,7 @@
</span><span class="cx">     if (nodeType != Node::DOCUMENT_NODE &amp;&amp; nodeType != Node::DOCUMENT_TYPE_NODE)
</span><span class="cx">         markupString = documentTypeString(node-&gt;document()) + markupString;
</span><span class="cx"> 
</span><del>-    return create(markupString, frame, nodeList, std::move(frameFilter));
</del><ins>+    return create(markupString, frame, nodeList, WTF::move(frameFilter));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;LegacyWebArchive&gt; LegacyWebArchive::create(Frame* frame)
</span><span class="lines">@@ -465,11 +465,11 @@
</span><span class="cx">     
</span><span class="cx">     for (unsigned i = 0; i &lt; frame-&gt;tree().childCount(); ++i) {
</span><span class="cx">         if (RefPtr&lt;LegacyWebArchive&gt; childFrameArchive = create(frame-&gt;tree().child(i)))
</span><del>-            subframeArchives.append(std::move(childFrameArchive));
</del><ins>+            subframeArchives.append(WTF::move(childFrameArchive));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     auto subresources = documentLoader-&gt;subresources();
</span><del>-    return create(documentLoader-&gt;mainResource(), std::move(subresources), std::move(subframeArchives));
</del><ins>+    return create(documentLoader-&gt;mainResource(), WTF::move(subresources), WTF::move(subframeArchives));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;LegacyWebArchive&gt; LegacyWebArchive::create(Range* range)
</span><span class="lines">@@ -522,7 +522,7 @@
</span><span class="cx">                 continue;
</span><span class="cx">                 
</span><span class="cx">             if (RefPtr&lt;LegacyWebArchive&gt; subframeArchive = create(childFrame-&gt;document(), frameFilter))
</span><del>-                subframeArchives.append(std::move(subframeArchive));
</del><ins>+                subframeArchives.append(WTF::move(subframeArchive));
</ins><span class="cx">             else
</span><span class="cx">                 LOG_ERROR(&quot;Unabled to archive subframe %s&quot;, childFrame-&gt;tree().uniqueName().string().utf8().data());
</span><span class="cx"> 
</span><span class="lines">@@ -539,7 +539,7 @@
</span><span class="cx">                 uniqueSubresources.add(subresourceURL);
</span><span class="cx"> 
</span><span class="cx">                 if (RefPtr&lt;ArchiveResource&gt; resource = documentLoader-&gt;subresource(subresourceURL)) {
</span><del>-                    subresources.append(std::move(resource));
</del><ins>+                    subresources.append(WTF::move(resource));
</ins><span class="cx">                     continue;
</span><span class="cx">                 }
</span><span class="cx"> 
</span><span class="lines">@@ -552,7 +552,7 @@
</span><span class="cx">                     ResourceBuffer* data = cachedResource-&gt;resourceBuffer();
</span><span class="cx"> 
</span><span class="cx">                     if (RefPtr&lt;ArchiveResource&gt; resource = ArchiveResource::create(data ? data-&gt;sharedBuffer() : 0, subresourceURL, cachedResource-&gt;response())) {
</span><del>-                        subresources.append(std::move(resource));
</del><ins>+                        subresources.append(WTF::move(resource));
</ins><span class="cx">                         continue;
</span><span class="cx">                     }
</span><span class="cx">                 }
</span><span class="lines">@@ -574,7 +574,7 @@
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return create(mainResource.release(), subresources, std::move(subframeArchives));
</del><ins>+    return create(mainResource.release(), subresources, WTF::move(subframeArchives));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;LegacyWebArchive&gt; LegacyWebArchive::createFromSelection(Frame* frame)
</span></span></pre></div>
<a id="trunkSourceWebCoreloadercacheCachedCSSStyleSheetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/cache/CachedCSSStyleSheet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx"> 
</span><span class="cx">     if (m_parsedStyleSheetCache)
</span><span class="cx">         m_parsedStyleSheetCache-&gt;removedFromMemoryCache();
</span><del>-    m_parsedStyleSheetCache = std::move(sheet);
</del><ins>+    m_parsedStyleSheetCache = WTF::move(sheet);
</ins><span class="cx">     m_parsedStyleSheetCache-&gt;addedToMemoryCache();
</span><span class="cx"> 
</span><span class="cx">     setDecodedSize(m_parsedStyleSheetCache-&gt;estimatedSizeInBytes());
</span></span></pre></div>
<a id="trunkSourceWebCoreloadericonIconDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/loader/icon/IconDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/loader/icon/IconDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/loader/icon/IconDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1345,7 +1345,7 @@
</span><span class="cx"> 
</span><span class="cx">     m_syncLock.lock();
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;SuddenTerminationDisabler&gt; disableSuddenTermination = std::move(m_disableSuddenTerminationWhileSyncThreadHasWorkToDo);
</del><ins>+    std::unique_ptr&lt;SuddenTerminationDisabler&gt; disableSuddenTermination = WTF::move(m_disableSuddenTerminationWhileSyncThreadHasWorkToDo);
</ins><span class="cx"> 
</span><span class="cx">     // We'll either do any pending work on our first pass through the loop, or we'll terminate
</span><span class="cx">     // without doing any work. Either way we're dealing with any currently-pending work.
</span><span class="lines">@@ -1433,7 +1433,7 @@
</span><span class="cx">         m_syncThreadHasWorkToDo = false;
</span><span class="cx"> 
</span><span class="cx">         ASSERT(m_disableSuddenTerminationWhileSyncThreadHasWorkToDo);
</span><del>-        disableSuddenTermination = std::move(m_disableSuddenTerminationWhileSyncThreadHasWorkToDo);
</del><ins>+        disableSuddenTermination = WTF::move(m_disableSuddenTerminationWhileSyncThreadHasWorkToDo);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_syncLock.unlock();
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLInlineContainerElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/mathml/MathMLInlineContainerElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -72,35 +72,35 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MathMLInlineContainerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (hasTagName(annotation_xmlTag))
</span><del>-        return createRenderer&lt;RenderMathMLRow&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLRow&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(merrorTag) || hasTagName(mphantomTag) || hasTagName(mrowTag) || hasTagName(mstyleTag))
</span><del>-        return createRenderer&lt;RenderMathMLRow&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLRow&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(msubTag))
</span><del>-        return createRenderer&lt;RenderMathMLScripts&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLScripts&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(msupTag))
</span><del>-        return createRenderer&lt;RenderMathMLScripts&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLScripts&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(msubsupTag))
</span><del>-        return createRenderer&lt;RenderMathMLScripts&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLScripts&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(mmultiscriptsTag))
</span><del>-        return createRenderer&lt;RenderMathMLScripts&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLScripts&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(moverTag))
</span><del>-        return createRenderer&lt;RenderMathMLUnderOver&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLUnderOver&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(munderTag))
</span><del>-        return createRenderer&lt;RenderMathMLUnderOver&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLUnderOver&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(munderoverTag))
</span><del>-        return createRenderer&lt;RenderMathMLUnderOver&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLUnderOver&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(mfracTag))
</span><del>-        return createRenderer&lt;RenderMathMLFraction&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLFraction&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(msqrtTag))
</span><del>-        return createRenderer&lt;RenderMathMLSquareRoot&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLSquareRoot&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(mrootTag))
</span><del>-        return createRenderer&lt;RenderMathMLRoot&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLRoot&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(mfencedTag))
</span><del>-        return createRenderer&lt;RenderMathMLFenced&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLFenced&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(mtableTag))
</span><del>-        return createRenderer&lt;RenderMathMLTable&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLTable&gt;(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderMathMLBlock&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMathMLBlock&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMathElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMathElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMathElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/mathml/MathMLMathElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MathMLMathElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderMathMLMath&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMathMLMath&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLMencloseElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/mathml/MathMLMencloseElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MathMLMencloseElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {    
</span><del>-    return createRenderer&lt;RenderMathMLMenclose&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMathMLMenclose&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool MathMLMencloseElement::isPresentationAttribute(const QualifiedName&amp; name) const
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLSelectElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLSelectElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLSelectElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/mathml/MathMLSelectElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MathMLSelectElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderMathMLRow&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMathMLRow&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> //  We recognize the following values for the encoding attribute of the &lt;semantics&gt; element:
</span></span></pre></div>
<a id="trunkSourceWebCoremathmlMathMLTextElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/mathml/MathMLTextElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/mathml/MathMLTextElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/mathml/MathMLTextElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -67,15 +67,15 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; MathMLTextElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (hasTagName(MathMLNames::moTag))
</span><del>-        return createRenderer&lt;RenderMathMLOperator&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLOperator&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(MathMLNames::mspaceTag))
</span><del>-        return createRenderer&lt;RenderMathMLSpace&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderMathMLSpace&gt;(*this, WTF::move(style));
</ins><span class="cx">     if (hasTagName(MathMLNames::annotationTag))
</span><del>-        return MathMLElement::createElementRenderer(std::move(style));
</del><ins>+        return MathMLElement::createElementRenderer(WTF::move(style));
</ins><span class="cx"> 
</span><span class="cx">     ASSERT(hasTagName(MathMLNames::miTag) || hasTagName(MathMLNames::mnTag) || hasTagName(MathMLNames::msTag) || hasTagName(MathMLNames::mtextTag));
</span><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderMathMLToken&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderMathMLToken&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool MathMLTextElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCorepageDOMTimercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DOMTimer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DOMTimer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/DOMTimer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> DOMTimer::DOMTimer(ScriptExecutionContext* context, std::unique_ptr&lt;ScheduledAction&gt; action, int interval, bool singleShot)
</span><span class="cx">     : SuspendableTimer(context)
</span><span class="cx">     , m_nestingLevel(timerNestingLevel + 1)
</span><del>-    , m_action(std::move(action))
</del><ins>+    , m_action(WTF::move(action))
</ins><span class="cx">     , m_originalInterval(interval)
</span><span class="cx">     , m_shouldForwardUserGesture(shouldForwardUserGesture(interval, m_nestingLevel))
</span><span class="cx"> {
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">     // DOMTimer constructor links the new timer into a list of ActiveDOMObjects held by the 'context'.
</span><span class="cx">     // The timer is deleted when context is deleted (DOMTimer::contextDestroyed) or explicitly via DOMTimer::removeById(),
</span><span class="cx">     // or if it is a one-time timer and it has fired (DOMTimer::fired).
</span><del>-    DOMTimer* timer = new DOMTimer(context, std::move(action), timeout, singleShot);
</del><ins>+    DOMTimer* timer = new DOMTimer(context, WTF::move(action), timeout, singleShot);
</ins><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx">     if (context-&gt;isDocument()) {
</span><span class="cx">         Document&amp; document = toDocument(*context);
</span><span class="lines">@@ -157,7 +157,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Delete timer before executing the action for one-shot timers.
</span><del>-    std::unique_ptr&lt;ScheduledAction&gt; action = std::move(m_action);
</del><ins>+    std::unique_ptr&lt;ScheduledAction&gt; action = WTF::move(m_action);
</ins><span class="cx"> 
</span><span class="cx">     // No access to member variables after this point.
</span><span class="cx">     delete this;
</span></span></pre></div>
<a id="trunkSourceWebCorepageDOMWindowcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DOMWindow.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DOMWindow.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/DOMWindow.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx">         , m_message(message)
</span><span class="cx">         , m_origin(sourceOrigin)
</span><span class="cx">         , m_source(source)
</span><del>-        , m_channels(std::move(channels))
</del><ins>+        , m_channels(WTF::move(channels))
</ins><span class="cx">         , m_targetOrigin(targetOrigin)
</span><span class="cx">         , m_stackTrace(stackTrace)
</span><span class="cx">     {
</span><span class="lines">@@ -150,8 +150,8 @@
</span><span class="cx"> 
</span><span class="cx">     PassRefPtr&lt;MessageEvent&gt; event(ScriptExecutionContext* context)
</span><span class="cx">     {
</span><del>-        std::unique_ptr&lt;MessagePortArray&gt; messagePorts = MessagePort::entanglePorts(*context, std::move(m_channels));
-        return MessageEvent::create(std::move(messagePorts), m_message, m_origin, String(), m_source);
</del><ins>+        std::unique_ptr&lt;MessagePortArray&gt; messagePorts = MessagePort::entanglePorts(*context, WTF::move(m_channels));
+        return MessageEvent::create(WTF::move(messagePorts), m_message, m_origin, String(), m_source);
</ins><span class="cx">     }
</span><span class="cx">     SecurityOrigin* targetOrigin() const { return m_targetOrigin.get(); }
</span><span class="cx">     ScriptCallStack* stackTrace() const { return m_stackTrace.get(); }
</span><span class="lines">@@ -882,7 +882,7 @@
</span><span class="cx">         stackTrace = createScriptCallStack(JSMainThreadExecState::currentState(), ScriptCallStack::maxCallStackSizeToCapture);
</span><span class="cx"> 
</span><span class="cx">     // Schedule the message.
</span><del>-    PostMessageTimer* timer = new PostMessageTimer(this, message, sourceOrigin, &amp;source, std::move(channels), target.get(), stackTrace.release());
</del><ins>+    PostMessageTimer* timer = new PostMessageTimer(this, message, sourceOrigin, &amp;source, WTF::move(channels), target.get(), stackTrace.release());
</ins><span class="cx">     timer-&gt;startOneShot(0);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -1573,7 +1573,7 @@
</span><span class="cx">         ec = INVALID_ACCESS_ERR;
</span><span class="cx">         return -1;
</span><span class="cx">     }
</span><del>-    return DOMTimer::install(context, std::move(action), timeout, true);
</del><ins>+    return DOMTimer::install(context, WTF::move(action), timeout, true);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DOMWindow::clearTimeout(int timeoutId)
</span><span class="lines">@@ -1607,7 +1607,7 @@
</span><span class="cx">         ec = INVALID_ACCESS_ERR;
</span><span class="cx">         return -1;
</span><span class="cx">     }
</span><del>-    return DOMTimer::install(context, std::move(action), timeout, false);
</del><ins>+    return DOMTimer::install(context, WTF::move(action), timeout, false);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DOMWindow::clearInterval(int timeoutId)
</span><span class="lines">@@ -2158,7 +2158,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     WindowFeatures windowFeatures(dialogFeaturesString, screenAvailableRect(m_frame-&gt;view()));
</span><del>-    RefPtr&lt;Frame&gt; dialogFrame = createWindow(urlString, emptyAtom, windowFeatures, activeWindow, firstFrame, m_frame, std::move(prepareDialogFunction));
</del><ins>+    RefPtr&lt;Frame&gt; dialogFrame = createWindow(urlString, emptyAtom, windowFeatures, activeWindow, firstFrame, m_frame, WTF::move(prepareDialogFunction));
</ins><span class="cx">     if (!dialogFrame)
</span><span class="cx">         return;
</span><span class="cx">     dialogFrame-&gt;page()-&gt;chrome().runModal();
</span></span></pre></div>
<a id="trunkSourceWebCorepagePagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Page.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Page.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/Page.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -197,8 +197,8 @@
</span><span class="cx"> #endif
</span><span class="cx">     , m_lastSpatialNavigationCandidatesCount(0) // NOTE: Only called from Internals for Spatial Navigation testing.
</span><span class="cx">     , m_framesHandlingBeforeUnloadEvent(0)
</span><del>-    , m_userContentController(std::move(pageClients.userContentController))
-    , m_visitedLinkStore(std::move(pageClients.visitedLinkStore))
</del><ins>+    , m_userContentController(WTF::move(pageClients.userContentController))
+    , m_visitedLinkStore(WTF::move(pageClients.visitedLinkStore))
</ins><span class="cx">     , m_sessionID(SessionID::defaultSessionID())
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_editorClient);
</span></span></pre></div>
<a id="trunkSourceWebCorepagePageGroupcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/PageGroup.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/PageGroup.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/PageGroup.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -289,13 +289,13 @@
</span><span class="cx"> void PageGroup::addUserScriptToWorld(DOMWrapperWorld&amp; world, const String&amp; source, const URL&amp; url, const Vector&lt;String&gt;&amp; whitelist, const Vector&lt;String&gt;&amp; blacklist, UserScriptInjectionTime injectionTime, UserContentInjectedFrames injectedFrames)
</span><span class="cx"> {
</span><span class="cx">     auto userScript = std::make_unique&lt;UserScript&gt;(source, url, whitelist, blacklist, injectionTime, injectedFrames);
</span><del>-    m_userContentController-&gt;addUserScript(world, std::move(userScript));
</del><ins>+    m_userContentController-&gt;addUserScript(world, WTF::move(userScript));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PageGroup::addUserStyleSheetToWorld(DOMWrapperWorld&amp; world, const String&amp; source, const URL&amp; url, const Vector&lt;String&gt;&amp; whitelist, const Vector&lt;String&gt;&amp; blacklist, UserContentInjectedFrames injectedFrames, UserStyleLevel level, UserStyleInjectionTime injectionTime)
</span><span class="cx"> {
</span><span class="cx">     auto userStyleSheet = std::make_unique&lt;UserStyleSheet&gt;(source, url, whitelist, blacklist, injectedFrames, level);
</span><del>-    m_userContentController-&gt;addUserStyleSheet(world, std::move(userStyleSheet), injectionTime);
</del><ins>+    m_userContentController-&gt;addUserStyleSheet(world, WTF::move(userStyleSheet), injectionTime);
</ins><span class="cx"> 
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorepageUserContentControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/UserContentController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/UserContentController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/UserContentController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx">     auto&amp; scriptsInWorld = m_userScripts-&gt;add(&amp;world, nullptr).iterator-&gt;value;
</span><span class="cx">     if (!scriptsInWorld)
</span><span class="cx">         scriptsInWorld = std::make_unique&lt;UserScriptVector&gt;();
</span><del>-    scriptsInWorld-&gt;append(std::move(userScript));
</del><ins>+    scriptsInWorld-&gt;append(WTF::move(userScript));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void UserContentController::removeUserScript(DOMWrapperWorld&amp; world, const URL&amp; url)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx">     auto&amp; styleSheetsInWorld = m_userStyleSheets-&gt;add(&amp;world, nullptr).iterator-&gt;value;
</span><span class="cx">     if (!styleSheetsInWorld)
</span><span class="cx">         styleSheetsInWorld = std::make_unique&lt;UserStyleSheetVector&gt;();
</span><del>-    styleSheetsInWorld-&gt;append(std::move(userStyleSheet));
</del><ins>+    styleSheetsInWorld-&gt;append(WTF::move(userStyleSheet));
</ins><span class="cx"> 
</span><span class="cx">     if (injectionTime == InjectInExistingDocuments)
</span><span class="cx">         invalidateInjectedStyleSheetCacheInAllFrames();
</span></span></pre></div>
<a id="trunkSourceWebCorepageanimationAnimationControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/AnimationController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/AnimationController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/animation/AnimationController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">     bool updateStyle = !m_eventsToDispatch.isEmpty() || !m_elementChangesToDispatch.isEmpty();
</span><span class="cx"> 
</span><span class="cx">     // fire all the events
</span><del>-    Vector&lt;EventToDispatch&gt; eventsToDispatch = std::move(m_eventsToDispatch);
</del><ins>+    Vector&lt;EventToDispatch&gt; eventsToDispatch = WTF::move(m_eventsToDispatch);
</ins><span class="cx">     Vector&lt;EventToDispatch&gt;::const_iterator eventsToDispatchEnd = eventsToDispatch.end();
</span><span class="cx">     for (Vector&lt;EventToDispatch&gt;::const_iterator it = eventsToDispatch.begin(); it != eventsToDispatchEnd; ++it) {
</span><span class="cx">         Element* element = it-&gt;element.get();
</span><span class="lines">@@ -206,7 +206,7 @@
</span><span class="cx"> 
</span><span class="cx"> void AnimationControllerPrivate::addElementChangeToDispatch(PassRef&lt;Element&gt; element)
</span><span class="cx"> {
</span><del>-    m_elementChangesToDispatch.append(std::move(element));
</del><ins>+    m_elementChangesToDispatch.append(WTF::move(element));
</ins><span class="cx">     ASSERT(!m_elementChangesToDispatch.last()-&gt;document().inPageCache());
</span><span class="cx">     startUpdateStyleIfNeededDispatcher();
</span><span class="cx"> }
</span><span class="lines">@@ -508,7 +508,7 @@
</span><span class="cx">     // We don't support anonymous pseudo elements like :first-line or :first-letter.
</span><span class="cx">     ASSERT(renderer.element());
</span><span class="cx"> 
</span><del>-    Ref&lt;RenderStyle&gt; newStyleBeforeAnimation(std::move(newStyle));
</del><ins>+    Ref&lt;RenderStyle&gt; newStyleBeforeAnimation(WTF::move(newStyle));
</ins><span class="cx"> 
</span><span class="cx">     CompositeAnimation&amp; rendererAnimations = m_data-&gt;ensureCompositeAnimation(&amp;renderer);
</span><span class="cx">     auto blendedStyle = rendererAnimations.animate(renderer, oldStyle, newStyleBeforeAnimation.get());
</span></span></pre></div>
<a id="trunkSourceWebCorepageanimationCSSPropertyAnimationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/animation/CSSPropertyAnimation.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -220,9 +220,9 @@
</span><span class="cx">     auto imageValue = CSSImageValue::create(image-&gt;url(), styledImage.get());
</span><span class="cx">     auto filterValue = ComputedStyleExtractor::valueForFilter(&amp;anim-&gt;renderer()-&gt;style(), filterResult, DoNotAdjustPixelValues);
</span><span class="cx"> 
</span><del>-    auto result = CSSFilterImageValue::create(std::move(imageValue), std::move(filterValue));
</del><ins>+    auto result = CSSFilterImageValue::create(WTF::move(imageValue), WTF::move(filterValue));
</ins><span class="cx">     result.get().setFilterOperations(filterResult);
</span><del>-    return StyleGeneratedImage::create(std::move(result));
</del><ins>+    return StyleGeneratedImage::create(WTF::move(result));
</ins><span class="cx"> }
</span><span class="cx"> #endif // ENABLE(CSS_FILTERS)
</span><span class="cx"> 
</span><span class="lines">@@ -284,9 +284,9 @@
</span><span class="cx">     auto fromImageValue = CSSImageValue::create(fromStyleImage-&gt;cachedImage()-&gt;url(), fromStyleImage);
</span><span class="cx">     auto toImageValue = CSSImageValue::create(toStyleImage-&gt;cachedImage()-&gt;url(), toStyleImage);
</span><span class="cx"> 
</span><del>-    auto crossfadeValue = CSSCrossfadeValue::create(std::move(fromImageValue), std::move(toImageValue));
</del><ins>+    auto crossfadeValue = CSSCrossfadeValue::create(WTF::move(fromImageValue), WTF::move(toImageValue));
</ins><span class="cx">     crossfadeValue.get().setPercentage(CSSPrimitiveValue::create(progress, CSSPrimitiveValue::CSS_NUMBER));
</span><del>-    return StyleGeneratedImage::create(std::move(crossfadeValue));
</del><ins>+    return StyleGeneratedImage::create(WTF::move(crossfadeValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static inline PassRefPtr&lt;StyleImage&gt; blendFunc(const AnimationBase* anim, StyleImage* from, StyleImage* to, double progress)
</span><span class="lines">@@ -662,9 +662,9 @@
</span><span class="cx">             ShadowData* blendedShadowPtr = blendedShadow.get();
</span><span class="cx"> 
</span><span class="cx">             if (!lastShadow)
</span><del>-                newShadowData = std::move(blendedShadow);
</del><ins>+                newShadowData = WTF::move(blendedShadow);
</ins><span class="cx">             else
</span><del>-                lastShadow-&gt;setNext(std::move(blendedShadow));
</del><ins>+                lastShadow-&gt;setNext(WTF::move(blendedShadow));
</ins><span class="cx"> 
</span><span class="cx">             lastShadow = blendedShadowPtr;
</span><span class="cx"> 
</span><span class="lines">@@ -703,8 +703,8 @@
</span><span class="cx"> 
</span><span class="cx">             std::unique_ptr&lt;ShadowData&gt; blendedShadow = blendFunc(anim, srcShadow, dstShadow, progress);
</span><span class="cx">             // Insert at the start of the list to preserve the order.
</span><del>-            blendedShadow-&gt;setNext(std::move(newShadowData));
-            newShadowData = std::move(blendedShadow);
</del><ins>+            blendedShadow-&gt;setNext(WTF::move(newShadowData));
+            newShadowData = WTF::move(blendedShadow);
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         return newShadowData;
</span><span class="lines">@@ -960,7 +960,7 @@
</span><span class="cx"> public:
</span><span class="cx">     ShorthandPropertyWrapper(CSSPropertyID property, Vector&lt;AnimationPropertyWrapperBase*&gt; longhandWrappers)
</span><span class="cx">         : AnimationPropertyWrapperBase(property)
</span><del>-        , m_propertyWrappers(std::move(longhandWrappers))
</del><ins>+        , m_propertyWrappers(WTF::move(longhandWrappers))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -1335,7 +1335,7 @@
</span><span class="cx">             longhandWrappers.uncheckedAppend(m_propertyWrappers[wrapperIndex].get());
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        m_propertyWrappers.uncheckedAppend(std::make_unique&lt;ShorthandPropertyWrapper&gt;(propertyID, std::move(longhandWrappers)));
</del><ins>+        m_propertyWrappers.uncheckedAppend(std::make_unique&lt;ShorthandPropertyWrapper&gt;(propertyID, WTF::move(longhandWrappers)));
</ins><span class="cx">         indexFromPropertyID(propertyID) = animatableLonghandPropertiesCount + i;
</span><span class="cx">     }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingStateTreecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/scrolling/ScrollingStateTree.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx"> 
</span><span class="cx"> void ScrollingStateTree::setRemovedNodes(HashSet&lt;ScrollingNodeID&gt; nodes)
</span><span class="cx"> {
</span><del>-    m_nodesRemovedSinceLastCommit = std::move(nodes);
</del><ins>+    m_nodesRemovedSinceLastCommit = WTF::move(nodes);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> ScrollingStateNode* ScrollingStateTree::stateNodeForID(ScrollingNodeID scrollLayerID)
</span></span></pre></div>
<a id="trunkSourceWebCorepagescrollingScrollingThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/scrolling/ScrollingThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/scrolling/ScrollingThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/page/scrolling/ScrollingThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> void ScrollingThread::dispatchBarrier(std::function&lt;void ()&gt; function)
</span><span class="cx"> {
</span><span class="cx">     dispatch([function]() mutable {
</span><del>-        callOnMainThread(std::move(function));
</del><ins>+        callOnMainThread(WTF::move(function));
</ins><span class="cx">     });
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx">     
</span><span class="cx">     {
</span><span class="cx">         std::lock_guard&lt;std::mutex&gt; lock(m_functionsMutex);
</span><del>-        functions = std::move(m_functions);
</del><ins>+        functions = WTF::move(m_functions);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; function : functions)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformCalculationValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/CalculationValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/CalculationValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/CalculationValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> PassRef&lt;CalculationValue&gt; CalculationValue::create(std::unique_ptr&lt;CalcExpressionNode&gt; value, CalculationPermittedValueRange range)
</span><span class="cx"> {
</span><del>-    return adoptRef(*new CalculationValue(std::move(value), range));
</del><ins>+    return adoptRef(*new CalculationValue(WTF::move(value), range));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> float CalcExpressionNumber::evaluate(float) const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformCalculationValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/CalculationValue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/CalculationValue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/CalculationValue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> inline CalculationValue::CalculationValue(std::unique_ptr&lt;CalcExpressionNode&gt; expression, CalculationPermittedValueRange range)
</span><del>-    : m_expression(std::move(expression))
</del><ins>+    : m_expression(WTF::move(expression))
</ins><span class="cx">     , m_shouldClampToNonNegative(range == CalculationRangeNonNegative)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -201,8 +201,8 @@
</span><span class="cx"> 
</span><span class="cx"> inline CalcExpressionBinaryOperation::CalcExpressionBinaryOperation(std::unique_ptr&lt;CalcExpressionNode&gt; leftSide, std::unique_ptr&lt;CalcExpressionNode&gt; rightSide, CalcOperator op)
</span><span class="cx">     : CalcExpressionNode(CalcExpressionNodeBinaryOperation)
</span><del>-    , m_leftSide(std::move(leftSide))
-    , m_rightSide(std::move(rightSide))
</del><ins>+    , m_leftSide(WTF::move(leftSide))
+    , m_rightSide(WTF::move(rightSide))
</ins><span class="cx">     , m_operator(op)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformKeyedCodingh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/KeyedCoding.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/KeyedCoding.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/KeyedCoding.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">                 result = false;
</span><span class="cx">                 break;
</span><span class="cx">             }
</span><del>-            objects.append(std::move(element));
</del><ins>+            objects.append(WTF::move(element));
</ins><span class="cx">             endArrayElement();
</span><span class="cx">         }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformLengthcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/Length.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/Length.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/Length.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -248,7 +248,7 @@
</span><span class="cx">     , m_type(Calculated)
</span><span class="cx">     , m_isFloat(false)
</span><span class="cx"> {
</span><del>-    m_calculationValueHandle = calculationValues().insert(std::move(value));
</del><ins>+    m_calculationValueHandle = calculationValues().insert(WTF::move(value));
</ins><span class="cx"> }
</span><span class="cx">         
</span><span class="cx"> Length Length::blendMixedTypes(const Length&amp; from, double progress) const
</span><span class="lines">@@ -260,7 +260,7 @@
</span><span class="cx">         return *this;
</span><span class="cx">         
</span><span class="cx">     auto blend = std::make_unique&lt;CalcExpressionBlendLength&gt;(from, *this, progress);
</span><del>-    return Length(CalculationValue::create(std::move(blend), CalculationRangeAll));
</del><ins>+    return Length(CalculationValue::create(WTF::move(blend), CalculationRangeAll));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> CalculationValue&amp; Length::calculationValue() const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformLengthBoxh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/LengthBox.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/LengthBox.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/LengthBox.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,10 +50,10 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     LengthBox(Length top, Length right, Length bottom, Length left)
</span><del>-        : m_left(std::move(left))
-        , m_right(std::move(right))
-        , m_top(std::move(top))
-        , m_bottom(std::move(bottom))
</del><ins>+        : m_left(WTF::move(left))
+        , m_right(WTF::move(right))
+        , m_top(WTF::move(top))
+        , m_bottom(WTF::move(bottom))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformLengthSizeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/LengthSize.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/LengthSize.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/LengthSize.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     LengthSize(Length width, Length height)
</span><del>-        : m_width(std::move(width))
-        , m_height(std::move(height))
</del><ins>+        : m_width(WTF::move(width))
+        , m_height(WTF::move(height))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -42,10 +42,10 @@
</span><span class="cx">         return m_width == o.m_width &amp;&amp; m_height == o.m_height;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void setWidth(Length width) { m_width = std::move(width); }
</del><ins>+    void setWidth(Length width) { m_width = WTF::move(width); }
</ins><span class="cx">     const Length&amp; width() const { return m_width; }
</span><span class="cx"> 
</span><del>-    void setHeight(Length height) { m_height = std::move(height); }
</del><ins>+    void setHeight(Length height) { m_height = WTF::move(height); }
</ins><span class="cx">     const Length&amp; height() const { return m_height; }
</span><span class="cx"> 
</span><span class="cx">     LengthSize blend(const LengthSize&amp; from, double progress) const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformSharedBufferh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/SharedBuffer.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/SharedBuffer.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/SharedBuffer.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">     public:
</span><span class="cx">         template&lt;typename T&gt;
</span><span class="cx">         NSDataRetainPtrWithoutImplicitConversionOperator(RetainPtr&lt;T*&gt;&amp;&amp; other)
</span><del>-            : RetainPtr&lt;NSData*&gt;(std::move(other))
</del><ins>+            : RetainPtr&lt;NSData*&gt;(WTF::move(other))
</ins><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformSupplementableh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/Supplementable.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/Supplementable.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/Supplementable.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -86,7 +86,7 @@
</span><span class="cx"> 
</span><span class="cx">     static void provideTo(Supplementable&lt;T&gt;* host, const char* key, std::unique_ptr&lt;Supplement&lt;T&gt;&gt; supplement)
</span><span class="cx">     {
</span><del>-        host-&gt;provideSupplement(key, std::move(supplement));
</del><ins>+        host-&gt;provideSupplement(key, WTF::move(supplement));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static Supplement&lt;T&gt;* from(Supplementable&lt;T&gt;* host, const char* key)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx">     {
</span><span class="cx">         ASSERT(canAccessThreadLocalDataForThread(m_threadId));
</span><span class="cx">         ASSERT(!m_supplements.get(key));
</span><del>-        m_supplements.set(key, std::move(supplement));
</del><ins>+        m_supplements.set(key, WTF::move(supplement));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void removeSupplement(const char* key)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformTimerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/Timer.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/Timer.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/Timer.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     DeferrableOneShotTimer(std::function&lt;void ()&gt; function, std::chrono::milliseconds delay)
</span><del>-        : m_function(std::move(function))
</del><ins>+        : m_function(WTF::move(function))
</ins><span class="cx">         , m_delay(delay)
</span><span class="cx">         , m_shouldRestartWhenTimerFires(false)
</span><span class="cx">     {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioAudioBuscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/AudioBus.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/AudioBus.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/AudioBus.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (unsigned i = 0; i &lt; numberOfChannels; ++i) {
</span><span class="cx">         auto channel = allocate ? std::make_unique&lt;AudioChannel&gt;(length) : std::make_unique&lt;AudioChannel&gt;(nullptr, length);
</span><del>-        m_channels.append(std::move(channel));
</del><ins>+        m_channels.append(WTF::move(channel));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_layout = LayoutCanonical; // for now this is the only layout we define
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioHRTFDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/HRTFDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/HRTFDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/HRTFDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">         if (!hrtfElevation.get())
</span><span class="cx">             return;
</span><span class="cx">         
</span><del>-        m_elevations[elevationIndex] = std::move(hrtfElevation);
</del><ins>+        m_elevations[elevationIndex] = WTF::move(hrtfElevation);
</ins><span class="cx">         elevationIndex += InterpolationFactor;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioHRTFElevationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/HRTFElevation.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/HRTFElevation.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/HRTFElevation.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -273,7 +273,7 @@
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    return std::make_unique&lt;HRTFElevation&gt;(std::move(kernelListL), std::move(kernelListR), elevation, sampleRate);
</del><ins>+    return std::make_unique&lt;HRTFElevation&gt;(WTF::move(kernelListL), WTF::move(kernelListR), elevation, sampleRate);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;HRTFElevation&gt; HRTFElevation::createByInterpolatingSlices(HRTFElevation* hrtfElevation1, HRTFElevation* hrtfElevation2, float x, float sampleRate)
</span><span class="lines">@@ -301,7 +301,7 @@
</span><span class="cx">     // Interpolate elevation angle.
</span><span class="cx">     double angle = (1.0 - x) * hrtfElevation1-&gt;elevationAngle() + x * hrtfElevation2-&gt;elevationAngle();
</span><span class="cx">     
</span><del>-    return std::make_unique&lt;HRTFElevation&gt;(std::move(kernelListL), std::move(kernelListR), static_cast&lt;int&gt;(angle), sampleRate);
</del><ins>+    return std::make_unique&lt;HRTFElevation&gt;(WTF::move(kernelListL), WTF::move(kernelListR), static_cast&lt;int&gt;(angle), sampleRate);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void HRTFElevation::getKernelsFromAzimuth(double azimuthBlend, unsigned azimuthIndex, HRTFKernel* &amp;kernelL, HRTFKernel* &amp;kernelR, double&amp; frameDelayL, double&amp; frameDelayR)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioHRTFElevationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/HRTFElevation.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/HRTFElevation.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/HRTFElevation.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -46,8 +46,8 @@
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(HRTFElevation);
</span><span class="cx"> public:
</span><span class="cx">     HRTFElevation(std::unique_ptr&lt;HRTFKernelList&gt; kernelListL, std::unique_ptr&lt;HRTFKernelList&gt; kernelListR, int elevation, float sampleRate)
</span><del>-        : m_kernelListL(std::move(kernelListL))
-        , m_kernelListR(std::move(kernelListR))
</del><ins>+        : m_kernelListL(WTF::move(kernelListL))
+        , m_kernelListR(WTF::move(kernelListR))
</ins><span class="cx">         , m_elevationAngle(elevation)
</span><span class="cx">         , m_sampleRate(sampleRate)
</span><span class="cx">     {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioHRTFKernelcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/HRTFKernel.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/HRTFKernel.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/HRTFKernel.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">     float frameDelay = (1 - x) * kernel1-&gt;frameDelay() + x * kernel2-&gt;frameDelay();
</span><span class="cx">     
</span><span class="cx">     std::unique_ptr&lt;FFTFrame&gt; interpolatedFrame = FFTFrame::createInterpolatedFrame(*kernel1-&gt;fftFrame(), *kernel2-&gt;fftFrame(), x);
</span><del>-    return HRTFKernel::create(std::move(interpolatedFrame), frameDelay, sampleRate1);
</del><ins>+    return HRTFKernel::create(WTF::move(interpolatedFrame), frameDelay, sampleRate1);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioHRTFKernelh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/HRTFKernel.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/HRTFKernel.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/HRTFKernel.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;HRTFKernel&gt; create(std::unique_ptr&lt;FFTFrame&gt; fftFrame, float frameDelay, float sampleRate)
</span><span class="cx">     {
</span><del>-        return adoptRef(new HRTFKernel(std::move(fftFrame), frameDelay, sampleRate));
</del><ins>+        return adoptRef(new HRTFKernel(WTF::move(fftFrame), frameDelay, sampleRate));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Given two HRTFKernels, and an interpolation factor x: 0 -&gt; 1, returns an interpolated HRTFKernel.
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">     HRTFKernel(AudioChannel*, size_t fftSize, float sampleRate);
</span><span class="cx">     
</span><span class="cx">     HRTFKernel(std::unique_ptr&lt;FFTFrame&gt; fftFrame, float frameDelay, float sampleRate)
</span><del>-        : m_fftFrame(std::move(fftFrame))
</del><ins>+        : m_fftFrame(WTF::move(fftFrame))
</ins><span class="cx">         , m_frameDelay(frameDelay)
</span><span class="cx">         , m_sampleRate(sampleRate)
</span><span class="cx">     {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformaudioReverbConvolvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/audio/ReverbConvolver.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/audio/ReverbConvolver.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/audio/ReverbConvolver.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -107,10 +107,10 @@
</span><span class="cx">         bool isBackgroundStage = false;
</span><span class="cx"> 
</span><span class="cx">         if (this-&gt;useBackgroundThreads() &amp;&amp; stageOffset &gt; RealtimeFrameLimit) {
</span><del>-            m_backgroundStages.append(std::move(stage));
</del><ins>+            m_backgroundStages.append(WTF::move(stage));
</ins><span class="cx">             isBackgroundStage = true;
</span><span class="cx">         } else
</span><del>-            m_stages.append(std::move(stage));
</del><ins>+            m_stages.append(WTF::move(stage));
</ins><span class="cx"> 
</span><span class="cx">         stageOffset += stageSize;
</span><span class="cx">         ++i;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformeflRenderThemeEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/efl/RenderThemeEfl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/efl/RenderThemeEfl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/efl/RenderThemeEfl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -485,7 +485,7 @@
</span><span class="cx">         clearThemePartCache();
</span><span class="cx"> 
</span><span class="cx">     // Set new loaded theme, and apply it.
</span><del>-    m_edje = std::move(o);
</del><ins>+    m_edje = WTF::move(o);
</ins><span class="cx"> 
</span><span class="cx">     const char* thickness = edje_object_data_get(m_edje.get(), &quot;scrollbar.thickness&quot;);
</span><span class="cx">     if (thickness &amp;&amp; !Settings::mockScrollbarsEnabled())
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFloatPolygoncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/FloatPolygon.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/FloatPolygon.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/FloatPolygon.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> FloatPolygon::FloatPolygon(std::unique_ptr&lt;Vector&lt;FloatPoint&gt;&gt; vertices, WindRule fillRule)
</span><del>-    : m_vertices(std::move(vertices))
</del><ins>+    : m_vertices(WTF::move(vertices))
</ins><span class="cx">     , m_fillRule(fillRule)
</span><span class="cx"> {
</span><span class="cx">     unsigned nVertices = numberOfVertices();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsFontcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/Font.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/Font.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/Font.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -215,7 +215,7 @@
</span><span class="cx"> struct FontGlyphsCacheEntry {
</span><span class="cx">     WTF_MAKE_FAST_ALLOCATED;
</span><span class="cx"> public:
</span><del>-    FontGlyphsCacheEntry(FontGlyphsCacheKey&amp;&amp; k, PassRef&lt;FontGlyphs&gt; g) : key(std::move(k)), glyphs(std::move(g)) { }
</del><ins>+    FontGlyphsCacheEntry(FontGlyphsCacheKey&amp;&amp; k, PassRef&lt;FontGlyphs&gt; g) : key(WTF::move(k)), glyphs(WTF::move(g)) { }
</ins><span class="cx">     FontGlyphsCacheKey key;
</span><span class="cx">     Ref&lt;FontGlyphs&gt; glyphs;
</span><span class="cx"> };
</span><span class="lines">@@ -307,7 +307,7 @@
</span><span class="cx">         return addResult.iterator-&gt;value-&gt;glyphs.get();
</span><span class="cx"> 
</span><span class="cx">     OwnPtr&lt;FontGlyphsCacheEntry&gt;&amp; newEntry = addResult.iterator-&gt;value;
</span><del>-    newEntry = adoptPtr(new FontGlyphsCacheEntry(std::move(key), FontGlyphs::create(fontSelector)));
</del><ins>+    newEntry = adoptPtr(new FontGlyphsCacheEntry(WTF::move(key), FontGlyphs::create(fontSelector)));
</ins><span class="cx">     PassRef&lt;FontGlyphs&gt; glyphs = newEntry-&gt;glyphs.get();
</span><span class="cx"> 
</span><span class="cx">     static const unsigned unreferencedPruneInterval = 50;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsSimpleFontDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/SimpleFontData.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx"> 
</span><span class="cx"> SimpleFontData::SimpleFontData(std::unique_ptr&lt;AdditionalFontData&gt; fontData, float fontSize, bool syntheticBold, bool syntheticItalic)
</span><span class="cx">     : m_platformData(FontPlatformData(fontSize, syntheticBold, syntheticItalic))
</span><del>-    , m_fontData(std::move(fontData))
</del><ins>+    , m_fontData(WTF::move(fontData))
</ins><span class="cx">     , m_treatAsFixedPitch(false)
</span><span class="cx">     , m_isCustomFont(true)
</span><span class="cx">     , m_isLoading(false)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsSimpleFontDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/SimpleFontData.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/SimpleFontData.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/SimpleFontData.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">     // Used to create SVG Fonts.
</span><span class="cx">     static PassRefPtr&lt;SimpleFontData&gt; create(std::unique_ptr&lt;AdditionalFontData&gt; fontData, float fontSize, bool syntheticBold, bool syntheticItalic)
</span><span class="cx">     {
</span><del>-        return adoptRef(new SimpleFontData(std::move(fontData), fontSize, syntheticBold, syntheticItalic));
</del><ins>+        return adoptRef(new SimpleFontData(WTF::move(fontData), fontSize, syntheticBold, syntheticItalic));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual ~SimpleFontData();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsTiledBackingStorecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/TiledBackingStore.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/TiledBackingStore.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/TiledBackingStore.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> 
</span><span class="cx"> TiledBackingStore::TiledBackingStore(TiledBackingStoreClient* client, std::unique_ptr&lt;TiledBackingStoreBackend&gt; backend)
</span><span class="cx">     : m_client(client)
</span><del>-    , m_backend(std::move(backend))
</del><ins>+    , m_backend(WTF::move(backend))
</ins><span class="cx">     , m_tileBufferUpdateTimer(this, &amp;TiledBackingStore::tileBufferUpdateTimerFired)
</span><span class="cx">     , m_backingStoreUpdateTimer(this, &amp;TiledBackingStore::backingStoreUpdateTimerFired)
</span><span class="cx">     , m_tileSize(defaultTileDimension, defaultTileDimension)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicscaTileControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/ca/TileController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/ca/TileController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/ca/TileController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -116,13 +116,13 @@
</span><span class="cx">         m_coverageMap-&gt;setDeviceScaleFactor(deviceScaleFactor);
</span><span class="cx"> 
</span><span class="cx">     if (m_zoomedOutTileGrid &amp;&amp; m_zoomedOutTileGrid-&gt;scale() == scale) {
</span><del>-        m_tileGrid = std::move(m_zoomedOutTileGrid);
</del><ins>+        m_tileGrid = WTF::move(m_zoomedOutTileGrid);
</ins><span class="cx">         m_tileGrid-&gt;revalidateTiles(0);
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (m_zoomedOutContentsScale &amp;&amp; m_zoomedOutContentsScale == tileGrid().scale() &amp;&amp; tileGrid().scale() != scale &amp;&amp; !m_hasTilesWithTemporaryScaleFactor) {
</span><del>-        m_zoomedOutTileGrid = std::move(m_tileGrid);
</del><ins>+        m_zoomedOutTileGrid = WTF::move(m_tileGrid);
</ins><span class="cx">         m_tileGrid = std::make_unique&lt;TileGrid&gt;(*this);
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicseflCairoUtilitiesEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/efl/CairoUtilitiesEfl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/efl/CairoUtilitiesEfl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/efl/CairoUtilitiesEfl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> 
</span><span class="cx">     evas_object_image_data_copy_set(image.get(), data);
</span><span class="cx"> 
</span><del>-    return std::move(image);
</del><ins>+    return WTF::move(image);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;cairo_surface_t&gt; createSurfaceForBackingStore(Ecore_Evas* ee)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicseflGraphicsContext3DEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DEfl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx"> 
</span><span class="cx"> void GraphicsContext3D::setContextLostCallback(std::unique_ptr&lt;ContextLostCallback&gt; callBack)
</span><span class="cx"> {
</span><del>-    m_private-&gt;setContextLostCallback(std::move(callBack));
</del><ins>+    m_private-&gt;setContextLostCallback(WTF::move(callBack));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void GraphicsContext3D::setErrorMessageCallback(std::unique_ptr&lt;ErrorMessageCallback&gt;)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicseflGraphicsContext3DPrivatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/efl/GraphicsContext3DPrivate.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx"> 
</span><span class="cx"> void GraphicsContext3DPrivate::setContextLostCallback(std::unique_ptr&lt;GraphicsContext3D::ContextLostCallback&gt; callBack)
</span><span class="cx"> {
</span><del>-    m_contextLostCallback = std::move(callBack);
</del><ins>+    m_contextLostCallback = WTF::move(callBack);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PlatformGraphicsContext3D GraphicsContext3DPrivate::platformGraphicsContext3D() const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFilterh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/Filter.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/Filter.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/filters/Filter.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">     { }
</span><span class="cx">     virtual ~Filter() { }
</span><span class="cx"> 
</span><del>-    void setSourceImage(std::unique_ptr&lt;ImageBuffer&gt; sourceImage) { m_sourceImage = std::move(sourceImage); }
</del><ins>+    void setSourceImage(std::unique_ptr&lt;ImageBuffer&gt; sourceImage) { m_sourceImage = WTF::move(sourceImage); }
</ins><span class="cx">     ImageBuffer* sourceImage() { return m_sourceImage.get(); }
</span><span class="cx"> 
</span><span class="cx">     FloatSize filterResolution() const { return m_filterResolution; }
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsfiltersFilterOperationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/filters/FilterOperation.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -287,7 +287,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;BlurFilterOperation&gt; create(Length stdDeviation)
</span><span class="cx">     {
</span><del>-        return adoptRef(new BlurFilterOperation(std::move(stdDeviation)));
</del><ins>+        return adoptRef(new BlurFilterOperation(WTF::move(stdDeviation)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual PassRefPtr&lt;FilterOperation&gt; clone() const override
</span><span class="lines">@@ -307,7 +307,7 @@
</span><span class="cx"> 
</span><span class="cx">     BlurFilterOperation(Length stdDeviation)
</span><span class="cx">         : FilterOperation(BLUR)
</span><del>-        , m_stdDeviation(std::move(stdDeviation))
</del><ins>+        , m_stdDeviation(WTF::move(stdDeviation))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicsopenglExtensions3DOpenGLEScpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -187,7 +187,7 @@
</span><span class="cx"> 
</span><span class="cx"> void Extensions3DOpenGLES::setEXTContextLostCallback(std::unique_ptr&lt;GraphicsContext3D::ContextLostCallback&gt; callback)
</span><span class="cx"> {
</span><del>-    m_contextLostCallback = std::move(callback);
</del><ins>+    m_contextLostCallback = WTF::move(callback);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Extensions3DOpenGLES::readnPixelsEXT(int x, int y, GC3Dsizei width, GC3Dsizei height, GC3Denum format, GC3Denum type, GC3Dsizei bufSize, void *data)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicstexmapcoordinatedCompositingCoordinatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/texmap/coordinated/CompositingCoordinator.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -412,7 +412,7 @@
</span><span class="cx">         bool usableForRootContentsLayer = !atlas-&gt;supportsAlpha();
</span><span class="cx">         if (atlas-&gt;isInactive()) {
</span><span class="cx">             if (!foundActiveAtlasForRootContentsLayer &amp;&amp; !atlasToKeepAnyway &amp;&amp; usableForRootContentsLayer)
</span><del>-                atlasToKeepAnyway = std::move(m_updateAtlases[i]);
</del><ins>+                atlasToKeepAnyway = WTF::move(m_updateAtlases[i]);
</ins><span class="cx">             m_updateAtlases.remove(i);
</span><span class="cx">         } else if (usableForRootContentsLayer)
</span><span class="cx">             foundActiveAtlasForRootContentsLayer = true;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicstexmapcoordinatedCoordinatedGraphicsLayercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -885,7 +885,7 @@
</span><span class="cx">     // we do not want to drop the previous one as that might result in
</span><span class="cx">     // briefly seeing flickering as the old tiles may be dropped before
</span><span class="cx">     // something replaces them.
</span><del>-    m_previousBackingStore = std::move(m_mainBackingStore);
</del><ins>+    m_previousBackingStore = WTF::move(m_mainBackingStore);
</ins><span class="cx"> 
</span><span class="cx">     // No reason to save the previous backing store for non-visible areas.
</span><span class="cx">     m_previousBackingStore-&gt;removeAllNonVisibleTiles();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicstexmapcoordinatedCoordinatedGraphicsScenecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">     if (isMainThread())
</span><span class="cx">         function();
</span><span class="cx">     else
</span><del>-        callOnMainThread(std::move(function));
</del><ins>+        callOnMainThread(WTF::move(function));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static bool layerShouldHaveBackingStore(TextureMapperLayer* layer)
</span><span class="lines">@@ -341,7 +341,7 @@
</span><span class="cx">     std::unique_ptr&lt;TextureMapperLayer&gt; newLayer = std::make_unique&lt;TextureMapperLayer&gt;();
</span><span class="cx">     newLayer-&gt;setID(id);
</span><span class="cx">     newLayer-&gt;setScrollClient(this);
</span><del>-    m_layers.add(id, std::move(newLayer));
</del><ins>+    m_layers.add(id, WTF::move(newLayer));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CoordinatedGraphicsScene::deleteLayers(const Vector&lt;CoordinatedLayerID&gt;&amp; layerIDs)
</span><span class="lines">@@ -625,7 +625,7 @@
</span><span class="cx">     bool calledOnMainThread = WTF::isMainThread();
</span><span class="cx">     if (!calledOnMainThread)
</span><span class="cx">         m_renderQueueMutex.lock();
</span><del>-    renderQueue = std::move(m_renderQueue);
</del><ins>+    renderQueue = WTF::move(m_renderQueue);
</ins><span class="cx">     if (!calledOnMainThread)
</span><span class="cx">         m_renderQueueMutex.unlock();
</span><span class="cx"> 
</span><span class="lines">@@ -699,7 +699,7 @@
</span><span class="cx"> 
</span><span class="cx">     ASSERT(isMainThread());
</span><span class="cx">     MutexLocker locker(m_renderQueueMutex);
</span><del>-    m_renderQueue.append(std::move(function));
</del><ins>+    m_renderQueue.append(WTF::move(function));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CoordinatedGraphicsScene::setActive(bool active)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinFontCacheWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/FontCacheWin.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/FontCacheWin.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/FontCacheWin.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -569,7 +569,7 @@
</span><span class="cx">     bool synthesizeBold = isGDIFontWeightBold(weight) &amp;&amp; !isGDIFontWeightBold(logFont.lfWeight);
</span><span class="cx">     bool synthesizeItalic = fontDescription.italic() &amp;&amp; !logFont.lfItalic;
</span><span class="cx"> 
</span><del>-    FontPlatformData* result = new FontPlatformData(std::move(hfont), fontDescription.computedPixelSize(), synthesizeBold, synthesizeItalic, useGDI);
</del><ins>+    FontPlatformData* result = new FontPlatformData(WTF::move(hfont), fontDescription.computedPixelSize(), synthesizeBold, synthesizeItalic, useGDI);
</ins><span class="cx"> 
</span><span class="cx"> #if USE(CG)
</span><span class="cx">     bool fontCreationFailed = !result-&gt;cgFont();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinFontCustomPlatformDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformData.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">     auto hfont = adoptGDIObject(::CreateFontIndirect(&amp;logFont));
</span><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CGFontRef&gt; cgFont = adoptCF(CGFontCreateWithPlatformFont(&amp;logFont));
</span><del>-    return FontPlatformData(std::move(hfont), cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode);
</del><ins>+    return FontPlatformData(WTF::move(hfont), cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> // Creates a unique and unpredictable font name, in order to avoid collisions and to
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinFontCustomPlatformDataCairocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx"> 
</span><span class="cx">     cairo_font_face_t* fontFace = cairo_win32_font_face_create_for_hfont(hfont.get());
</span><span class="cx"> 
</span><del>-    FontPlatformData fontPlatformData(std::move(hfont), fontFace, size, bold, italic);
</del><ins>+    FontPlatformData fontPlatformData(WTF::move(hfont), fontFace, size, bold, italic);
</ins><span class="cx"> 
</span><span class="cx">     cairo_font_face_destroy(fontFace);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinFontPlatformDataCGWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx">     , m_orientation(Horizontal)
</span><span class="cx">     , m_size(size)
</span><span class="cx">     , m_widthVariant(RegularWidth)
</span><del>-    , m_font(SharedGDIObject&lt;HFONT&gt;::create(std::move(hfont)))
</del><ins>+    , m_font(SharedGDIObject&lt;HFONT&gt;::create(WTF::move(hfont)))
</ins><span class="cx">     , m_cgFont(font)
</span><span class="cx">     , m_isColorBitmapFont(false)
</span><span class="cx">     , m_isCompositeFontReference(false)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinFontPlatformDataCairoWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> FontPlatformData::FontPlatformData(GDIObject&lt;HFONT&gt; font, cairo_font_face_t* fontFace, float size, bool bold, bool oblique)
</span><del>-    : m_font(SharedGDIObject&lt;HFONT&gt;::create(std::move(font)))
</del><ins>+    : m_font(SharedGDIObject&lt;HFONT&gt;::create(WTF::move(font)))
</ins><span class="cx">     , m_size(size)
</span><span class="cx">     , m_orientation(Horizontal)
</span><span class="cx">     , m_widthVariant(RegularWidth)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinFontPlatformDataWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> FontPlatformData::FontPlatformData(GDIObject&lt;HFONT&gt; font, float size, bool bold, bool oblique, bool useGDI)
</span><del>-    : m_font(SharedGDIObject&lt;HFONT&gt;::create(std::move(font)))
</del><ins>+    : m_font(SharedGDIObject&lt;HFONT&gt;::create(WTF::move(font)))
</ins><span class="cx">     , m_size(size)
</span><span class="cx">     , m_orientation(Horizontal)
</span><span class="cx">     , m_widthVariant(RegularWidth)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinSharedGDIObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/SharedGDIObject.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/SharedGDIObject.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/SharedGDIObject.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;SharedGDIObject&gt; create(GDIObject&lt;T&gt; object)
</span><span class="cx">     {
</span><del>-        return adoptRef(new SharedGDIObject&lt;T&gt;(std::move(object)));
</del><ins>+        return adoptRef(new SharedGDIObject&lt;T&gt;(WTF::move(object)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     T get() const
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     explicit SharedGDIObject(GDIObject&lt;T&gt; object)
</span><del>-        : m_object(std::move(object))
</del><ins>+        : m_object(WTF::move(object))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgraphicswinSimpleFontDataWincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/graphics/win/SimpleFontDataWin.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/graphics/win/SimpleFontDataWin.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/graphics/win/SimpleFontDataWin.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">     GetObject(m_platformData.hfont(), sizeof(LOGFONT), &amp;winfont);
</span><span class="cx">     winfont.lfHeight = -lroundf(scaledSize * (m_platformData.useGDI() ? 1 : 32));
</span><span class="cx">     auto hfont = adoptGDIObject(::CreateFontIndirect(&amp;winfont));
</span><del>-    return SimpleFontData::create(FontPlatformData(std::move(hfont), scaledSize, m_platformData.syntheticBold(), m_platformData.syntheticOblique(), m_platformData.useGDI()), isCustomFont(), false);
</del><ins>+    return SimpleFontData::create(FontPlatformData(WTF::move(hfont), scaledSize, m_platformData.syntheticBold(), m_platformData.syntheticOblique(), m_platformData.useGDI()), isCustomFont(), false);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SimpleFontData::containsCharacters(const UChar* characters, int length) const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgtkGtkTouchContextHelpercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/gtk/GtkTouchContextHelper.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/GtkTouchContextHelper.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/gtk/GtkTouchContextHelper.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">     case GDK_TOUCH_BEGIN: {
</span><span class="cx">         ASSERT(!m_touchEvents.contains(sequence));
</span><span class="cx">         GUniquePtr&lt;GdkEvent&gt; event(gdk_event_copy(touchEvent));
</span><del>-        m_touchEvents.add(sequence, std::move(event));
</del><ins>+        m_touchEvents.add(sequence, WTF::move(event));
</ins><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx">     case GDK_TOUCH_UPDATE: {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformleveldbLevelDBDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/leveldb/LevelDBDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/leveldb/LevelDBDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/leveldb/LevelDBDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -149,7 +149,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto result = std::make_unique&lt;LevelDBDatabase&gt;();
</span><span class="cx">     result-&gt;m_db = std::unique_ptr&lt;leveldb::DB&gt;(db);
</span><del>-    result-&gt;m_comparatorAdapter = std::move(comparatorAdapter);
</del><ins>+    result-&gt;m_comparatorAdapter = WTF::move(comparatorAdapter);
</ins><span class="cx">     result-&gt;m_comparator = comparator;
</span><span class="cx"> 
</span><span class="cx">     return result;
</span><span class="lines">@@ -169,9 +169,9 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     auto result = std::make_unique&lt;LevelDBDatabase&gt;();
</span><del>-    result-&gt;m_env = std::move(inMemoryEnv);
</del><ins>+    result-&gt;m_env = WTF::move(inMemoryEnv);
</ins><span class="cx">     result-&gt;m_db = std::unique_ptr&lt;leveldb::DB&gt;(db);
</span><del>-    result-&gt;m_comparatorAdapter = std::move(comparatorAdapter);
</del><ins>+    result-&gt;m_comparatorAdapter = WTF::move(comparatorAdapter);
</ins><span class="cx">     result-&gt;m_comparator = comparator;
</span><span class="cx"> 
</span><span class="cx">     return result;
</span><span class="lines">@@ -258,7 +258,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> IteratorImpl::IteratorImpl(std::unique_ptr&lt;leveldb::Iterator&gt; it)
</span><del>-    : m_iterator(std::move(it))
</del><ins>+    : m_iterator(WTF::move(it))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -320,7 +320,7 @@
</span><span class="cx">     std::unique_ptr&lt;leveldb::Iterator&gt; i(m_db-&gt;NewIterator(readOptions));
</span><span class="cx">     if (!i) // FIXME: Double check if we actually need to check this.
</span><span class="cx">         return nullptr;
</span><del>-    return std::make_unique&lt;IteratorImpl&gt;(std::move(i));
</del><ins>+    return std::make_unique&lt;IteratorImpl&gt;(WTF::move(i));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> const LevelDBComparator* LevelDBDatabase::comparator() const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformmacHIDGamepadProvidercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/mac/HIDGamepadProvider.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -176,7 +176,7 @@
</span><span class="cx">         m_gamepadVector.resize(index + 1);
</span><span class="cx"> 
</span><span class="cx">     m_gamepadVector[index] = gamepad.get();
</span><del>-    m_gamepadMap.set(device, std::move(gamepad));
</del><ins>+    m_gamepadMap.set(device, WTF::move(gamepad));
</ins><span class="cx"> 
</span><span class="cx">     if (!m_shouldDispatchCallbacks) {
</span><span class="cx">         // This added device is the result of us starting to monitor gamepads.
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkBlobDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/BlobData.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/BlobData.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/BlobData.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,14 +44,14 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;RawData&gt; create(Vector&lt;char&gt;&amp;&amp; data)
</span><span class="cx">     {
</span><del>-        return adoptRef(new RawData(std::move(data)));
</del><ins>+        return adoptRef(new RawData(WTF::move(data)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;RawData&gt; create(const char* data, size_t size)
</span><span class="cx">     {
</span><span class="cx">         Vector&lt;char&gt; dataVector(size);
</span><span class="cx">         memcpy(dataVector.data(), data, size);
</span><del>-        return adoptRef(new RawData(std::move(dataVector)));
</del><ins>+        return adoptRef(new RawData(WTF::move(dataVector)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     const char* data() const { return m_data.data(); }
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     RawData(Vector&lt;char&gt;&amp;&amp; data)
</span><del>-        : m_data(std::move(data))
</del><ins>+        : m_data(WTF::move(data))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkBlobParth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/BlobPart.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/BlobPart.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/BlobPart.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx">     BlobPart(Vector&lt;char&gt; data)
</span><span class="cx">         : m_type(Data)
</span><del>-        , m_data(std::move(data))
</del><ins>+        , m_data(WTF::move(data))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">     Vector&lt;char&gt; moveData()
</span><span class="cx">     {
</span><span class="cx">         ASSERT(m_type == Data);
</span><del>-        return std::move(m_data);
</del><ins>+        return WTF::move(m_data);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     const URL&amp; url() const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkHTTPHeaderMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/HTTPHeaderMap.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/HTTPHeaderMap.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/HTTPHeaderMap.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     m_headers.clear();
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; header : *data)
</span><del>-        m_headers.add(std::move(header.first), std::move(header.second));
</del><ins>+        m_headers.add(WTF::move(header.first), WTF::move(header.second));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static String internHTTPHeaderNameString(const String&amp; nameString)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkNetworkStateNotifiercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/NetworkStateNotifier.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/NetworkStateNotifier.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/NetworkStateNotifier.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">     registerObserverIfNecessary();
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    m_listeners.append(std::move(listener));
</del><ins>+    m_listeners.append(WTF::move(listener));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void NetworkStateNotifier::notifyNetworkStateChange() const
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkResourceHandleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/ResourceHandle.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/ResourceHandle.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/ResourceHandle.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if USE(QUICK_LOOK)
</span><span class="cx">     QuickLookHandle* quickLookHandle() { return m_quickLook.get(); }
</span><del>-    void setQuickLookHandle(std::unique_ptr&lt;QuickLookHandle&gt; handle) { m_quickLook = std::move(handle); }
</del><ins>+    void setQuickLookHandle(std::unique_ptr&lt;QuickLookHandle&gt; handle) { m_quickLook = WTF::move(handle); }
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(WIN) &amp;&amp; USE(CURL)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkResourceRequestBasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/ResourceRequestBase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/ResourceRequestBase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/ResourceRequestBase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">     request-&gt;setPriority(data-&gt;m_priority);
</span><span class="cx"> 
</span><span class="cx">     request-&gt;updateResourceRequest();
</span><del>-    request-&gt;m_httpHeaderFields.adopt(std::move(data-&gt;m_httpHeaders));
</del><ins>+    request-&gt;m_httpHeaderFields.adopt(WTF::move(data-&gt;m_httpHeaders));
</ins><span class="cx"> 
</span><span class="cx">     size_t encodingCount = data-&gt;m_responseContentDispositionEncodingFallbackArray.size();
</span><span class="cx">     if (encodingCount &gt; 0) {
</span><span class="lines">@@ -467,7 +467,7 @@
</span><span class="cx"> {
</span><span class="cx">     updateResourceRequest();
</span><span class="cx"> 
</span><del>-    m_httpHeaderFields = std::move(headerFields);
</del><ins>+    m_httpHeaderFields = WTF::move(headerFields);
</ins><span class="cx"> 
</span><span class="cx">     if (url().protocolIsInHTTPFamily())
</span><span class="cx">         m_platformRequestUpdated = false;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkResourceResponseBasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/ResourceResponseBase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/ResourceResponseBase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/ResourceResponseBase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">     response-&gt;setHTTPStatusText(data-&gt;m_httpStatusText);
</span><span class="cx"> 
</span><span class="cx">     response-&gt;lazyInit(CommonAndUncommonFields);
</span><del>-    response-&gt;m_httpHeaderFields.adopt(std::move(data-&gt;m_httpHeaders));
</del><ins>+    response-&gt;m_httpHeaderFields.adopt(WTF::move(data-&gt;m_httpHeaders));
</ins><span class="cx">     response-&gt;m_resourceLoadTiming = data-&gt;m_resourceLoadTiming;
</span><span class="cx">     response-&gt;doPlatformAdopt(data);
</span><span class="cx">     return response.release();
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcfFormDataStreamCFNetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/cf/FormDataStreamCFNet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -139,7 +139,7 @@
</span><span class="cx">         size_t size = nextInput.m_data.size();
</span><span class="cx">         MallocPtr&lt;char&gt; data = nextInput.m_data.releaseBuffer();
</span><span class="cx">         form-&gt;currentStream = CFReadStreamCreateWithBytesNoCopy(0, reinterpret_cast&lt;const UInt8*&gt;(data.get()), size, kCFAllocatorNull);
</span><del>-        form-&gt;currentData = std::move(data);
</del><ins>+        form-&gt;currentData = WTF::move(data);
</ins><span class="cx">     } else {
</span><span class="cx">         // Check if the file has been changed or not if required.
</span><span class="cx">         if (isValidFileTime(nextInput.m_expectedFileModificationTime)) {
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcfResourceHandleCFNetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -494,7 +494,7 @@
</span><span class="cx"> RetainPtr&lt;CFURLConnectionRef&gt; ResourceHandle::releaseConnectionForDownload()
</span><span class="cx"> {
</span><span class="cx">     LOG(Network, &quot;CFNet - Job %p releasing connection %p for download&quot;, this, d-&gt;m_connection.get());
</span><del>-    return std::move(d-&gt;m_connection);
</del><ins>+    return WTF::move(d-&gt;m_connection);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> CFStringRef ResourceHandle::synchronousLoadRunLoopMode()
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkcurlCurlCacheManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/curl/CurlCacheManager.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/curl/CurlCacheManager.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/curl/CurlCacheManager.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx">             m_currentStorageSize += cacheEntry-&gt;entrySize();
</span><span class="cx">             makeRoomForNewEntry();
</span><span class="cx">             m_LRUEntryList.prependOrMoveToFirst(url);
</span><del>-            m_index.set(url, std::move(cacheEntry));
</del><ins>+            m_index.set(url, WTF::move(cacheEntry));
</ins><span class="cx">         } else
</span><span class="cx">             cacheEntry-&gt;invalidate();
</span><span class="cx"> 
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx">         bool cacheable = cacheEntry-&gt;parseResponseHeaders(response);
</span><span class="cx">         if (cacheable) {
</span><span class="cx">             m_LRUEntryList.prependOrMoveToFirst(url);
</span><del>-            m_index.set(url, std::move(cacheEntry));
</del><ins>+            m_index.set(url, WTF::move(cacheEntry));
</ins><span class="cx">             saveResponseHeaders(url, response);
</span><span class="cx">         }
</span><span class="cx">     } else
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkiosQuickLookmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/ios/QuickLook.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/ios/QuickLook.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/ios/QuickLook.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -428,7 +428,7 @@
</span><span class="cx"> 
</span><span class="cx">     std::unique_ptr&lt;QuickLookHandle&gt; quickLookHandle(new QuickLookHandle([handle-&gt;firstRequest().nsURLRequest(DoNotUpdateHTTPBody) URL], connection, nsResponse, delegate));
</span><span class="cx">     handle-&gt;client()-&gt;didCreateQuickLookHandle(*quickLookHandle);
</span><del>-    return std::move(quickLookHandle);
</del><ins>+    return WTF::move(quickLookHandle);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if USE(CFNETWORK)
</span><span class="lines">@@ -442,7 +442,7 @@
</span><span class="cx">     WebQuickLookHandleAsDelegate *delegate = [[[WebQuickLookHandleAsDelegate alloc] initWithConnectionDelegate:connectionDelegate] autorelease];
</span><span class="cx">     std::unique_ptr&lt;QuickLookHandle&gt; quickLookHandle(new QuickLookHandle([handle-&gt;firstRequest().nsURLRequest(DoNotUpdateHTTPBody) URL], nil, nsResponse, delegate));
</span><span class="cx">     handle-&gt;client()-&gt;didCreateQuickLookHandle(*quickLookHandle);
</span><del>-    return std::move(quickLookHandle);
</del><ins>+    return WTF::move(quickLookHandle);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> CFURLResponseRef QuickLookHandle::cfResponse()
</span><span class="lines">@@ -460,7 +460,7 @@
</span><span class="cx">     RetainPtr&lt;WebResourceLoaderQuickLookDelegate&gt; delegate = adoptNS([[WebResourceLoaderQuickLookDelegate alloc] initWithResourceLoader:loader]);
</span><span class="cx">     std::unique_ptr&lt;QuickLookHandle&gt; quickLookHandle(new QuickLookHandle([loader-&gt;originalRequest().nsURLRequest(DoNotUpdateHTTPBody) URL], nil, response, delegate.get()));
</span><span class="cx">     loader-&gt;didCreateQuickLookHandle(*quickLookHandle);
</span><del>-    return std::move(quickLookHandle);
</del><ins>+    return WTF::move(quickLookHandle);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> NSURLResponse *QuickLookHandle::nsResponse()
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworksoupNetworkStorageSessionSoupcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/soup/NetworkStorageSessionSoup.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/soup/NetworkStorageSessionSoup.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/network/soup/NetworkStorageSessionSoup.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> NetworkStorageSession::NetworkStorageSession(std::unique_ptr&lt;SoupNetworkSession&gt; session)
</span><del>-    : m_session(std::move(session))
</del><ins>+    : m_session(WTF::move(session))
</ins><span class="cx">     , m_isPrivate(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> 
</span><span class="cx"> void NetworkStorageSession::setSoupNetworkSession(std::unique_ptr&lt;SoupNetworkSession&gt; session)
</span><span class="cx"> {
</span><del>-    m_session = std::move(session);
</del><ins>+    m_session = WTF::move(session);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformwinWCDataObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/win/WCDataObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/win/WCDataObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/platform/win/WCDataObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -264,13 +264,13 @@
</span><span class="cx">     ZeroMemory(pStgMed.get(), sizeof(STGMEDIUM));
</span><span class="cx"> 
</span><span class="cx">     *fetc = *pformatetc;
</span><del>-    m_formats.append(std::move(fetc));
</del><ins>+    m_formats.append(WTF::move(fetc));
</ins><span class="cx"> 
</span><span class="cx">     if(fRelease)
</span><span class="cx">         *pStgMed = *pmedium;
</span><span class="cx">     else
</span><span class="cx">         CopyMedium(pStgMed.get(), pmedium, pformatetc);
</span><del>-    m_medium.append(std::move(pStgMed));
</del><ins>+    m_medium.append(WTF::move(pStgMed));
</ins><span class="cx"> 
</span><span class="cx">     return S_OK;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorepluginsPluginViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/plugins/PluginView.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/plugins/PluginView.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/plugins/PluginView.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1178,7 +1178,7 @@
</span><span class="cx"> 
</span><span class="cx">     frameLoadRequest.resourceRequest().setHTTPMethod(&quot;POST&quot;);
</span><span class="cx">     frameLoadRequest.resourceRequest().setURL(makeURL(m_parentFrame-&gt;document()-&gt;baseURL(), url));
</span><del>-    frameLoadRequest.resourceRequest().setHTTPHeaderFields(std::move(headerFields));
</del><ins>+    frameLoadRequest.resourceRequest().setHTTPHeaderFields(WTF::move(headerFields));
</ins><span class="cx">     frameLoadRequest.resourceRequest().setHTTPBody(FormData::create(postData, postDataLength));
</span><span class="cx">     frameLoadRequest.setFrameName(target);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingFloatingObjectscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/FloatingObjects.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/FloatingObjects.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/FloatingObjects.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx">         // FIXME: The only reason it is safe to move these out of the set is that
</span><span class="cx">         // we are about to clear it. Otherwise it would break the hash table invariant.
</span><span class="cx">         // A clean way to do this would be to add a takeAll function to HashSet.
</span><del>-        map.add(&amp;renderer, std::move(*it));
</del><ins>+        map.add(&amp;renderer, WTF::move(*it));
</ins><span class="cx">     }
</span><span class="cx">     clear();
</span><span class="cx"> }
</span><span class="lines">@@ -349,7 +349,7 @@
</span><span class="cx">     increaseObjectsCount(floatingObject-&gt;type());
</span><span class="cx">     if (floatingObject-&gt;isPlaced())
</span><span class="cx">         addPlacedObject(floatingObject.get());
</span><del>-    return m_set.add(std::move(floatingObject)).iterator-&gt;get();
</del><ins>+    return m_set.add(WTF::move(floatingObject)).iterator-&gt;get();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void FloatingObjects::remove(FloatingObject* floatingObject)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingLayoutStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/LayoutState.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/LayoutState.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/LayoutState.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> 
</span><span class="cx"> LayoutState::LayoutState(std::unique_ptr&lt;LayoutState&gt; next, RenderBox* renderer, const LayoutSize&amp; offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged)
</span><span class="cx">     : m_lineGrid(0)
</span><del>-    , m_next(std::move(next))
</del><ins>+    , m_next(WTF::move(next))
</ins><span class="cx"> #ifndef NDEBUG
</span><span class="cx">     , m_renderer(renderer)
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlock.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlock.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderBlock.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -173,7 +173,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderBlock::RenderBlock(Element&amp; element, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderBox(element, std::move(style), baseTypeFlags | RenderBlockFlag)
</del><ins>+    : RenderBox(element, WTF::move(style), baseTypeFlags | RenderBlockFlag)
</ins><span class="cx">     , m_lineHeight(-1)
</span><span class="cx">     , m_hasMarginBeforeQuirk(false)
</span><span class="cx">     , m_hasMarginAfterQuirk(false)
</span><span class="lines">@@ -185,7 +185,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBlock::RenderBlock(Document&amp; document, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderBox(document, std::move(style), baseTypeFlags | RenderBlockFlag)
</del><ins>+    : RenderBox(document, WTF::move(style), baseTypeFlags | RenderBlockFlag)
</ins><span class="cx">     , m_lineHeight(-1)
</span><span class="cx">     , m_hasMarginBeforeQuirk(false)
</span><span class="cx">     , m_hasMarginAfterQuirk(false)
</span><span class="lines">@@ -448,7 +448,7 @@
</span><span class="cx">         RenderBlock* blockCurr = toRenderBlock(curr);
</span><span class="cx">         
</span><span class="cx">         // Create a new clone.
</span><del>-        RenderPtr&lt;RenderBlock&gt; cloneChild = std::move(cloneBlock);
</del><ins>+        RenderPtr&lt;RenderBlock&gt; cloneChild = WTF::move(cloneBlock);
</ins><span class="cx">         cloneBlock = blockCurr-&gt;clone();
</span><span class="cx"> 
</span><span class="cx">         // Insert our child clone as the first child.
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockFlowcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlockFlow.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBlockFlow::RenderBlockFlow(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(element, std::move(style), RenderBlockFlowFlag)
</del><ins>+    : RenderBlock(element, WTF::move(style), RenderBlockFlowFlag)
</ins><span class="cx"> #if ENABLE(IOS_TEXT_AUTOSIZING)
</span><span class="cx">     , m_widthForTextAutosizing(-1)
</span><span class="cx">     , m_lineCountForTextAutosizing(NOT_SET)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBlockFlow::RenderBlockFlow(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(document, std::move(style), RenderBlockFlowFlag)
</del><ins>+    : RenderBlock(document, WTF::move(style), RenderBlockFlowFlag)
</ins><span class="cx"> #if ENABLE(IOS_TEXT_AUTOSIZING)
</span><span class="cx">     , m_widthForTextAutosizing(-1)
</span><span class="cx">     , m_lineCountForTextAutosizing(NOT_SET)
</span><span class="lines">@@ -1916,7 +1916,7 @@
</span><span class="cx">     VerticalPositionCache verticalPositionCache;
</span><span class="cx">     lineGridBox-&gt;alignBoxesInBlockDirection(logicalHeight(), textBoxDataMap, verticalPositionCache);
</span><span class="cx">     
</span><del>-    setLineGridBox(std::move(lineGridBox));
</del><ins>+    setLineGridBox(WTF::move(lineGridBox));
</ins><span class="cx"> 
</span><span class="cx">     // FIXME: If any of the characteristics of the box change compared to the old one, then we need to do a deep dirtying
</span><span class="cx">     // (similar to what happens when the page height changes). Ideally, though, we only do this if someone is actually snapping
</span><span class="lines">@@ -2222,7 +2222,7 @@
</span><span class="cx"> 
</span><span class="cx">     setLogicalWidthForFloat(floatingObject.get(), logicalWidthForChild(floatBox) + marginStartForChild(floatBox) + marginEndForChild(floatBox));
</span><span class="cx"> 
</span><del>-    return m_floatingObjects-&gt;add(std::move(floatingObject));
</del><ins>+    return m_floatingObjects-&gt;add(WTF::move(floatingObject));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderBlockFlow::removeFloatingObject(RenderBox&amp; floatBox)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockFlowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlockFlow.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlockFlow.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderBlockFlow.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -269,7 +269,7 @@
</span><span class="cx">     RootInlineBox* lineGridBox() const { return hasRareBlockFlowData() ? rareBlockFlowData()-&gt;m_lineGridBox.get() : nullptr; }
</span><span class="cx">     void setLineGridBox(std::unique_ptr&lt;RootInlineBox&gt; box)
</span><span class="cx">     {
</span><del>-        ensureRareBlockFlowData().m_lineGridBox = std::move(box);
</del><ins>+        ensureRareBlockFlowData().m_lineGridBox = WTF::move(box);
</ins><span class="cx">     }
</span><span class="cx">     void layoutLineGridBox();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBlockLineLayoutcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderBlockLineLayout.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto newRootBox = createRootInlineBox();
</span><span class="cx">     RootInlineBox* rootBox = newRootBox.get();
</span><del>-    m_lineBoxes.appendLineBox(std::move(newRootBox));
</del><ins>+    m_lineBoxes.appendLineBox(WTF::move(newRootBox));
</ins><span class="cx"> 
</span><span class="cx">     if (UNLIKELY(AXObjectCache::accessibilityEnabled()) &amp;&amp; firstRootBox() == rootBox) {
</span><span class="cx">         if (AXObjectCache* cache = document().existingAXObjectCache())
</span><span class="lines">@@ -1312,7 +1312,7 @@
</span><span class="cx">             LayoutUnit bottomLayoutOverflow = lastRootBox()-&gt;logicalBottomLayoutOverflow();
</span><span class="cx">             auto newLineBox = std::make_unique&lt;TrailingFloatsRootInlineBox&gt;(*this);
</span><span class="cx">             auto trailingFloatsLineBox = newLineBox.get();
</span><del>-            m_lineBoxes.appendLineBox(std::move(newLineBox));
</del><ins>+            m_lineBoxes.appendLineBox(WTF::move(newLineBox));
</ins><span class="cx">             trailingFloatsLineBox-&gt;setConstructed();
</span><span class="cx">             GlyphOverflowAndFallbackFontsMap textBoxDataMap;
</span><span class="cx">             VerticalPositionCache verticalPositionCache;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBox.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBox.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderBox.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBox::RenderBox(Element&amp; element, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderBoxModelObject(element, std::move(style), baseTypeFlags)
</del><ins>+    : RenderBoxModelObject(element, WTF::move(style), baseTypeFlags)
</ins><span class="cx">     , m_minPreferredLogicalWidth(-1)
</span><span class="cx">     , m_maxPreferredLogicalWidth(-1)
</span><span class="cx">     , m_inlineBoxWrapper(0)
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBox::RenderBox(Document&amp; document, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderBoxModelObject(document, std::move(style), baseTypeFlags)
</del><ins>+    : RenderBoxModelObject(document, WTF::move(style), baseTypeFlags)
</ins><span class="cx">     , m_minPreferredLogicalWidth(-1)
</span><span class="cx">     , m_maxPreferredLogicalWidth(-1)
</span><span class="cx">     , m_inlineBoxWrapper(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderBoxModelObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderBoxModelObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -161,12 +161,12 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBoxModelObject::RenderBoxModelObject(Element&amp; element, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderLayerModelObject(element, std::move(style), baseTypeFlags | RenderBoxModelObjectFlag)
</del><ins>+    : RenderLayerModelObject(element, WTF::move(style), baseTypeFlags | RenderBoxModelObjectFlag)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderBoxModelObject::RenderBoxModelObject(Document&amp; document, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderLayerModelObject(document, std::move(style), baseTypeFlags | RenderBoxModelObjectFlag)
</del><ins>+    : RenderLayerModelObject(document, WTF::move(style), baseTypeFlags | RenderBoxModelObjectFlag)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderButtoncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderButton.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderButton.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderButton.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderButton::RenderButton(HTMLFormControlElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(element, std::move(style))
</del><ins>+    : RenderFlexibleBox(element, WTF::move(style))
</ins><span class="cx">     , m_buttonText(0)
</span><span class="cx">     , m_inner(0)
</span><span class="cx">     , m_default(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderDeprecatedFlexibleBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderDeprecatedFlexibleBox.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderDeprecatedFlexibleBox::RenderDeprecatedFlexibleBox(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(element, std::move(style), 0)
</del><ins>+    : RenderBlock(element, WTF::move(style), 0)
</ins><span class="cx"> {
</span><span class="cx">     setChildrenInline(false); // All of our children must be block-level
</span><span class="cx">     m_stretchingChildren = false;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderDetailsMarkercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderDetailsMarker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderDetailsMarker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderDetailsMarker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderDetailsMarker::RenderDetailsMarker(DetailsMarkerControl&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -86,17 +86,17 @@
</span><span class="cx">     , m_hasPausedImageAnimations(false)
</span><span class="cx">     , m_firstChild(nullptr)
</span><span class="cx">     , m_lastChild(nullptr)
</span><del>-    , m_style(std::move(style))
</del><ins>+    , m_style(WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderElement::RenderElement(Element&amp; element, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderElement(static_cast&lt;ContainerNode&amp;&gt;(element), std::move(style), baseTypeFlags)
</del><ins>+    : RenderElement(static_cast&lt;ContainerNode&amp;&gt;(element), WTF::move(style), baseTypeFlags)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderElement::RenderElement(Document&amp; document, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderElement(static_cast&lt;ContainerNode&amp;&gt;(document), std::move(style), baseTypeFlags)
</del><ins>+    : RenderElement(static_cast&lt;ContainerNode&amp;&gt;(document), WTF::move(style), baseTypeFlags)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -138,58 +138,58 @@
</span><span class="cx">     const ContentData* contentData = style.get().contentData();
</span><span class="cx">     if (contentData &amp;&amp; !contentData-&gt;next() &amp;&amp; contentData-&gt;isImage() &amp;&amp; !element.isPseudoElement()) {
</span><span class="cx">         auto&amp; styleImage = toImageContentData(contentData)-&gt;image();
</span><del>-        auto image = createRenderer&lt;RenderImage&gt;(element, std::move(style), const_cast&lt;StyleImage*&gt;(&amp;styleImage));
</del><ins>+        auto image = createRenderer&lt;RenderImage&gt;(element, WTF::move(style), const_cast&lt;StyleImage*&gt;(&amp;styleImage));
</ins><span class="cx">         image-&gt;setIsGeneratedContent();
</span><del>-        return std::move(image);
</del><ins>+        return WTF::move(image);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (element.hasTagName(HTMLNames::rubyTag)) {
</span><span class="cx">         if (style.get().display() == INLINE)
</span><del>-            return createRenderer&lt;RenderRubyAsInline&gt;(element, std::move(style));
</del><ins>+            return createRenderer&lt;RenderRubyAsInline&gt;(element, WTF::move(style));
</ins><span class="cx">         if (style.get().display() == BLOCK)
</span><del>-            return createRenderer&lt;RenderRubyAsBlock&gt;(element, std::move(style));
</del><ins>+            return createRenderer&lt;RenderRubyAsBlock&gt;(element, WTF::move(style));
</ins><span class="cx">     }
</span><span class="cx">     // treat &lt;rt&gt; as ruby text ONLY if it still has its default treatment of block
</span><span class="cx">     if (element.hasTagName(HTMLNames::rtTag) &amp;&amp; style.get().display() == BLOCK)
</span><del>-        return createRenderer&lt;RenderRubyText&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderRubyText&gt;(element, WTF::move(style));
</ins><span class="cx">     switch (style.get().display()) {
</span><span class="cx">     case NONE:
</span><span class="cx">         style.dropRef();
</span><span class="cx">         return nullptr;
</span><span class="cx">     case INLINE:
</span><del>-        return createRenderer&lt;RenderInline&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderInline&gt;(element, WTF::move(style));
</ins><span class="cx">     case BLOCK:
</span><span class="cx">     case INLINE_BLOCK:
</span><span class="cx">     case COMPACT:
</span><del>-        return createRenderer&lt;RenderBlockFlow&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderBlockFlow&gt;(element, WTF::move(style));
</ins><span class="cx">     case LIST_ITEM:
</span><del>-        return createRenderer&lt;RenderListItem&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderListItem&gt;(element, WTF::move(style));
</ins><span class="cx">     case TABLE:
</span><span class="cx">     case INLINE_TABLE:
</span><del>-        return createRenderer&lt;RenderTable&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderTable&gt;(element, WTF::move(style));
</ins><span class="cx">     case TABLE_ROW_GROUP:
</span><span class="cx">     case TABLE_HEADER_GROUP:
</span><span class="cx">     case TABLE_FOOTER_GROUP:
</span><del>-        return createRenderer&lt;RenderTableSection&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderTableSection&gt;(element, WTF::move(style));
</ins><span class="cx">     case TABLE_ROW:
</span><del>-        return createRenderer&lt;RenderTableRow&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderTableRow&gt;(element, WTF::move(style));
</ins><span class="cx">     case TABLE_COLUMN_GROUP:
</span><span class="cx">     case TABLE_COLUMN:
</span><del>-        return createRenderer&lt;RenderTableCol&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderTableCol&gt;(element, WTF::move(style));
</ins><span class="cx">     case TABLE_CELL:
</span><del>-        return createRenderer&lt;RenderTableCell&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderTableCell&gt;(element, WTF::move(style));
</ins><span class="cx">     case TABLE_CAPTION:
</span><del>-        return createRenderer&lt;RenderTableCaption&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderTableCaption&gt;(element, WTF::move(style));
</ins><span class="cx">     case BOX:
</span><span class="cx">     case INLINE_BOX:
</span><del>-        return createRenderer&lt;RenderDeprecatedFlexibleBox&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderDeprecatedFlexibleBox&gt;(element, WTF::move(style));
</ins><span class="cx">     case FLEX:
</span><span class="cx">     case INLINE_FLEX:
</span><del>-        return createRenderer&lt;RenderFlexibleBox&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderFlexibleBox&gt;(element, WTF::move(style));
</ins><span class="cx"> #if ENABLE(CSS_GRID_LAYOUT)
</span><span class="cx">     case GRID:
</span><span class="cx">     case INLINE_GRID:
</span><del>-        return createRenderer&lt;RenderGrid&gt;(element, std::move(style));
</del><ins>+        return createRenderer&lt;RenderGrid&gt;(element, WTF::move(style));
</ins><span class="cx"> #endif
</span><span class="cx">     }
</span><span class="cx">     ASSERT_NOT_REACHED();
</span><span class="lines">@@ -407,7 +407,7 @@
</span><span class="cx"> 
</span><span class="cx">     styleWillChange(diff, style.get());
</span><span class="cx"> 
</span><del>-    Ref&lt;RenderStyle&gt; oldStyle(m_style.replace(std::move(style)));
</del><ins>+    Ref&lt;RenderStyle&gt; oldStyle(m_style.replace(WTF::move(style)));
</ins><span class="cx"> 
</span><span class="cx">     updateFillImages(oldStyle.get().backgroundLayers(), m_style-&gt;backgroundLayers());
</span><span class="cx">     updateFillImages(oldStyle.get().maskLayers(), m_style-&gt;maskLayers());
</span><span class="lines">@@ -786,7 +786,7 @@
</span><span class="cx">         if (elementChild.isInFlowPositioned() &amp;&amp; toRenderBlock(elementChild).isAnonymousBlockContinuation())
</span><span class="cx">             newStyle.get().setPosition(elementChild.style().position());
</span><span class="cx"> 
</span><del>-        elementChild.setStyle(std::move(newStyle));
</del><ins>+        elementChild.setStyle(WTF::move(newStyle));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderElement.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderElement.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderElement.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Updates only the local style ptr of the object. Does not update the state of the object,
</span><span class="cx">     // and so only should be called when the style is known not to have changed (or from setStyle).
</span><del>-    void setStyleInternal(PassRef&lt;RenderStyle&gt; style) { m_style = std::move(style); }
</del><ins>+    void setStyleInternal(PassRef&lt;RenderStyle&gt; style) { m_style = WTF::move(style); }
</ins><span class="cx"> 
</span><span class="cx">     // Repaint only if our old bounds and new bounds are different. The caller may pass in newBounds and newOutlineBox if they are known.
</span><span class="cx">     bool repaintAfterLayoutIfNeeded(const RenderLayerModelObject* repaintContainer, const LayoutRect&amp; oldBounds, const LayoutRect&amp; oldOutlineBox, const LayoutRect* newBoundsPtr = nullptr, const LayoutRect* newOutlineBoxPtr = nullptr);
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx"> 
</span><span class="cx"> inline void RenderElement::setAnimatableStyle(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    setStyle(animation().updateAnimations(*this, std::move(style)));
</del><ins>+    setStyle(animation().updateAnimations(*this, WTF::move(style)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> inline RenderStyle&amp; RenderElement::firstLineStyle() const
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderEmbeddedObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderEmbeddedObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -97,7 +97,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderEmbeddedObject::RenderEmbeddedObject(HTMLFrameOwnerElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderWidget(element, std::move(style))
</del><ins>+    : RenderWidget(element, WTF::move(style))
</ins><span class="cx">     , m_isPluginUnavailable(false)
</span><span class="cx">     , m_isUnavailablePluginIndicatorHidden(false)
</span><span class="cx">     , m_unavailablePluginIndicatorIsPressed(false)
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderEmbeddedObject&gt; RenderEmbeddedObject::createForApplet(HTMLAppletElement&amp; applet, PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    auto renderer = createRenderer&lt;RenderEmbeddedObject&gt;(applet, std::move(style));
</del><ins>+    auto renderer = createRenderer&lt;RenderEmbeddedObject&gt;(applet, WTF::move(style));
</ins><span class="cx">     renderer-&gt;setInline(true);
</span><span class="cx">     return renderer;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFieldsetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFieldset.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFieldset.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFieldset.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderFieldset::RenderFieldset(HTMLFieldSetElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFileUploadControlcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFileUploadControl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFileUploadControl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFileUploadControl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx"> const int buttonShadowHeight = 2;
</span><span class="cx"> 
</span><span class="cx"> RenderFileUploadControl::RenderFileUploadControl(HTMLInputElement&amp; input, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(input, std::move(style))
</del><ins>+    : RenderBlockFlow(input, WTF::move(style))
</ins><span class="cx">     , m_canReceiveDroppedFiles(input.canReceiveDroppedFiles())
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFlexibleBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFlexibleBox.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> RenderFlexibleBox::RenderFlexibleBox(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(element, std::move(style), 0)
</del><ins>+    : RenderBlock(element, WTF::move(style), 0)
</ins><span class="cx">     , m_orderIterator(*this)
</span><span class="cx">     , m_numberOfInFlowChildrenOnFirstLine(-1)
</span><span class="cx"> {
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderFlexibleBox::RenderFlexibleBox(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(document, std::move(style), 0)
</del><ins>+    : RenderBlock(document, WTF::move(style), 0)
</ins><span class="cx">     , m_orderIterator(*this)
</span><span class="cx">     , m_numberOfInFlowChildrenOnFirstLine(-1)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFlowThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFlowThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFlowThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFlowThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderFlowThread::RenderFlowThread(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(document, std::move(style))
</del><ins>+    : RenderBlockFlow(document, WTF::move(style))
</ins><span class="cx">     , m_previousRegionCount(0)
</span><span class="cx">     , m_autoLogicalHeightRegionsCount(0)
</span><span class="cx">     , m_currentRegionMaintainer(nullptr)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFramecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFrame.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFrame.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFrame.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderFrame::RenderFrame(HTMLFrameElement&amp; frame, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFrameBase(frame, std::move(style))
</del><ins>+    : RenderFrameBase(frame, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFrameBasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFrameBase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFrameBase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFrameBase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderFrameBase::RenderFrameBase(HTMLFrameElementBase&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderWidget(element, std::move(style))
</del><ins>+    : RenderWidget(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFrameSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFrameSet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFrameSet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFrameSet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderFrameSet::RenderFrameSet(HTMLFrameSetElement&amp; frameSet, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(frameSet, std::move(style), 0)
</del><ins>+    : RenderBox(frameSet, WTF::move(style), 0)
</ins><span class="cx">     , m_isResizing(false)
</span><span class="cx">     , m_isChildResizing(false)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderFullScreencpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderFullScreen.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderFullScreen.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderFullScreen.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> class RenderFullScreenPlaceholder final : public RenderBlockFlow {
</span><span class="cx"> public:
</span><span class="cx">     RenderFullScreenPlaceholder(RenderFullScreen&amp; owner, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderBlockFlow(owner.document(), std::move(style))
</del><ins>+        : RenderBlockFlow(owner.document(), WTF::move(style))
</ins><span class="cx">         , m_owner(owner) 
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderFullScreen::RenderFullScreen(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(document, std::move(style))
</del><ins>+    : RenderFlexibleBox(document, WTF::move(style))
</ins><span class="cx">     , m_placeholder(0)
</span><span class="cx"> {
</span><span class="cx">     setReplaced(false); 
</span><span class="lines">@@ -193,11 +193,11 @@
</span><span class="cx">         style.get().setHeight(Length(frameRect.height(), Fixed));
</span><span class="cx"> 
</span><span class="cx">     if (m_placeholder) {
</span><del>-        m_placeholder-&gt;setStyle(std::move(style));
</del><ins>+        m_placeholder-&gt;setStyle(WTF::move(style));
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_placeholder = new RenderFullScreenPlaceholder(*this, std::move(style));
</del><ins>+    m_placeholder = new RenderFullScreenPlaceholder(*this, WTF::move(style));
</ins><span class="cx">     m_placeholder-&gt;initializeStyle();
</span><span class="cx">     if (parent()) {
</span><span class="cx">         parent()-&gt;addChild(m_placeholder, this);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderGridcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderGrid.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderGrid.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderGrid.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -185,7 +185,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderGrid::RenderGrid(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(element, std::move(style), 0)
</del><ins>+    : RenderBlock(element, WTF::move(style), 0)
</ins><span class="cx">     , m_orderIterator(*this)
</span><span class="cx"> {
</span><span class="cx">     // All of our children must be block level.
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderHTMLCanvascpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderHTMLCanvas.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderHTMLCanvas.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderHTMLCanvas.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderHTMLCanvas::RenderHTMLCanvas(HTMLCanvasElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderReplaced(element, std::move(style), element.size())
</del><ins>+    : RenderReplaced(element, WTF::move(style), element.size())
</ins><span class="cx"> {
</span><span class="cx">     // Actual size is not known yet, report the default intrinsic size.
</span><span class="cx">     view().frameView().incrementVisuallyNonEmptyPixelCount(roundedIntSize(intrinsicSize()));
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderIFramecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderIFrame.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderIFrame.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderIFrame.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx">     
</span><span class="cx"> RenderIFrame::RenderIFrame(HTMLIFrameElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFrameBase(element, std::move(style))
</del><ins>+    : RenderFrameBase(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderImage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderImage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderImage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderImage::RenderImage(Element&amp; element, PassRef&lt;RenderStyle&gt; style, StyleImage* styleImage, const float imageDevicePixelRatio)
</span><del>-    : RenderReplaced(element, std::move(style), IntSize())
</del><ins>+    : RenderReplaced(element, WTF::move(style), IntSize())
</ins><span class="cx">     , m_imageResource(styleImage ? std::make_unique&lt;RenderImageResourceStyleImage&gt;(*styleImage) : std::make_unique&lt;RenderImageResource&gt;())
</span><span class="cx">     , m_needsToSetSizeForAltText(false)
</span><span class="cx">     , m_didIncrementVisuallyNonEmptyPixelCount(false)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderImage::RenderImage(Document&amp; document, PassRef&lt;RenderStyle&gt; style, StyleImage* styleImage)
</span><del>-    : RenderReplaced(document, std::move(style), IntSize())
</del><ins>+    : RenderReplaced(document, WTF::move(style), IntSize())
</ins><span class="cx">     , m_imageResource(styleImage ? std::make_unique&lt;RenderImageResourceStyleImage&gt;(*styleImage) : std::make_unique&lt;RenderImageResource&gt;())
</span><span class="cx">     , m_needsToSetSizeForAltText(false)
</span><span class="cx">     , m_didIncrementVisuallyNonEmptyPixelCount(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderInlinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderInline.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderInline.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderInline.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,13 +50,13 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderInline::RenderInline(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBoxModelObject(element, std::move(style), RenderInlineFlag)
</del><ins>+    : RenderBoxModelObject(element, WTF::move(style), RenderInlineFlag)
</ins><span class="cx"> {
</span><span class="cx">     setChildrenInline(true);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderInline::RenderInline(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBoxModelObject(document, std::move(style), RenderInlineFlag)
</del><ins>+    : RenderBoxModelObject(document, WTF::move(style), RenderInlineFlag)
</ins><span class="cx"> {
</span><span class="cx">     setChildrenInline(true);
</span><span class="cx"> }
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">             continue;
</span><span class="cx">         auto blockStyle = RenderStyle::createAnonymousStyleWithDisplay(&amp;block-&gt;style(), BLOCK);
</span><span class="cx">         blockStyle.get().setPosition(newStyle-&gt;position());
</span><del>-        block-&gt;setStyle(std::move(blockStyle));
</del><ins>+        block-&gt;setStyle(WTF::move(blockStyle));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -326,7 +326,7 @@
</span><span class="cx">         if (auto positionedAncestor = inFlowPositionedInlineAncestor(this))
</span><span class="cx">             newStyle.get().setPosition(positionedAncestor-&gt;style().position());
</span><span class="cx"> 
</span><del>-        RenderBlock* newBox = new RenderBlockFlow(document(), std::move(newStyle));
</del><ins>+        RenderBlock* newBox = new RenderBlockFlow(document(), WTF::move(newStyle));
</ins><span class="cx">         newBox-&gt;initializeStyle();
</span><span class="cx">         RenderBoxModelObject* oldContinuation = continuation();
</span><span class="cx">         setContinuation(newBox);
</span><span class="lines">@@ -397,7 +397,7 @@
</span><span class="cx">         ASSERT(curr-&gt;isRenderInline());
</span><span class="cx">         if (splitDepth &lt; cMaxSplitDepth) {
</span><span class="cx">             // Create a new clone.
</span><del>-            RenderPtr&lt;RenderInline&gt; cloneChild = std::move(cloneInline);
</del><ins>+            RenderPtr&lt;RenderInline&gt; cloneChild = WTF::move(cloneInline);
</ins><span class="cx">             cloneInline = toRenderInline(curr)-&gt;clone();
</span><span class="cx"> 
</span><span class="cx">             // Insert our child clone as the first child.
</span><span class="lines">@@ -1388,7 +1388,7 @@
</span><span class="cx">     setAlwaysCreateLineBoxes();
</span><span class="cx">     auto newFlowBox = createInlineFlowBox();
</span><span class="cx">     auto flowBox = newFlowBox.get();
</span><del>-    m_lineBoxes.appendLineBox(std::move(newFlowBox));
</del><ins>+    m_lineBoxes.appendLineBox(WTF::move(newFlowBox));
</ins><span class="cx">     return flowBox;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLayerCompositorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderLayerCompositor.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -3785,7 +3785,7 @@
</span><span class="cx">         else
</span><span class="cx">             continue;
</span><span class="cx"> 
</span><del>-        layerMap.add(layer.backing()-&gt;graphicsLayer()-&gt;platformLayer(), std::move(constraints));
</del><ins>+        layerMap.add(layer.backing()-&gt;graphicsLayer()-&gt;platformLayer(), WTF::move(constraints));
</ins><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     if (ChromeClient* client = this-&gt;chromeClient())
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLayerModelObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLayerModelObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLayerModelObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderLayerModelObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,12 +36,12 @@
</span><span class="cx"> bool RenderLayerModelObject::s_layerWasSelfPainting = false;
</span><span class="cx"> 
</span><span class="cx"> RenderLayerModelObject::RenderLayerModelObject(Element&amp; element, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderElement(element, std::move(style), baseTypeFlags | RenderLayerModelObjectFlag)
</del><ins>+    : RenderElement(element, WTF::move(style), baseTypeFlags | RenderLayerModelObjectFlag)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderLayerModelObject::RenderLayerModelObject(Document&amp; document, PassRef&lt;RenderStyle&gt; style, unsigned baseTypeFlags)
</span><del>-    : RenderElement(document, std::move(style), baseTypeFlags | RenderLayerModelObjectFlag)
</del><ins>+    : RenderElement(document, WTF::move(style), baseTypeFlags | RenderLayerModelObjectFlag)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderLineBreakcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderLineBreak.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderLineBreak.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderLineBreak.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> static const int invalidLineHeight = -1;
</span><span class="cx"> 
</span><span class="cx"> RenderLineBreak::RenderLineBreak(HTMLElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBoxModelObject(element, std::move(style), 0)
</del><ins>+    : RenderBoxModelObject(element, WTF::move(style), 0)
</ins><span class="cx">     , m_inlineBoxWrapper(nullptr)
</span><span class="cx">     , m_cachedLineHeight(invalidLineHeight)
</span><span class="cx">     , m_isWBR(element.hasTagName(HTMLNames::wbrTag))
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderListBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderListBox.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderListBox.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderListBox.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx"> const int baselineAdjustment = 7;
</span><span class="cx"> 
</span><span class="cx"> RenderListBox::RenderListBox(HTMLSelectElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     , m_optionsChanged(true)
</span><span class="cx">     , m_scrollToRevealSelectionAfterLayout(false)
</span><span class="cx">     , m_inAutoscroll(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderListItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderListItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderListItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderListItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderListItem::RenderListItem(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     , m_hasExplicitValue(false)
</span><span class="cx">     , m_isValueUpToDate(false)
</span><span class="cx">     , m_notInList(false)
</span><span class="lines">@@ -64,10 +64,10 @@
</span><span class="cx">     // up (e.g., in some deeply nested line box). See CSS3 spec.
</span><span class="cx">     newStyle.get().inheritFrom(&amp;style());
</span><span class="cx">     if (!m_marker) {
</span><del>-        m_marker = createRenderer&lt;RenderListMarker&gt;(*this, std::move(newStyle));
</del><ins>+        m_marker = createRenderer&lt;RenderListMarker&gt;(*this, WTF::move(newStyle));
</ins><span class="cx">         m_marker-&gt;initializeStyle();
</span><span class="cx">     } else
</span><del>-        m_marker-&gt;setStyle(std::move(newStyle));
</del><ins>+        m_marker-&gt;setStyle(WTF::move(newStyle));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderListItem::willBeDestroyed()
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderListMarkercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderListMarker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderListMarker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderListMarker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1118,7 +1118,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderListMarker::RenderListMarker(RenderListItem&amp; listItem, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(listItem.document(), std::move(style), 0)
</del><ins>+    : RenderBox(listItem.document(), WTF::move(style), 0)
</ins><span class="cx">     , m_listItem(listItem)
</span><span class="cx"> {
</span><span class="cx">     // init RenderObject attributes
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMediacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMedia.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMedia.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMedia.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,13 +35,13 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderMedia::RenderMedia(HTMLMediaElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderImage(element, std::move(style))
</del><ins>+    : RenderImage(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     setHasShadowControls(true);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMedia::RenderMedia(HTMLMediaElement&amp; element, PassRef&lt;RenderStyle&gt; style, const IntSize&amp; intrinsicSize)
</span><del>-    : RenderImage(element, std::move(style))
</del><ins>+    : RenderImage(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     setIntrinsicSize(intrinsicSize);
</span><span class="cx">     setHasShadowControls(true);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMediaControlElementscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMediaControlElements.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMediaControlElements.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMediaControlElements.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderMediaVolumeSliderContainer::RenderMediaVolumeSliderContainer(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> // ----------------------------
</span><span class="cx"> 
</span><span class="cx"> RenderMediaControlTimelineContainer::RenderMediaControlTimelineContainer(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(element, std::move(style))
</del><ins>+    : RenderFlexibleBox(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> #if ENABLE(VIDEO_TRACK)
</span><span class="cx"> 
</span><span class="cx"> RenderTextTrackContainerElement::RenderTextTrackContainerElement(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMenuListcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMenuList.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMenuList.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMenuList.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> RenderMenuList::RenderMenuList(HTMLSelectElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(element, std::move(style))
</del><ins>+    : RenderFlexibleBox(element, WTF::move(style))
</ins><span class="cx">     , m_buttonText(nullptr)
</span><span class="cx">     , m_innerBlock(nullptr)
</span><span class="cx">     , m_needsOptionsWidthUpdate(true)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMetercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMeter.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMeter.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMeter.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMeter::RenderMeter(HTMLElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnFlowThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnFlowThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> bool RenderMultiColumnFlowThread::gShiftingSpanner = false;
</span><span class="cx"> 
</span><span class="cx"> RenderMultiColumnFlowThread::RenderMultiColumnFlowThread(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlowThread(document, std::move(style))
</del><ins>+    : RenderFlowThread(document, WTF::move(style))
</ins><span class="cx">     , m_lastSetWorkedOn(nullptr)
</span><span class="cx">     , m_columnCount(1)
</span><span class="cx">     , m_columnWidth(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnSet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderMultiColumnSet::RenderMultiColumnSet(RenderFlowThread&amp; flowThread, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderRegionSet(flowThread.document(), std::move(style), flowThread)
</del><ins>+    : RenderRegionSet(flowThread.document(), WTF::move(style), flowThread)
</ins><span class="cx">     , m_computedColumnCount(1)
</span><span class="cx">     , m_computedColumnWidth(0)
</span><span class="cx">     , m_computedColumnHeight(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderMultiColumnSpannerPlaceholdercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderMultiColumnSpannerPlaceholder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMultiColumnSpannerPlaceholder::RenderMultiColumnSpannerPlaceholder(RenderMultiColumnFlowThread* flowThread, RenderBox* spanner, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(flowThread-&gt;document(), std::move(style), RenderBoxModelObjectFlag)
</del><ins>+    : RenderBox(flowThread-&gt;document(), WTF::move(style), RenderBoxModelObjectFlag)
</ins><span class="cx">     , m_spanner(spanner)
</span><span class="cx">     , m_flowThread(flowThread)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderNamedFlowFragmentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderNamedFlowFragment.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderNamedFlowFragment.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderNamedFlowFragment.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderNamedFlowFragment::RenderNamedFlowFragment(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderRegion(document, std::move(style), nullptr)
</del><ins>+    : RenderRegion(document, WTF::move(style), nullptr)
</ins><span class="cx">     , m_hasCustomRegionStyle(false)
</span><span class="cx">     , m_hasAutoLogicalHeight(false)
</span><span class="cx">     , m_hasComputedAutoHeight(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderNamedFlowThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderNamedFlowThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderNamedFlowThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderNamedFlowThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -46,10 +46,10 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderNamedFlowThread::RenderNamedFlowThread(Document&amp; document, PassRef&lt;RenderStyle&gt; style, PassRef&lt;WebKitNamedFlow&gt; namedFlow)
</span><del>-    : RenderFlowThread(document, std::move(style))
</del><ins>+    : RenderFlowThread(document, WTF::move(style))
</ins><span class="cx">     , m_hasRegionsWithStyling(false)
</span><span class="cx">     , m_dispatchRegionOversetChangeEvent(false)
</span><del>-    , m_namedFlow(std::move(namedFlow))
</del><ins>+    , m_namedFlow(WTF::move(namedFlow))
</ins><span class="cx">     , m_regionOversetChangeEventTimer(this, &amp;RenderNamedFlowThread::regionOversetChangeEventTimerFired)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">     // The first region defines the principal writing mode for the entire flow.
</span><span class="cx">     auto newStyle = RenderStyle::clone(&amp;style());
</span><span class="cx">     newStyle.get().setWritingMode(firstFragment-&gt;style().writingMode());
</span><del>-    setStyle(std::move(newStyle));
</del><ins>+    setStyle(WTF::move(newStyle));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderElement* RenderNamedFlowThread::nextRendererForElement(Element&amp; element) const
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderProgresscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderProgress.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderProgress.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderProgress.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderProgress::RenderProgress(HTMLElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     , m_position(HTMLProgressElement::InvalidPosition)
</span><span class="cx">     , m_animationStartTime(0)
</span><span class="cx">     , m_animationRepeatInterval(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderPtrh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderPtr.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderPtr.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderPtr.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -109,7 +109,7 @@
</span><span class="cx"> template&lt;typename T&gt; inline auto RenderPtr&lt;T&gt;::operator=(RenderPtr&amp;&amp; o) -&gt; RenderPtr&amp;
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!o || o != m_ptr);
</span><del>-    RenderPtr ptr = std::move(o);
</del><ins>+    RenderPtr ptr = WTF::move(o);
</ins><span class="cx">     swap(ptr);
</span><span class="cx">     return *this;
</span><span class="cx"> }
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> template&lt;typename T&gt; template&lt;typename U&gt; inline auto RenderPtr&lt;T&gt;::operator=(RenderPtr&lt;U&gt;&amp;&amp; o) -&gt; RenderPtr&amp;
</span><span class="cx"> {
</span><span class="cx">     ASSERT(!o || o != m_ptr);
</span><del>-    RenderPtr ptr = std::move(o);
</del><ins>+    RenderPtr ptr = WTF::move(o);
</ins><span class="cx">     swap(ptr);
</span><span class="cx">     return *this;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderQuotecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderQuote.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderQuote.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderQuote.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderQuote::RenderQuote(Document&amp; document, PassRef&lt;RenderStyle&gt; style, QuoteType quote)
</span><del>-    : RenderInline(document, std::move(style))
</del><ins>+    : RenderInline(document, WTF::move(style))
</ins><span class="cx">     , m_type(quote)
</span><span class="cx">     , m_depth(-1)
</span><span class="cx">     , m_next(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRegioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRegion.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRegion.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderRegion.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderRegion::RenderRegion(Element&amp; element, PassRef&lt;RenderStyle&gt; style, RenderFlowThread* flowThread)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     , m_flowThread(flowThread)
</span><span class="cx">     , m_parentNamedFlowThread(nullptr)
</span><span class="cx">     , m_isValid(false)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderRegion::RenderRegion(Document&amp; document, PassRef&lt;RenderStyle&gt; style, RenderFlowThread* flowThread)
</span><del>-    : RenderBlockFlow(document, std::move(style))
</del><ins>+    : RenderBlockFlow(document, WTF::move(style))
</ins><span class="cx">     , m_flowThread(flowThread)
</span><span class="cx">     , m_parentNamedFlowThread(nullptr)
</span><span class="cx">     , m_isValid(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRegionSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRegionSet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRegionSet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderRegionSet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderRegionSet::RenderRegionSet(Document&amp; document, PassRef&lt;RenderStyle&gt; style, RenderFlowThread&amp; flowThread)
</span><del>-    : RenderRegion(document, std::move(style), &amp;flowThread)
</del><ins>+    : RenderRegion(document, WTF::move(style), &amp;flowThread)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderReplacedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderReplaced.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderReplaced.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderReplaced.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,21 +47,21 @@
</span><span class="cx"> const int cDefaultHeight = 150;
</span><span class="cx"> 
</span><span class="cx"> RenderReplaced::RenderReplaced(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(element, std::move(style), RenderReplacedFlag)
</del><ins>+    : RenderBox(element, WTF::move(style), RenderReplacedFlag)
</ins><span class="cx">     , m_intrinsicSize(cDefaultWidth, cDefaultHeight)
</span><span class="cx"> {
</span><span class="cx">     setReplaced(true);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderReplaced::RenderReplaced(Element&amp; element, PassRef&lt;RenderStyle&gt; style, const LayoutSize&amp; intrinsicSize)
</span><del>-    : RenderBox(element, std::move(style), RenderReplacedFlag)
</del><ins>+    : RenderBox(element, WTF::move(style), RenderReplacedFlag)
</ins><span class="cx">     , m_intrinsicSize(intrinsicSize)
</span><span class="cx"> {
</span><span class="cx">     setReplaced(true);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderReplaced::RenderReplaced(Document&amp; document, PassRef&lt;RenderStyle&gt; style, const LayoutSize&amp; intrinsicSize)
</span><del>-    : RenderBox(document, std::move(style), RenderReplacedFlag)
</del><ins>+    : RenderBox(document, WTF::move(style), RenderReplacedFlag)
</ins><span class="cx">     , m_intrinsicSize(intrinsicSize)
</span><span class="cx"> {
</span><span class="cx">     setReplaced(true);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderReplicacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderReplica.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderReplica.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderReplica.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderReplica::RenderReplica(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(document, std::move(style), 0)
</del><ins>+    : RenderBox(document, WTF::move(style), 0)
</ins><span class="cx"> {
</span><span class="cx">     // This is a hack. Replicas are synthetic, and don't pick up the attributes of the
</span><span class="cx">     // renderers being replicated, so they always report that they are inline, non-replaced.
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRuby.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRuby.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderRuby.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx"> //=== ruby as inline object ===
</span><span class="cx"> 
</span><span class="cx"> RenderRubyAsInline::RenderRubyAsInline(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderInline(element, std::move(style))
</del><ins>+    : RenderInline(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -212,7 +212,7 @@
</span><span class="cx"> //=== ruby as block object ===
</span><span class="cx"> 
</span><span class="cx"> RenderRubyAsBlock::RenderRubyAsBlock(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyBasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRubyBase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRubyBase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderRubyBase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderRubyBase::RenderRubyBase(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(document, std::move(style))
</del><ins>+    : RenderBlockFlow(document, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     setInline(false);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyRuncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRubyRun.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRubyRun.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderRubyRun.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderRubyRun::RenderRubyRun(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(document, std::move(style))
</del><ins>+    : RenderBlockFlow(document, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     setReplaced(true);
</span><span class="cx">     setInline(true);
</span><span class="lines">@@ -203,7 +203,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto newStyle = RenderStyle::createAnonymousStyleWithDisplay(&amp;style(), BLOCK);
</span><span class="cx">     newStyle.get().setTextAlign(CENTER); // FIXME: use WEBKIT_CENTER?
</span><del>-    auto renderer = new RenderRubyBase(document(), std::move(newStyle));
</del><ins>+    auto renderer = new RenderRubyBase(document(), WTF::move(newStyle));
</ins><span class="cx">     renderer-&gt;initializeStyle();
</span><span class="cx">     return renderer;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderRubyTextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderRubyText.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderRubyText.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderRubyText.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderRubyText::RenderRubyText(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderScrollbarPartcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderScrollbarPart.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderScrollbarPart.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderScrollbarPart.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderScrollbarPart::RenderScrollbarPart(Document&amp; document, PassRef&lt;RenderStyle&gt; style, RenderScrollbar* scrollbar, ScrollbarPart part)
</span><del>-    : RenderBlock(document, std::move(style), 0)
</del><ins>+    : RenderBlock(document, WTF::move(style), 0)
</ins><span class="cx">     , m_scrollbar(scrollbar)
</span><span class="cx">     , m_part(part)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSearchFieldcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSearchField.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSearchField.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderSearchField.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderSearchField::RenderSearchField(HTMLInputElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderTextControlSingleLine(element, std::move(style))
</del><ins>+    : RenderTextControlSingleLine(element, WTF::move(style))
</ins><span class="cx">     , m_searchPopupIsVisible(false)
</span><span class="cx">     , m_searchPopup(0)
</span><span class="cx"> {
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto cancelButtonStyle = RenderStyle::clone(&amp;curStyle);
</span><span class="cx">     cancelButtonStyle.get().setVisibility(buttonVisibility);
</span><del>-    cancelButtonRenderer-&gt;setStyle(std::move(cancelButtonStyle));
</del><ins>+    cancelButtonRenderer-&gt;setStyle(WTF::move(cancelButtonStyle));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> EVisibility RenderSearchField::visibilityForCancelButton() const
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSlidercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSlider.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSlider.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderSlider.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> const int RenderSlider::defaultTrackLength = 129;
</span><span class="cx"> 
</span><span class="cx"> RenderSlider::RenderSlider(HTMLInputElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(element, std::move(style))
</del><ins>+    : RenderFlexibleBox(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     // We assume RenderSlider works only with &lt;input type=range&gt;.
</span><span class="cx">     ASSERT(element.isRangeControl());
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderSnapshottedPlugIncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderSnapshottedPlugIn.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSnapshottedPlugIn::RenderSnapshottedPlugIn(HTMLPlugInImageElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderEmbeddedObject(element, std::move(style))
</del><ins>+    : RenderEmbeddedObject(element, WTF::move(style))
</ins><span class="cx">     , m_snapshotResource(std::make_unique&lt;RenderImageResource&gt;())
</span><span class="cx">     , m_isPotentialMouseActivation(false)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTablecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTable.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTable.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTable.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderTable::RenderTable(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(element, std::move(style), 0)
</del><ins>+    : RenderBlock(element, WTF::move(style), 0)
</ins><span class="cx">     , m_head(nullptr)
</span><span class="cx">     , m_foot(nullptr)
</span><span class="cx">     , m_firstBody(nullptr)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderTable::RenderTable(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlock(document, std::move(style), 0)
</del><ins>+    : RenderBlock(document, WTF::move(style), 0)
</ins><span class="cx">     , m_head(nullptr)
</span><span class="cx">     , m_foot(nullptr)
</span><span class="cx">     , m_firstBody(nullptr)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableCaptioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableCaption.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableCaption.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTableCaption.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderTableCaption::RenderTableCaption(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableCellcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableCell.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableCell.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTableCell.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> COMPILE_ASSERT(sizeof(CollapsedBorderValue) == 8, CollapsedBorderValue_should_stay_small);
</span><span class="cx"> 
</span><span class="cx"> RenderTableCell::RenderTableCell(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     , m_column(unsetColumnIndex)
</span><span class="cx">     , m_cellWidthChanged(false)
</span><span class="cx">     , m_intrinsicPaddingBefore(0)
</span><span class="lines">@@ -67,7 +67,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderTableCell::RenderTableCell(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(document, std::move(style))
</del><ins>+    : RenderBlockFlow(document, WTF::move(style))
</ins><span class="cx">     , m_column(unsetColumnIndex)
</span><span class="cx">     , m_cellWidthChanged(false)
</span><span class="cx">     , m_hasColSpan(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableColcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableCol.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableCol.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTableCol.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderTableCol::RenderTableCol(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(element, std::move(style), 0)
</del><ins>+    : RenderBox(element, WTF::move(style), 0)
</ins><span class="cx">     , m_span(1)
</span><span class="cx"> {
</span><span class="cx">     // init RenderObject attributes
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableRowcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableRow.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableRow.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTableRow.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,14 +39,14 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderTableRow::RenderTableRow(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(element, std::move(style), 0)
</del><ins>+    : RenderBox(element, WTF::move(style), 0)
</ins><span class="cx">     , m_rowIndex(unsetRowIndex)
</span><span class="cx"> {
</span><span class="cx">     setInline(false);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderTableRow::RenderTableRow(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(document, std::move(style), 0)
</del><ins>+    : RenderBox(document, WTF::move(style), 0)
</ins><span class="cx">     , m_rowIndex(unsetRowIndex)
</span><span class="cx"> {
</span><span class="cx">     setInline(false);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTableSectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTableSection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTableSection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTableSection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderTableSection::RenderTableSection(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(element, std::move(style), 0)
</del><ins>+    : RenderBox(element, WTF::move(style), 0)
</ins><span class="cx">     , m_cCol(0)
</span><span class="cx">     , m_cRow(0)
</span><span class="cx">     , m_outerBorderStart(0)
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderTableSection::RenderTableSection(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBox(document, std::move(style), 0)
</del><ins>+    : RenderBox(document, WTF::move(style), 0)
</ins><span class="cx">     , m_cCol(0)
</span><span class="cx">     , m_cRow(0)
</span><span class="cx">     , m_outerBorderStart(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTextControl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderTextControl::RenderTextControl(HTMLTextFormControlElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControl.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControl.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTextControl.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx"> class RenderTextControlInnerContainer final : public RenderFlexibleBox {
</span><span class="cx"> public:
</span><span class="cx">     explicit RenderTextControlInnerContainer(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderFlexibleBox(element, std::move(style))
</del><ins>+        : RenderFlexibleBox(element, WTF::move(style))
</ins><span class="cx">     { }
</span><span class="cx">     virtual ~RenderTextControlInnerContainer() { }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlMultiLinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControlMultiLine.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControlMultiLine.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTextControlMultiLine.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderTextControlMultiLine::RenderTextControlMultiLine(HTMLTextAreaElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderTextControl(element, std::move(style))
</del><ins>+    : RenderTextControl(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlSingleLinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTextControlSingleLine.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderTextControlSingleLine::RenderTextControlSingleLine(HTMLInputElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderTextControl(element, std::move(style))
</del><ins>+    : RenderTextControl(element, WTF::move(style))
</ins><span class="cx">     , m_shouldDrawCapsLockIndicator(false)
</span><span class="cx">     , m_desiredInnerTextLogicalHeight(-1)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderTextControlSingleLineh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderTextControlSingleLine.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx"> class RenderTextControlInnerBlock final : public RenderBlockFlow {
</span><span class="cx"> public:
</span><span class="cx">     RenderTextControlInnerBlock(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderBlockFlow(element, std::move(style))
</del><ins>+        : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderVTTCuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderVTTCue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderVTTCue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderVTTCue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderVTTCue::RenderVTTCue(VTTCueBox&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx">     , m_cue(element.getCue())
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderVideocpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderVideo.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderVideo.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderVideo.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderVideo::RenderVideo(HTMLVideoElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMedia(element, std::move(style))
</del><ins>+    : RenderMedia(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     setIntrinsicSize(calculateIntrinsicSize());
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderView.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderView.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderView.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderView::RenderView(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(document, std::move(style))
</del><ins>+    : RenderBlockFlow(document, WTF::move(style))
</ins><span class="cx">     , m_frameView(*document.view())
</span><span class="cx">     , m_selectionStart(0)
</span><span class="cx">     , m_selectionEnd(0)
</span><span class="lines">@@ -996,7 +996,7 @@
</span><span class="cx">                 m_selectionRectGatherer.addRect(rect);
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-            newSelectedObjects.set(o, std::move(selectionInfo));
</del><ins>+            newSelectedObjects.set(o, WTF::move(selectionInfo));
</ins><span class="cx"> 
</span><span class="cx">             RenderBlock* cb = o-&gt;containingBlock();
</span><span class="cx">             while (cb &amp;&amp; !cb-&gt;isRenderView()) {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderView.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderView.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderView.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -269,7 +269,7 @@
</span><span class="cx">         // We push LayoutState even if layoutState is disabled because it stores layoutDelta too.
</span><span class="cx">         if (!doingFullRepaint() || m_layoutState-&gt;isPaginated() || renderer.flowThreadContainingBlock()
</span><span class="cx">             || m_layoutState-&gt;lineGrid() || (renderer.style().lineGrid() != RenderStyle::initialLineGrid() &amp;&amp; renderer.isRenderBlockFlow())) {
</span><del>-            m_layoutState = std::make_unique&lt;LayoutState&gt;(std::move(m_layoutState), &amp;renderer, offset, pageHeight, pageHeightChanged);
</del><ins>+            m_layoutState = std::make_unique&lt;LayoutState&gt;(WTF::move(m_layoutState), &amp;renderer, offset, pageHeight, pageHeightChanged);
</ins><span class="cx">             pushLayoutStateForCurrentFlowThread(renderer);
</span><span class="cx">             return true;
</span><span class="cx">         }
</span><span class="lines">@@ -279,7 +279,7 @@
</span><span class="cx">     void popLayoutState()
</span><span class="cx">     {
</span><span class="cx">         popLayoutStateForCurrentFlowThread();
</span><del>-        m_layoutState = std::move(m_layoutState-&gt;m_next);
</del><ins>+        m_layoutState = WTF::move(m_layoutState-&gt;m_next);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Suspends the LayoutState optimization. Used under transforms that cannot be represented by
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRenderWidgetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RenderWidget.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RenderWidget.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RenderWidget.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderWidget::RenderWidget(HTMLFrameOwnerElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderReplaced(element, std::move(style))
</del><ins>+    : RenderReplaced(element, WTF::move(style))
</ins><span class="cx">     , m_weakPtrFactory(this)
</span><span class="cx"> {
</span><span class="cx">     setInline(false);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingRootInlineBoxcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/RootInlineBox.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/RootInlineBox.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/RootInlineBox.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx">     auto newEllipsisBox = std::make_unique&lt;EllipsisBox&gt;(blockFlow(), ellipsisStr, this, ellipsisWidth - (markupBox ? markupBox-&gt;logicalWidth() : 0), logicalHeight(), y(), !prevRootBox(), isHorizontal(), markupBox);
</span><span class="cx">     auto ellipsisBox = newEllipsisBox.get();
</span><span class="cx"> 
</span><del>-    gEllipsisBoxMap-&gt;add(this, std::move(newEllipsisBox));
</del><ins>+    gEllipsisBoxMap-&gt;add(this, WTF::move(newEllipsisBox));
</ins><span class="cx">     setHasEllipsisBox(true);
</span><span class="cx"> 
</span><span class="cx">     // FIXME: Do we need an RTL version of this?
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,12 +44,12 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx">     
</span><span class="cx"> RenderMathMLBlock::RenderMathMLBlock(Element&amp; container, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(container, std::move(style))
</del><ins>+    : RenderFlexibleBox(container, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLBlock::RenderMathMLBlock(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderFlexibleBox(document, std::move(style))
</del><ins>+    : RenderFlexibleBox(document, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLBlockh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLBlock.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx"> class RenderMathMLTable final : public RenderTable {
</span><span class="cx"> public:
</span><span class="cx">     explicit RenderMathMLTable(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderTable(element, std::move(style))
</del><ins>+        : RenderTable(element, WTF::move(style))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFencedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> static const char* gClosingBraceChar = &quot;)&quot;;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLFenced::RenderMathMLFenced(MathMLInlineContainerElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLRow(element, std::move(style))
</del><ins>+    : RenderMathMLRow(element, WTF::move(style))
</ins><span class="cx">     , m_closeFenceRenderer(nullptr)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLFractioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> static const float gFractionBarWidth = 0.05f;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLFraction::RenderMathMLFraction(MathMLInlineContainerElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx">     , m_lineThickness(gLineMedium)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMath.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLMath::RenderMathMLMath(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLRow(element, std::move(style))
</del><ins>+    : RenderMathMLRow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLMenclosecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLMenclose.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLMenclose::RenderMathMLMenclose(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLRow(element, std::move(style))
</del><ins>+    : RenderMathMLRow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLOperator.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1136,7 +1136,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLOperator::RenderMathMLOperator(MathMLElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLToken(element, std::move(style))
</del><ins>+    : RenderMathMLToken(element, WTF::move(style))
</ins><span class="cx">     , m_stretchHeightAboveBaseline(0)
</span><span class="cx">     , m_stretchDepthBelowBaseline(0)
</span><span class="cx">     , m_operator(0)
</span><span class="lines">@@ -1146,7 +1146,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLOperator::RenderMathMLOperator(Document&amp; document, PassRef&lt;RenderStyle&gt; style, const String&amp; operatorString, MathMLOperatorDictionary::Form form, unsigned short flags)
</span><del>-    : RenderMathMLToken(document, std::move(style))
</del><ins>+    : RenderMathMLToken(document, WTF::move(style))
</ins><span class="cx">     , m_stretchHeightAboveBaseline(0)
</span><span class="cx">     , m_stretchDepthBelowBaseline(0)
</span><span class="cx">     , m_operator(0)
</span><span class="lines">@@ -1649,7 +1649,7 @@
</span><span class="cx">     auto newStyle = RenderStyle::createAnonymousStyleWithDisplay(&amp;style(), FLEX);
</span><span class="cx">     newStyle.get().setMarginStart(Length(m_leadingSpace, Fixed));
</span><span class="cx">     newStyle.get().setMarginEnd(Length(m_trailingSpace, Fixed));
</span><del>-    wrapper-&gt;setStyle(std::move(newStyle));
</del><ins>+    wrapper-&gt;setStyle(WTF::move(newStyle));
</ins><span class="cx">     wrapper-&gt;setNeedsLayoutAndPrefWidthsRecalc();
</span><span class="cx"> 
</span><span class="cx">     if (!shouldAllowStretching())
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRadicalOperatorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRadicalOperator.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> const float gRadicalThickLineThicknessEms = 0.1f;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLRadicalOperator::RenderMathMLRadicalOperator(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLOperator(document, std::move(style), String(&amp;gRadicalCharacter, 1), MathMLOperatorDictionary::Prefix)
</del><ins>+    : RenderMathMLOperator(document, WTF::move(style), String(&amp;gRadicalCharacter, 1), MathMLOperatorDictionary::Prefix)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRootcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,12 +55,12 @@
</span><span class="cx"> // We will allow the IndexWrapper to be empty and it will always contain the last child of the &lt;mroot&gt; if there are at least 2 elements.
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLRoot::RenderMathMLRoot(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLRoot::RenderMathMLRoot(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(document, std::move(style))
</del><ins>+    : RenderMathMLBlock(document, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -226,14 +226,14 @@
</span><span class="cx">     auto radical = radicalWrapper();
</span><span class="cx">     auto radicalStyle = RenderStyle::createAnonymousStyleWithDisplay(&amp;style(), FLEX);
</span><span class="cx">     radicalStyle.get().setMarginTop(Length(0, Fixed)); // This will be updated in RenderMathMLRoot::layout().
</span><del>-    radical-&gt;setStyle(std::move(radicalStyle));
</del><ins>+    radical-&gt;setStyle(WTF::move(radicalStyle));
</ins><span class="cx">     radical-&gt;setNeedsLayoutAndPrefWidthsRecalc();
</span><span class="cx"> 
</span><span class="cx">     auto base = baseWrapper();
</span><span class="cx">     auto baseStyle = RenderStyle::createAnonymousStyleWithDisplay(&amp;style(), FLEX);
</span><span class="cx">     baseStyle.get().setMarginTop(Length(0, Fixed)); // This will be updated in RenderMathMLRoot::layout().
</span><span class="cx">     baseStyle.get().setAlignItems(AlignBaseline);
</span><del>-    base-&gt;setStyle(std::move(baseStyle));
</del><ins>+    base-&gt;setStyle(WTF::move(baseStyle));
</ins><span class="cx">     base-&gt;setNeedsLayoutAndPrefWidthsRecalc();
</span><span class="cx"> 
</span><span class="cx">     if (!isRenderMathMLSquareRoot()) {
</span><span class="lines">@@ -244,7 +244,7 @@
</span><span class="cx">         indexStyle.get().setMarginStart(Length(kernBeforeDegree, Fixed));
</span><span class="cx">         indexStyle.get().setMarginEnd(Length(kernAfterDegree, Fixed));
</span><span class="cx">         indexStyle.get().setAlignItems(AlignBaseline);
</span><del>-        index-&gt;setStyle(std::move(indexStyle));
</del><ins>+        index-&gt;setStyle(WTF::move(indexStyle));
</ins><span class="cx">         index-&gt;setNeedsLayoutAndPrefWidthsRecalc();
</span><span class="cx">     }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRooth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRoot.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx"> 
</span><span class="cx"> public:
</span><span class="cx">     RenderMathMLRootWrapper(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderMathMLRow(document, std::move(style)) { }
</del><ins>+        : RenderMathMLRow(document, WTF::move(style)) { }
</ins><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     RenderObject* removeChildWithoutRestructuring(RenderObject&amp;);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLRowcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLRow.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,12 +39,12 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLRow::RenderMathMLRow(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLRow::RenderMathMLRow(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(document, std::move(style))
</del><ins>+    : RenderMathMLBlock(document, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLScriptscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLScripts::RenderMathMLScripts(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx">     , m_baseWrapper(0)
</span><span class="cx"> {
</span><span class="cx">     // Determine what kind of sub/sup expression we have by element name
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLScriptsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLScripts.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     RenderMathMLScriptsWrapper(Document&amp; document, PassRef&lt;RenderStyle&gt; style, WrapperType kind)
</span><del>-        : RenderMathMLBlock(document, std::move(style))
</del><ins>+        : RenderMathMLBlock(document, WTF::move(style))
</ins><span class="cx">         , m_kind(kind)
</span><span class="cx">     {
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLSpacecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLSpace::RenderMathMLSpace(MathMLTextElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx">     , m_width(0)
</span><span class="cx">     , m_height(0)
</span><span class="cx">     , m_depth(0)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLSquareRootcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLSquareRoot.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,12 +35,12 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     
</span><span class="cx"> RenderMathMLSquareRoot::RenderMathMLSquareRoot(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLRoot(element, std::move(style))
</del><ins>+    : RenderMathMLRoot(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLSquareRoot::RenderMathMLSquareRoot(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLRoot(document, std::move(style))
</del><ins>+    : RenderMathMLRoot(document, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLTokencpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLToken.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,13 +37,13 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLToken::RenderMathMLToken(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx">     , m_containsElement(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderMathMLToken::RenderMathMLToken(Document&amp; document, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(document, std::move(style))
</del><ins>+    : RenderMathMLBlock(document, WTF::move(style))
</ins><span class="cx">     , m_containsElement(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">             newStyle.get().font().update(fontSelector);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    wrapper-&gt;setStyle(std::move(newStyle));
</del><ins>+    wrapper-&gt;setStyle(WTF::move(newStyle));
</ins><span class="cx">     wrapper-&gt;setNeedsLayoutAndPrefWidthsRecalc();
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingmathmlRenderMathMLUnderOvercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> using namespace MathMLNames;
</span><span class="cx">     
</span><span class="cx"> RenderMathMLUnderOver::RenderMathMLUnderOver(Element&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderMathMLBlock(element, std::move(style))
</del><ins>+    : RenderMathMLBlock(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     // Determine what kind of under/over expression we have by element name
</span><span class="cx">     if (element.hasTagName(MathMLNames::munderTag))
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesPolygonShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/PolygonShape.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/PolygonShape.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/shapes/PolygonShape.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(PolygonShape);
</span><span class="cx"> public:
</span><span class="cx">     PolygonShape(std::unique_ptr&lt;Vector&lt;FloatPoint&gt;&gt; vertices, WindRule fillRule)
</span><del>-        : m_polygon(std::move(vertices), fillRule)
</del><ins>+        : m_polygon(WTF::move(vertices), fillRule)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesRasterShapeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/RasterShape.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/RasterShape.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/shapes/RasterShape.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx">     WTF_MAKE_NONCOPYABLE(RasterShape);
</span><span class="cx"> public:
</span><span class="cx">     RasterShape(std::unique_ptr&lt;RasterShapeIntervals&gt; intervals, const IntSize&amp; marginRectSize)
</span><del>-        : m_intervals(std::move(intervals))
</del><ins>+        : m_intervals(WTF::move(intervals))
</ins><span class="cx">         , m_marginRectSize(marginRectSize)
</span><span class="cx">     {
</span><span class="cx">         m_intervals-&gt;initializeBounds();
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingshapesShapecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/shapes/Shape.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/shapes/Shape.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/shapes/Shape.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> 
</span><span class="cx"> static std::unique_ptr&lt;Shape&gt; createPolygonShape(std::unique_ptr&lt;Vector&lt;FloatPoint&gt;&gt; vertices, WindRule fillRule)
</span><span class="cx"> {
</span><del>-    return std::make_unique&lt;PolygonShape&gt;(std::move(vertices), fillRule);
</del><ins>+    return std::make_unique&lt;PolygonShape&gt;(WTF::move(vertices), fillRule);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static inline FloatRect physicalRectToLogical(const FloatRect&amp; rect, float logicalBoxHeight, WritingMode writingMode)
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">             (*vertices)[i / 2] = physicalPointToLogical(vertex, logicalBoxSize.height(), writingMode);
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        shape = createPolygonShape(std::move(vertices), polygon.windRule());
</del><ins>+        shape = createPolygonShape(WTF::move(vertices), polygon.windRule());
</ins><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -214,10 +214,10 @@
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    auto rasterShape = std::make_unique&lt;RasterShape&gt;(std::move(intervals), marginRect.size());
</del><ins>+    auto rasterShape = std::make_unique&lt;RasterShape&gt;(WTF::move(intervals), marginRect.size());
</ins><span class="cx">     rasterShape-&gt;m_writingMode = writingMode;
</span><span class="cx">     rasterShape-&gt;m_margin = margin;
</span><del>-    return std::move(rasterShape);
</del><ins>+    return WTF::move(rasterShape);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;Shape&gt; Shape::createBoxShape(const RoundedRect&amp; roundedRect, WritingMode writingMode, float margin)
</span><span class="lines">@@ -230,7 +230,7 @@
</span><span class="cx">     shape-&gt;m_writingMode = writingMode;
</span><span class="cx">     shape-&gt;m_margin = margin;
</span><span class="cx"> 
</span><del>-    return std::move(shape);
</del><ins>+    return WTF::move(shape);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleBasicShapescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/BasicShapes.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/BasicShapes.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/BasicShapes.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,8 +54,8 @@
</span><span class="cx"> 
</span><span class="cx">     auto lhs = std::make_unique&lt;CalcExpressionLength&gt;(Length(100, Percent));
</span><span class="cx">     auto rhs = std::make_unique&lt;CalcExpressionLength&gt;(m_length);
</span><del>-    auto op = std::make_unique&lt;CalcExpressionBinaryOperation&gt;(std::move(lhs), std::move(rhs), CalcSubtract);
-    m_computedLength = Length(CalculationValue::create(std::move(op), CalculationRangeAll));
</del><ins>+    auto op = std::make_unique&lt;CalcExpressionBinaryOperation&gt;(WTF::move(lhs), WTF::move(rhs), CalcSubtract);
+    m_computedLength = Length(CalculationValue::create(WTF::move(op), CalculationRangeAll));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool BasicShape::canBlend(const BasicShape* other) const
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleBasicShapesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/BasicShapes.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/BasicShapes.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/BasicShapes.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -153,9 +153,9 @@
</span><span class="cx">     const BasicShapeRadius&amp; radius() const { return m_radius; }
</span><span class="cx">     float floatValueForRadiusInBox(float boxWidth, float boxHeight) const;
</span><span class="cx"> 
</span><del>-    void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = std::move(centerX); }
-    void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = std::move(centerY); }
-    void setRadius(BasicShapeRadius radius) { m_radius = std::move(radius); }
</del><ins>+    void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTF::move(centerX); }
+    void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTF::move(centerY); }
+    void setRadius(BasicShapeRadius radius) { m_radius = WTF::move(radius); }
</ins><span class="cx"> 
</span><span class="cx">     virtual void path(Path&amp;, const FloatRect&amp;) override;
</span><span class="cx">     virtual PassRefPtr&lt;BasicShape&gt; blend(const BasicShape*, double) const override;
</span><span class="lines">@@ -179,10 +179,10 @@
</span><span class="cx">     const BasicShapeRadius&amp; radiusY() const { return m_radiusY; }
</span><span class="cx">     float floatValueForRadiusInBox(const BasicShapeRadius&amp;, float center, float boxWidthOrHeight) const;
</span><span class="cx"> 
</span><del>-    void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = std::move(centerX); }
-    void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = std::move(centerY); }
-    void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = std::move(radiusX); }
-    void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = std::move(radiusY); }
</del><ins>+    void setCenterX(BasicShapeCenterCoordinate centerX) { m_centerX = WTF::move(centerX); }
+    void setCenterY(BasicShapeCenterCoordinate centerY) { m_centerY = WTF::move(centerY); }
+    void setRadiusX(BasicShapeRadius radiusX) { m_radiusX = WTF::move(radiusX); }
+    void setRadiusY(BasicShapeRadius radiusY) { m_radiusY = WTF::move(radiusY); }
</ins><span class="cx"> 
</span><span class="cx">     virtual void path(Path&amp;, const FloatRect&amp;) override;
</span><span class="cx">     virtual PassRefPtr&lt;BasicShape&gt; blend(const BasicShape*, double) const override;
</span><span class="lines">@@ -206,7 +206,7 @@
</span><span class="cx">     const Length&amp; getYAt(unsigned i) const { return m_values[2 * i + 1]; }
</span><span class="cx"> 
</span><span class="cx">     void setWindRule(WindRule windRule) { m_windRule = windRule; }
</span><del>-    void appendPoint(Length x, Length y) { m_values.append(std::move(x)); m_values.append(std::move(y)); }
</del><ins>+    void appendPoint(Length x, Length y) { m_values.append(WTF::move(x)); m_values.append(WTF::move(y)); }
</ins><span class="cx"> 
</span><span class="cx">     virtual void path(Path&amp;, const FloatRect&amp;) override;
</span><span class="cx">     virtual PassRefPtr&lt;BasicShape&gt; blend(const BasicShape*, double) const override;
</span><span class="lines">@@ -237,15 +237,15 @@
</span><span class="cx">     const LengthSize&amp; bottomRightRadius() const { return m_bottomRightRadius; }
</span><span class="cx">     const LengthSize&amp; bottomLeftRadius() const { return m_bottomLeftRadius; }
</span><span class="cx"> 
</span><del>-    void setTop(Length top) { m_top = std::move(top); }
-    void setRight(Length right) { m_right = std::move(right); }
-    void setBottom(Length bottom) { m_bottom = std::move(bottom); }
-    void setLeft(Length left) { m_left = std::move(left); }
</del><ins>+    void setTop(Length top) { m_top = WTF::move(top); }
+    void setRight(Length right) { m_right = WTF::move(right); }
+    void setBottom(Length bottom) { m_bottom = WTF::move(bottom); }
+    void setLeft(Length left) { m_left = WTF::move(left); }
</ins><span class="cx"> 
</span><del>-    void setTopLeftRadius(LengthSize radius) { m_topLeftRadius = std::move(radius); }
-    void setTopRightRadius(LengthSize radius) { m_topRightRadius = std::move(radius); }
-    void setBottomRightRadius(LengthSize radius) { m_bottomRightRadius = std::move(radius); }
-    void setBottomLeftRadius(LengthSize radius) { m_bottomLeftRadius = std::move(radius); }
</del><ins>+    void setTopLeftRadius(LengthSize radius) { m_topLeftRadius = WTF::move(radius); }
+    void setTopRightRadius(LengthSize radius) { m_topRightRadius = WTF::move(radius); }
+    void setBottomRightRadius(LengthSize radius) { m_bottomRightRadius = WTF::move(radius); }
+    void setBottomLeftRadius(LengthSize radius) { m_bottomLeftRadius = WTF::move(radius); }
</ins><span class="cx"> 
</span><span class="cx">     virtual void path(Path&amp;, const FloatRect&amp;) override;
</span><span class="cx">     virtual PassRefPtr&lt;BasicShape&gt; blend(const BasicShape*, double) const override;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleContentDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/ContentData.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/ContentData.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/ContentData.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">     ContentData* lastNewData = result.get();
</span><span class="cx">     for (const ContentData* contentData = next(); contentData; contentData = contentData-&gt;next()) {
</span><span class="cx">         auto newData = contentData-&gt;cloneInternal();
</span><del>-        lastNewData-&gt;setNext(std::move(newData));
</del><ins>+        lastNewData-&gt;setNext(WTF::move(newData));
</ins><span class="cx">         lastNewData = lastNewData-&gt;next();
</span><span class="cx">     }
</span><span class="cx">         
</span><span class="lines">@@ -52,14 +52,14 @@
</span><span class="cx">     auto image = createRenderer&lt;RenderImage&gt;(document, RenderStyle::createStyleInheritingFromPseudoStyle(pseudoStyle), m_image.get());
</span><span class="cx">     image-&gt;initializeStyle();
</span><span class="cx">     image-&gt;setAltText(altText());
</span><del>-    return std::move(image);
</del><ins>+    return WTF::move(image);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderObject&gt; TextContentData::createContentRenderer(Document&amp; document, const RenderStyle&amp;) const
</span><span class="cx"> {
</span><span class="cx">     auto fragment = createRenderer&lt;RenderTextFragment&gt;(document, m_text);
</span><span class="cx">     fragment-&gt;setAltText(altText());
</span><del>-    return std::move(fragment);
</del><ins>+    return WTF::move(fragment);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderObject&gt; CounterContentData::createContentRenderer(Document&amp; document, const RenderStyle&amp;) const
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto quote = createRenderer&lt;RenderQuote&gt;(document, RenderStyle::createStyleInheritingFromPseudoStyle(pseudoStyle), m_quote);
</span><span class="cx">     quote-&gt;initializeStyle();
</span><del>-    return std::move(quote);
</del><ins>+    return WTF::move(quote);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleContentDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/ContentData.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/ContentData.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/ContentData.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">     std::unique_ptr&lt;ContentData&gt; clone() const;
</span><span class="cx"> 
</span><span class="cx">     ContentData* next() const { return m_next.get(); }
</span><del>-    void setNext(std::unique_ptr&lt;ContentData&gt; next) { m_next = std::move(next); }
</del><ins>+    void setNext(std::unique_ptr&lt;ContentData&gt; next) { m_next = WTF::move(next); }
</ins><span class="cx"> 
</span><span class="cx">     void setAltText(const String&amp; alt) { m_altText = alt; }
</span><span class="cx">     const String&amp; altText() const { return m_altText; }
</span><span class="lines">@@ -154,7 +154,7 @@
</span><span class="cx"> public:
</span><span class="cx">     explicit CounterContentData(std::unique_ptr&lt;CounterContent&gt; counter)
</span><span class="cx">         : ContentData(CounterDataType)
</span><del>-        , m_counter(std::move(counter))
</del><ins>+        , m_counter(WTF::move(counter))
</ins><span class="cx">     {
</span><span class="cx">         ASSERT(m_counter);
</span><span class="cx">     }
</span><span class="lines">@@ -163,7 +163,7 @@
</span><span class="cx">     void setCounter(std::unique_ptr&lt;CounterContent&gt; counter)
</span><span class="cx">     {
</span><span class="cx">         ASSERT(counter);
</span><del>-        m_counter = std::move(counter);
</del><ins>+        m_counter = WTF::move(counter);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual RenderPtr&lt;RenderObject&gt; createContentRenderer(Document&amp;, const RenderStyle&amp;) const override;
</span><span class="lines">@@ -172,7 +172,7 @@
</span><span class="cx">     virtual std::unique_ptr&lt;ContentData&gt; cloneInternal() const override
</span><span class="cx">     {
</span><span class="cx">         auto counterData = std::make_unique&lt;CounterContent&gt;(counter());
</span><del>-        return std::make_unique&lt;CounterContentData&gt;(std::move(counterData));
</del><ins>+        return std::make_unique&lt;CounterContentData&gt;(WTF::move(counterData));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     std::unique_ptr&lt;CounterContent&gt; m_counter;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleDataRefh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/DataRef.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/DataRef.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/DataRef.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> 
</span><span class="cx"> template &lt;typename T&gt; class DataRef {
</span><span class="cx"> public:
</span><del>-    DataRef(PassRef&lt;T&gt; data) : m_data(std::move(data)) { }
</del><ins>+    DataRef(PassRef&lt;T&gt; data) : m_data(WTF::move(data)) { }
</ins><span class="cx">     DataRef(const DataRef&amp; other) : m_data(const_cast&lt;T&amp;&gt;(other.m_data.get())) { }
</span><span class="cx">     DataRef&amp; operator=(const DataRef&amp; other) { m_data = const_cast&lt;T&amp;&gt;(other.m_data.get()); return *this; }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleFillLayercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/FillLayer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/FillLayer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/FillLayer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx"> FillLayer::~FillLayer()
</span><span class="cx"> {
</span><span class="cx">     // Delete the layers in a loop rather than allowing recursive calls to the destructors.
</span><del>-    for (std::unique_ptr&lt;FillLayer&gt; next = std::move(m_next); next; next = std::move(next-&gt;m_next)) { }
</del><ins>+    for (std::unique_ptr&lt;FillLayer&gt; next = WTF::move(m_next); next; next = WTF::move(next-&gt;m_next)) { }
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> FillLayer&amp; FillLayer::operator=(const FillLayer&amp; o)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleFillLayerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/FillLayer.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/FillLayer.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/FillLayer.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -102,8 +102,8 @@
</span><span class="cx">     bool isMaskSourceTypeSet() const { return m_maskSourceTypeSet; }
</span><span class="cx"> 
</span><span class="cx">     void setImage(PassRefPtr&lt;StyleImage&gt; image) { m_image = image; m_imageSet = true; }
</span><del>-    void setXPosition(Length length) { m_xPosition = std::move(length); m_xPosSet = true; }
-    void setYPosition(Length length) { m_yPosition = std::move(length); m_yPosSet = true; }
</del><ins>+    void setXPosition(Length length) { m_xPosition = WTF::move(length); m_xPosSet = true; }
+    void setYPosition(Length length) { m_yPosition = WTF::move(length); m_yPosSet = true; }
</ins><span class="cx">     void setBackgroundXOrigin(BackgroundEdgeOrigin o) { m_backgroundXOrigin = o; m_backgroundOriginSet = true; }
</span><span class="cx">     void setBackgroundYOrigin(BackgroundEdgeOrigin o) { m_backgroundYOrigin = o; m_backgroundOriginSet = true; }
</span><span class="cx">     void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true; }
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">     void clearSize() { m_sizeType = SizeNone; }
</span><span class="cx">     void clearMaskSourceType() { m_maskSourceTypeSet = false; }
</span><span class="cx"> 
</span><del>-    void setNext(std::unique_ptr&lt;FillLayer&gt; next) { m_next = std::move(next); }
</del><ins>+    void setNext(std::unique_ptr&lt;FillLayer&gt; next) { m_next = WTF::move(next); }
</ins><span class="cx"> 
</span><span class="cx">     FillLayer&amp; operator=(const FillLayer&amp;);
</span><span class="cx">     FillLayer(const FillLayer&amp;);
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleNinePieceImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/NinePieceImage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/NinePieceImage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/NinePieceImage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -42,9 +42,9 @@
</span><span class="cx">     : m_data(NinePieceImageData::create())
</span><span class="cx"> {
</span><span class="cx">     m_data.access()-&gt;image = image;
</span><del>-    m_data.access()-&gt;imageSlices = std::move(imageSlices);
-    m_data.access()-&gt;borderSlices = std::move(borderSlices);
-    m_data.access()-&gt;outset = std::move(outset);
</del><ins>+    m_data.access()-&gt;imageSlices = WTF::move(imageSlices);
+    m_data.access()-&gt;borderSlices = WTF::move(borderSlices);
+    m_data.access()-&gt;outset = WTF::move(outset);
</ins><span class="cx">     m_data.access()-&gt;fill = fill;
</span><span class="cx">     m_data.access()-&gt;horizontalRule = horizontalRule;
</span><span class="cx">     m_data.access()-&gt;verticalRule = verticalRule;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleNinePieceImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/NinePieceImage.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/NinePieceImage.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/NinePieceImage.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -69,16 +69,16 @@
</span><span class="cx">     void setImage(PassRefPtr&lt;StyleImage&gt; image) { m_data.access()-&gt;image = image; }
</span><span class="cx">     
</span><span class="cx">     const LengthBox&amp; imageSlices() const { return m_data-&gt;imageSlices; }
</span><del>-    void setImageSlices(LengthBox slices) { m_data.access()-&gt;imageSlices = std::move(slices); }
</del><ins>+    void setImageSlices(LengthBox slices) { m_data.access()-&gt;imageSlices = WTF::move(slices); }
</ins><span class="cx"> 
</span><span class="cx">     bool fill() const { return m_data-&gt;fill; }
</span><span class="cx">     void setFill(bool fill) { m_data.access()-&gt;fill = fill; }
</span><span class="cx"> 
</span><span class="cx">     const LengthBox&amp; borderSlices() const { return m_data-&gt;borderSlices; }
</span><del>-    void setBorderSlices(LengthBox slices) { m_data.access()-&gt;borderSlices = std::move(slices); }
</del><ins>+    void setBorderSlices(LengthBox slices) { m_data.access()-&gt;borderSlices = WTF::move(slices); }
</ins><span class="cx"> 
</span><span class="cx">     const LengthBox&amp; outset() const { return m_data-&gt;outset; }
</span><del>-    void setOutset(LengthBox outset) { m_data.access()-&gt;outset = std::move(outset); }
</del><ins>+    void setOutset(LengthBox outset) { m_data.access()-&gt;outset = WTF::move(outset); }
</ins><span class="cx"> 
</span><span class="cx">     ENinePieceImageRule horizontalRule() const { return static_cast&lt;ENinePieceImageRule&gt;(m_data-&gt;horizontalRule); }
</span><span class="cx">     void setHorizontalRule(ENinePieceImageRule rule) { m_data.access()-&gt;horizontalRule = rule; }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleRenderStylecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/RenderStyle.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/RenderStyle.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -864,9 +864,9 @@
</span><span class="cx">         lastContent = lastContent-&gt;next();
</span><span class="cx"> 
</span><span class="cx">     if (lastContent)
</span><del>-        lastContent-&gt;setNext(std::move(contentData));
</del><ins>+        lastContent-&gt;setNext(WTF::move(contentData));
</ins><span class="cx">     else
</span><del>-        content = std::move(contentData);
</del><ins>+        content = WTF::move(contentData);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderStyle::setContent(PassRefPtr&lt;StyleImage&gt; image, bool add)
</span><span class="lines">@@ -917,11 +917,11 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     if (add) {
</span><del>-        appendContent(std::make_unique&lt;CounterContentData&gt;(std::move(counter)));
</del><ins>+        appendContent(std::make_unique&lt;CounterContentData&gt;(WTF::move(counter)));
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    rareNonInheritedData.access()-&gt;m_content = std::make_unique&lt;CounterContentData&gt;(std::move(counter));
</del><ins>+    rareNonInheritedData.access()-&gt;m_content = std::make_unique&lt;CounterContentData&gt;(WTF::move(counter));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderStyle::setContent(QuoteType quote, bool add)
</span><span class="lines">@@ -1009,24 +1009,24 @@
</span><span class="cx"> 
</span><span class="cx">     StyleRareInheritedData* rareData = rareInheritedData.access();
</span><span class="cx">     if (!add) {
</span><del>-        rareData-&gt;textShadow = std::move(shadowData);
</del><ins>+        rareData-&gt;textShadow = WTF::move(shadowData);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    shadowData-&gt;setNext(std::move(rareData-&gt;textShadow));
-    rareData-&gt;textShadow = std::move(shadowData);
</del><ins>+    shadowData-&gt;setNext(WTF::move(rareData-&gt;textShadow));
+    rareData-&gt;textShadow = WTF::move(shadowData);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderStyle::setBoxShadow(std::unique_ptr&lt;ShadowData&gt; shadowData, bool add)
</span><span class="cx"> {
</span><span class="cx">     StyleRareNonInheritedData* rareData = rareNonInheritedData.access();
</span><span class="cx">     if (!add) {
</span><del>-        rareData-&gt;m_boxShadow = std::move(shadowData);
</del><ins>+        rareData-&gt;m_boxShadow = WTF::move(shadowData);
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    shadowData-&gt;setNext(std::move(rareData-&gt;m_boxShadow));
-    rareData-&gt;m_boxShadow = std::move(shadowData);
</del><ins>+    shadowData-&gt;setNext(WTF::move(rareData-&gt;m_boxShadow));
+    rareData-&gt;m_boxShadow = WTF::move(shadowData);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static RoundedRect::Radii calcRadiiFor(const BorderData&amp; border, const LayoutSize&amp; size)
</span><span class="lines">@@ -1377,7 +1377,7 @@
</span><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx">     inherited.access()-&gt;font.setWordSpacing(fontWordSpacing);
</span><del>-    rareInheritedData.access()-&gt;wordSpacing = std::move(value);
</del><ins>+    rareInheritedData.access()-&gt;wordSpacing = WTF::move(value);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RenderStyle::setLetterSpacing(float v) { inherited.access()-&gt;font.setLetterSpacing(v); }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleRenderStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/RenderStyle.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/RenderStyle.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/RenderStyle.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1141,36 +1141,36 @@
</span><span class="cx">     void setPosition(EPosition v) { noninherited_flags.setPosition(v); }
</span><span class="cx">     void setFloating(EFloat v) { noninherited_flags.setFloating(v); }
</span><span class="cx"> 
</span><del>-    void setLeft(Length v) { SET_VAR(surround, offset.m_left, std::move(v)); }
-    void setRight(Length v) { SET_VAR(surround, offset.m_right, std::move(v)); }
-    void setTop(Length v) { SET_VAR(surround, offset.m_top, std::move(v)); }
-    void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, std::move(v)); }
</del><ins>+    void setLeft(Length v) { SET_VAR(surround, offset.m_left, WTF::move(v)); }
+    void setRight(Length v) { SET_VAR(surround, offset.m_right, WTF::move(v)); }
+    void setTop(Length v) { SET_VAR(surround, offset.m_top, WTF::move(v)); }
+    void setBottom(Length v) { SET_VAR(surround, offset.m_bottom, WTF::move(v)); }
</ins><span class="cx"> 
</span><del>-    void setWidth(Length v) { SET_VAR(m_box, m_width, std::move(v)); }
-    void setHeight(Length v) { SET_VAR(m_box, m_height, std::move(v)); }
</del><ins>+    void setWidth(Length v) { SET_VAR(m_box, m_width, WTF::move(v)); }
+    void setHeight(Length v) { SET_VAR(m_box, m_height, WTF::move(v)); }
</ins><span class="cx"> 
</span><span class="cx">     void setLogicalWidth(Length v)
</span><span class="cx">     {
</span><span class="cx">         if (isHorizontalWritingMode()) {
</span><del>-            SET_VAR(m_box, m_width, std::move(v));
</del><ins>+            SET_VAR(m_box, m_width, WTF::move(v));
</ins><span class="cx">         } else {
</span><del>-            SET_VAR(m_box, m_height, std::move(v));
</del><ins>+            SET_VAR(m_box, m_height, WTF::move(v));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void setLogicalHeight(Length v)
</span><span class="cx">     {
</span><span class="cx">         if (isHorizontalWritingMode()) {
</span><del>-            SET_VAR(m_box, m_height, std::move(v));
</del><ins>+            SET_VAR(m_box, m_height, WTF::move(v));
</ins><span class="cx">         } else {
</span><del>-            SET_VAR(m_box, m_width, std::move(v));
</del><ins>+            SET_VAR(m_box, m_width, WTF::move(v));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void setMinWidth(Length v) { SET_VAR(m_box, m_minWidth, std::move(v)); }
-    void setMaxWidth(Length v) { SET_VAR(m_box, m_maxWidth, std::move(v)); }
-    void setMinHeight(Length v) { SET_VAR(m_box, m_minHeight, std::move(v)); }
-    void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, std::move(v)); }
</del><ins>+    void setMinWidth(Length v) { SET_VAR(m_box, m_minWidth, WTF::move(v)); }
+    void setMaxWidth(Length v) { SET_VAR(m_box, m_maxWidth, WTF::move(v)); }
+    void setMinHeight(Length v) { SET_VAR(m_box, m_minHeight, WTF::move(v)); }
+    void setMaxHeight(Length v) { SET_VAR(m_box, m_maxHeight, WTF::move(v)); }
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(DASHBOARD_SUPPORT)
</span><span class="cx">     Vector&lt;StyleDashboardRegion&gt; dashboardRegions() const { return rareNonInheritedData-&gt;m_dashboardRegions; }
</span><span class="lines">@@ -1180,10 +1180,10 @@
</span><span class="cx">     {
</span><span class="cx">         StyleDashboardRegion region;
</span><span class="cx">         region.label = label;
</span><del>-        region.offset.m_top = std::move(t);
-        region.offset.m_right = std::move(r);
-        region.offset.m_bottom = std::move(b);
-        region.offset.m_left = std::move(l);
</del><ins>+        region.offset.m_top = WTF::move(t);
+        region.offset.m_right = WTF::move(r);
+        region.offset.m_bottom = WTF::move(b);
+        region.offset.m_left = WTF::move(l);
</ins><span class="cx">         region.type = type;
</span><span class="cx">         if (!append)
</span><span class="cx">             rareNonInheritedData.access()-&gt;m_dashboardRegions.clear();
</span><span class="lines">@@ -1205,10 +1205,10 @@
</span><span class="cx"> 
</span><span class="cx">     void setBackgroundColor(const Color&amp; v) { SET_VAR(m_background, m_color, v); }
</span><span class="cx"> 
</span><del>-    void setBackgroundXPosition(Length length) { SET_VAR(m_background, m_background.m_xPosition, std::move(length)); }
-    void setBackgroundYPosition(Length length) { SET_VAR(m_background, m_background.m_yPosition, std::move(length)); }
</del><ins>+    void setBackgroundXPosition(Length length) { SET_VAR(m_background, m_background.m_xPosition, WTF::move(length)); }
+    void setBackgroundYPosition(Length length) { SET_VAR(m_background, m_background.m_yPosition, WTF::move(length)); }
</ins><span class="cx">     void setBackgroundSize(EFillSizeType b) { SET_VAR(m_background, m_background.m_sizeType, b); }
</span><del>-    void setBackgroundSizeLength(LengthSize size) { SET_VAR(m_background, m_background.m_sizeLength, std::move(size)); }
</del><ins>+    void setBackgroundSizeLength(LengthSize size) { SET_VAR(m_background, m_background.m_sizeLength, WTF::move(size)); }
</ins><span class="cx">     
</span><span class="cx">     void setBorderImage(const NinePieceImage&amp; b) { SET_VAR(surround, border.m_image, b); }
</span><span class="cx">     void setBorderImageSource(PassRefPtr&lt;StyleImage&gt;);
</span><span class="lines">@@ -1216,10 +1216,10 @@
</span><span class="cx">     void setBorderImageWidth(LengthBox);
</span><span class="cx">     void setBorderImageOutset(LengthBox);
</span><span class="cx"> 
</span><del>-    void setBorderTopLeftRadius(LengthSize size) { SET_VAR(surround, border.m_topLeft, std::move(size)); }
-    void setBorderTopRightRadius(LengthSize size) { SET_VAR(surround, border.m_topRight, std::move(size)); }
-    void setBorderBottomLeftRadius(LengthSize size) { SET_VAR(surround, border.m_bottomLeft, std::move(size)); }
-    void setBorderBottomRightRadius(LengthSize size) { SET_VAR(surround, border.m_bottomRight, std::move(size)); }
</del><ins>+    void setBorderTopLeftRadius(LengthSize size) { SET_VAR(surround, border.m_topLeft, WTF::move(size)); }
+    void setBorderTopRightRadius(LengthSize size) { SET_VAR(surround, border.m_topRight, WTF::move(size)); }
+    void setBorderBottomLeftRadius(LengthSize size) { SET_VAR(surround, border.m_bottomLeft, WTF::move(size)); }
+    void setBorderBottomRightRadius(LengthSize size) { SET_VAR(surround, border.m_bottomRight, WTF::move(size)); }
</ins><span class="cx"> 
</span><span class="cx">     void setBorderRadius(LengthSize s)
</span><span class="cx">     {
</span><span class="lines">@@ -1261,15 +1261,15 @@
</span><span class="cx">     void setOverflowY(EOverflow v) { noninherited_flags.setOverflowY(v); }
</span><span class="cx">     void setVisibility(EVisibility v) { inherited_flags._visibility = v; }
</span><span class="cx">     void setVerticalAlign(EVerticalAlign v) { noninherited_flags.setVerticalAlign(v); }
</span><del>-    void setVerticalAlignLength(Length length) { setVerticalAlign(LENGTH); SET_VAR(m_box, m_verticalAlign, std::move(length)); }
</del><ins>+    void setVerticalAlignLength(Length length) { setVerticalAlign(LENGTH); SET_VAR(m_box, m_verticalAlign, WTF::move(length)); }
</ins><span class="cx"> 
</span><span class="cx">     void setHasClip(bool b = true) { SET_VAR(visual, hasClip, b); }
</span><del>-    void setClipLeft(Length length) { SET_VAR(visual, clip.m_left, std::move(length)); }
-    void setClipRight(Length length) { SET_VAR(visual, clip.m_right, std::move(length)); }
-    void setClipTop(Length length) { SET_VAR(visual, clip.m_top, std::move(length)); }
-    void setClipBottom(Length length) { SET_VAR(visual, clip.m_bottom, std::move(length)); }
</del><ins>+    void setClipLeft(Length length) { SET_VAR(visual, clip.m_left, WTF::move(length)); }
+    void setClipRight(Length length) { SET_VAR(visual, clip.m_right, WTF::move(length)); }
+    void setClipTop(Length length) { SET_VAR(visual, clip.m_top, WTF::move(length)); }
+    void setClipBottom(Length length) { SET_VAR(visual, clip.m_bottom, WTF::move(length)); }
</ins><span class="cx">     void setClip(Length top, Length right, Length bottom, Length left);
</span><del>-    void setClip(LengthBox box) { SET_VAR(visual, clip, std::move(box)); }
</del><ins>+    void setClip(LengthBox box) { SET_VAR(visual, clip, WTF::move(box)); }
</ins><span class="cx"> 
</span><span class="cx">     void setUnicodeBidi(EUnicodeBidi b) { noninherited_flags.setUnicodeBidi(b); }
</span><span class="cx"> 
</span><span class="lines">@@ -1289,7 +1289,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx">     void setColor(const Color&amp;);
</span><del>-    void setTextIndent(Length length) { SET_VAR(rareInheritedData, indent, std::move(length)); }
</del><ins>+    void setTextIndent(Length length) { SET_VAR(rareInheritedData, indent, WTF::move(length)); }
</ins><span class="cx"> #if ENABLE(CSS3_TEXT)
</span><span class="cx">     void setTextIndentLine(TextIndentLine v) { SET_VAR(rareInheritedData, m_textIndentLine, v); }
</span><span class="cx">     void setTextIndentType(TextIndentType v) { SET_VAR(rareInheritedData, m_textIndentType, v); }
</span><span class="lines">@@ -1358,9 +1358,9 @@
</span><span class="cx"> 
</span><span class="cx">     void setMaskBoxImage(const NinePieceImage&amp; b) { SET_VAR(rareNonInheritedData, m_maskBoxImage, b); }
</span><span class="cx">     void setMaskBoxImageSource(PassRefPtr&lt;StyleImage&gt; v) { rareNonInheritedData.access()-&gt;m_maskBoxImage.setImage(v); }
</span><del>-    void setMaskXPosition(Length length) { SET_VAR(rareNonInheritedData, m_mask.m_xPosition, std::move(length)); }
-    void setMaskYPosition(Length length) { SET_VAR(rareNonInheritedData, m_mask.m_yPosition, std::move(length)); }
-    void setMaskSize(LengthSize size) { SET_VAR(rareNonInheritedData, m_mask.m_sizeLength, std::move(size)); }
</del><ins>+    void setMaskXPosition(Length length) { SET_VAR(rareNonInheritedData, m_mask.m_xPosition, WTF::move(length)); }
+    void setMaskYPosition(Length length) { SET_VAR(rareNonInheritedData, m_mask.m_yPosition, WTF::move(length)); }
+    void setMaskSize(LengthSize size) { SET_VAR(rareNonInheritedData, m_mask.m_sizeLength, WTF::move(size)); }
</ins><span class="cx"> 
</span><span class="cx">     void setBorderCollapse(EBorderCollapse collapse) { inherited_flags._border_collapse = collapse; }
</span><span class="cx">     void setHorizontalBorderSpacing(short);
</span><span class="lines">@@ -1377,19 +1377,19 @@
</span><span class="cx">     void setListStylePosition(EListStylePosition v) { inherited_flags._list_style_position = v; }
</span><span class="cx"> 
</span><span class="cx">     void resetMargin() { SET_VAR(surround, margin, LengthBox(Fixed)); }
</span><del>-    void setMarginTop(Length length) { SET_VAR(surround, margin.m_top, std::move(length)); }
-    void setMarginBottom(Length length) { SET_VAR(surround, margin.m_bottom, std::move(length)); }
-    void setMarginLeft(Length length) { SET_VAR(surround, margin.m_left, std::move(length)); }
-    void setMarginRight(Length length) { SET_VAR(surround, margin.m_right, std::move(length)); }
</del><ins>+    void setMarginTop(Length length) { SET_VAR(surround, margin.m_top, WTF::move(length)); }
+    void setMarginBottom(Length length) { SET_VAR(surround, margin.m_bottom, WTF::move(length)); }
+    void setMarginLeft(Length length) { SET_VAR(surround, margin.m_left, WTF::move(length)); }
+    void setMarginRight(Length length) { SET_VAR(surround, margin.m_right, WTF::move(length)); }
</ins><span class="cx">     void setMarginStart(Length);
</span><span class="cx">     void setMarginEnd(Length);
</span><span class="cx"> 
</span><span class="cx">     void resetPadding() { SET_VAR(surround, padding, LengthBox(Auto)); }
</span><del>-    void setPaddingBox(LengthBox box) { SET_VAR(surround, padding, std::move(box)); }
-    void setPaddingTop(Length length) { SET_VAR(surround, padding.m_top, std::move(length)); }
-    void setPaddingBottom(Length length) { SET_VAR(surround, padding.m_bottom, std::move(length)); }
-    void setPaddingLeft(Length length) { SET_VAR(surround, padding.m_left, std::move(length)); }
-    void setPaddingRight(Length length) { SET_VAR(surround, padding.m_right, std::move(length)); }
</del><ins>+    void setPaddingBox(LengthBox box) { SET_VAR(surround, padding, WTF::move(box)); }
+    void setPaddingTop(Length length) { SET_VAR(surround, padding.m_top, WTF::move(length)); }
+    void setPaddingBottom(Length length) { SET_VAR(surround, padding.m_bottom, WTF::move(length)); }
+    void setPaddingLeft(Length length) { SET_VAR(surround, padding.m_left, WTF::move(length)); }
+    void setPaddingRight(Length length) { SET_VAR(surround, padding.m_right, WTF::move(length)); }
</ins><span class="cx"> 
</span><span class="cx">     void setCursor(ECursor c) { inherited_flags._cursor_style = c; }
</span><span class="cx">     void addCursor(PassRefPtr&lt;StyleImage&gt;, const IntPoint&amp; hotSpot = IntPoint());
</span><span class="lines">@@ -1448,7 +1448,7 @@
</span><span class="cx">     void setBoxSizing(EBoxSizing s) { SET_VAR(m_box, m_boxSizing, s); }
</span><span class="cx">     void setFlexGrow(float f) { SET_VAR(rareNonInheritedData.access()-&gt;m_flexibleBox, m_flexGrow, f); }
</span><span class="cx">     void setFlexShrink(float f) { SET_VAR(rareNonInheritedData.access()-&gt;m_flexibleBox, m_flexShrink, f); }
</span><del>-    void setFlexBasis(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_flexibleBox, m_flexBasis, std::move(length)); }
</del><ins>+    void setFlexBasis(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_flexibleBox, m_flexBasis, WTF::move(length)); }
</ins><span class="cx">     void setOrder(int o) { SET_VAR(rareNonInheritedData, m_order, o); }
</span><span class="cx">     void setAlignContent(EAlignContent p) { SET_VAR(rareNonInheritedData, m_alignContent, p); }
</span><span class="cx">     void setAlignItems(EAlignItems a) { SET_VAR(rareNonInheritedData, m_alignItems, a); }
</span><span class="lines">@@ -1474,7 +1474,7 @@
</span><span class="cx">     void setGridItemRowStart(const GridPosition&amp; rowStartPosition) { SET_VAR(rareNonInheritedData.access()-&gt;m_gridItem, m_gridRowStart, rowStartPosition); }
</span><span class="cx">     void setGridItemRowEnd(const GridPosition&amp; rowEndPosition) { SET_VAR(rareNonInheritedData.access()-&gt;m_gridItem, m_gridRowEnd, rowEndPosition); }
</span><span class="cx"> #endif /* ENABLE(CSS_GRID_LAYOUT) */
</span><del>-    void setMarqueeIncrement(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_marquee, increment, std::move(length)); }
</del><ins>+    void setMarqueeIncrement(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_marquee, increment, WTF::move(length)); }
</ins><span class="cx">     void setMarqueeSpeed(int f) { SET_VAR(rareNonInheritedData.access()-&gt;m_marquee, speed, f); }
</span><span class="cx">     void setMarqueeDirection(EMarqueeDirection d) { SET_VAR(rareNonInheritedData.access()-&gt;m_marquee, direction, d); }
</span><span class="cx">     void setMarqueeBehavior(EMarqueeBehavior b) { SET_VAR(rareNonInheritedData.access()-&gt;m_marquee, behavior, b); }
</span><span class="lines">@@ -1520,8 +1520,8 @@
</span><span class="cx">     void setRegionBreakAfter(EPageBreak p) { SET_VAR(rareNonInheritedData, m_regionBreakAfter, p); }
</span><span class="cx">     void inheritColumnPropertiesFrom(RenderStyle* parent) { rareNonInheritedData.access()-&gt;m_multiCol = parent-&gt;rareNonInheritedData-&gt;m_multiCol; }
</span><span class="cx">     void setTransform(const TransformOperations&amp; ops) { SET_VAR(rareNonInheritedData.access()-&gt;m_transform, m_operations, ops); }
</span><del>-    void setTransformOriginX(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_transform, m_x, std::move(length)); }
-    void setTransformOriginY(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_transform, m_y, std::move(length)); }
</del><ins>+    void setTransformOriginX(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_transform, m_x, WTF::move(length)); }
+    void setTransformOriginY(Length length) { SET_VAR(rareNonInheritedData.access()-&gt;m_transform, m_y, WTF::move(length)); }
</ins><span class="cx">     void setTransformOriginZ(float f) { SET_VAR(rareNonInheritedData.access()-&gt;m_transform, m_z, f); }
</span><span class="cx">     void setSpeak(ESpeak s) { SET_VAR(rareInheritedData, speak, s); }
</span><span class="cx">     void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); }
</span><span class="lines">@@ -1574,9 +1574,9 @@
</span><span class="cx">     void setTransformStyle3D(ETransformStyle3D b) { SET_VAR(rareNonInheritedData, m_transformStyle3D, b); }
</span><span class="cx">     void setBackfaceVisibility(EBackfaceVisibility b) { SET_VAR(rareNonInheritedData, m_backfaceVisibility, b); }
</span><span class="cx">     void setPerspective(float p) { SET_VAR(rareNonInheritedData, m_perspective, p); }
</span><del>-    void setPerspectiveOriginX(Length length) { SET_VAR(rareNonInheritedData, m_perspectiveOriginX, std::move(length)); }
-    void setPerspectiveOriginY(Length length) { SET_VAR(rareNonInheritedData, m_perspectiveOriginY, std::move(length)); }
-    void setPageSize(LengthSize size) { SET_VAR(rareNonInheritedData, m_pageSize, std::move(size)); }
</del><ins>+    void setPerspectiveOriginX(Length length) { SET_VAR(rareNonInheritedData, m_perspectiveOriginX, WTF::move(length)); }
+    void setPerspectiveOriginY(Length length) { SET_VAR(rareNonInheritedData, m_perspectiveOriginY, WTF::move(length)); }
+    void setPageSize(LengthSize size) { SET_VAR(rareNonInheritedData, m_pageSize, WTF::move(size)); }
</ins><span class="cx">     void setPageSizeType(PageSizeType t) { SET_VAR(rareNonInheritedData, m_pageSizeType, t); }
</span><span class="cx">     void resetPageSizeType() { SET_VAR(rareNonInheritedData, m_pageSizeType, PAGE_SIZE_AUTO); }
</span><span class="cx"> 
</span><span class="lines">@@ -1649,7 +1649,7 @@
</span><span class="cx">     static ShapeValue* initialShapeOutside() { return 0; }
</span><span class="cx"> 
</span><span class="cx">     const Length&amp; shapeMargin() const { return rareNonInheritedData-&gt;m_shapeMargin; }
</span><del>-    void setShapeMargin(Length shapeMargin) { SET_VAR(rareNonInheritedData, m_shapeMargin, std::move(shapeMargin)); }
</del><ins>+    void setShapeMargin(Length shapeMargin) { SET_VAR(rareNonInheritedData, m_shapeMargin, WTF::move(shapeMargin)); }
</ins><span class="cx">     static Length initialShapeMargin() { return Length(0, Fixed); }
</span><span class="cx"> 
</span><span class="cx">     float shapeImageThreshold() const { return rareNonInheritedData-&gt;m_shapeImageThreshold; }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleSVGRenderStyleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/SVGRenderStyle.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/SVGRenderStyle.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/SVGRenderStyle.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -264,7 +264,7 @@
</span><span class="cx">             misc.access()-&gt;baselineShiftValue = obj;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    void setShadow(std::unique_ptr&lt;ShadowData&gt; obj) { shadowSVG.access()-&gt;shadow = std::move(obj); }
</del><ins>+    void setShadow(std::unique_ptr&lt;ShadowData&gt; obj) { shadowSVG.access()-&gt;shadow = WTF::move(obj); }
</ins><span class="cx"> 
</span><span class="cx">     // Setters for non-inherited resources
</span><span class="cx">     void setClipperResource(const String&amp; obj)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleShadowDatah"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/ShadowData.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/ShadowData.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/ShadowData.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">     bool isWebkitBoxShadow() const { return m_isWebkitBoxShadow; }
</span><span class="cx"> 
</span><span class="cx">     const ShadowData* next() const { return m_next.get(); }
</span><del>-    void setNext(std::unique_ptr&lt;ShadowData&gt; shadow) { m_next = std::move(shadow); }
</del><ins>+    void setNext(std::unique_ptr&lt;ShadowData&gt; shadow) { m_next = WTF::move(shadow); }
</ins><span class="cx"> 
</span><span class="cx">     void adjustRectForShadow(LayoutRect&amp;, int additionalOutlineSize = 0) const;
</span><span class="cx">     void adjustRectForShadow(FloatRect&amp;, int additionalOutlineSize = 0) const;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleGeneratedImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleGeneratedImage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleGeneratedImage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/StyleGeneratedImage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     
</span><span class="cx"> StyleGeneratedImage::StyleGeneratedImage(PassRef&lt;CSSImageGeneratorValue&gt; value)
</span><del>-    : m_imageGeneratorValue(std::move(value))
</del><ins>+    : m_imageGeneratorValue(WTF::move(value))
</ins><span class="cx">     , m_fixedSize(m_imageGeneratorValue-&gt;isFixedSize())
</span><span class="cx"> {
</span><span class="cx">     m_isGeneratedImage = true;
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleGeneratedImageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/StyleGeneratedImage.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;StyleGeneratedImage&gt; create(PassRef&lt;CSSImageGeneratorValue&gt; value)
</span><span class="cx">     {
</span><del>-        return adoptRef(new StyleGeneratedImage(std::move(value)));
</del><ins>+        return adoptRef(new StyleGeneratedImage(WTF::move(value)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     CSSImageGeneratorValue&amp; imageValue() { return m_imageGeneratorValue.get(); }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingstyleStyleReflectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/style/StyleReflection.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/style/StyleReflection.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/style/StyleReflection.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">     const NinePieceImage&amp; mask() const { return m_mask; }
</span><span class="cx"> 
</span><span class="cx">     void setDirection(CSSReflectionDirection dir) { m_direction = dir; }
</span><del>-    void setOffset(Length offset) { m_offset = std::move(offset); }
</del><ins>+    void setOffset(Length offset) { m_offset = WTF::move(offset); }
</ins><span class="cx">     void setMask(const NinePieceImage&amp; image) { m_mask = image; }
</span><span class="cx"> 
</span><span class="cx"> private:
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGBlockcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGBlock.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGBlock::RenderSVGBlock(SVGGraphicsElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderBlockFlow(element, std::move(style))
</del><ins>+    : RenderBlockFlow(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGContainercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGContainer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGContainer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGContainer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGContainer::RenderSVGContainer(SVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGModelObject(element, std::move(style))
</del><ins>+    : RenderSVGModelObject(element, WTF::move(style))
</ins><span class="cx">     , m_objectBoundingBoxValid(false)
</span><span class="cx">     , m_needsBoundariesUpdate(true)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGEllipsecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGEllipse.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGEllipse::RenderSVGEllipse(SVGGraphicsElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGShape(element, std::move(style))
</del><ins>+    : RenderSVGShape(element, WTF::move(style))
</ins><span class="cx">     , m_usePathFallback(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGForeignObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGForeignObject::RenderSVGForeignObject(SVGForeignObjectElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGBlock(element, std::move(style))
</del><ins>+    : RenderSVGBlock(element, WTF::move(style))
</ins><span class="cx">     , m_needsTransformUpdate(true)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGGradientStopcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGGradientStop.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> using namespace SVGNames;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGGradientStop::RenderSVGGradientStop(SVGStopElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderElement(element, std::move(style), 0)
</del><ins>+    : RenderElement(element, WTF::move(style), 0)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGHiddenContainercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGHiddenContainer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGHiddenContainer::RenderSVGHiddenContainer(SVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGContainer(element, std::move(style))
</del><ins>+    : RenderSVGContainer(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGImage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGImage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGImage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGImage::RenderSVGImage(SVGImageElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGModelObject(element, std::move(style))
</del><ins>+    : RenderSVGModelObject(element, WTF::move(style))
</ins><span class="cx">     , m_needsBoundariesUpdate(true)
</span><span class="cx">     , m_needsTransformUpdate(true)
</span><span class="cx">     , m_imageResource(std::make_unique&lt;RenderImageResource&gt;())
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGInlinecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGInline.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     
</span><span class="cx"> RenderSVGInline::RenderSVGInline(SVGGraphicsElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderInline(element, std::move(style))
</del><ins>+    : RenderInline(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx">     setAlwaysCreateLineBoxes();
</span><span class="cx"> }
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto box = std::make_unique&lt;SVGInlineFlowBox&gt;(*this);
</span><span class="cx">     box-&gt;setHasVirtualLogicalHeight();
</span><del>-    return std::move(box);
</del><ins>+    return WTF::move(box);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> FloatRect RenderSVGInline::objectBoundingBox() const
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGInlineTextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGInlineText.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto box = std::make_unique&lt;SVGInlineTextBox&gt;(*this);
</span><span class="cx">     box-&gt;setHasVirtualLogicalHeight();
</span><del>-    return std::move(box);
</del><ins>+    return WTF::move(box);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGModelObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGModelObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGModelObject::RenderSVGModelObject(SVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderElement(element, std::move(style), 0)
</del><ins>+    : RenderElement(element, WTF::move(style), 0)
</ins><span class="cx">     , m_hasSVGShadow(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGPath.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGPath.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGPath.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGPath::RenderSVGPath(SVGGraphicsElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGShape(element, std::move(style))
</del><ins>+    : RenderSVGShape(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGRectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGRect.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGRect.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGRect.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGRect::RenderSVGRect(SVGRectElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGShape(element, std::move(style))
</del><ins>+    : RenderSVGShape(element, WTF::move(style))
</ins><span class="cx">     , m_usePathFallback(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceClippercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceClipper.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourceClipper::s_resourceType = ClipperResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceClipper::RenderSVGResourceClipper(SVGClipPathElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceContainer(element, std::move(style))
</del><ins>+    : RenderSVGResourceContainer(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceContainercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceContainer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceContainer::RenderSVGResourceContainer(SVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGHiddenContainer(element, std::move(style))
</del><ins>+    : RenderSVGHiddenContainer(element, WTF::move(style))
</ins><span class="cx">     , m_id(element.getIdAttribute())
</span><span class="cx">     , m_registered(false)
</span><span class="cx">     , m_isInvalidating(false)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFiltercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourceFilter::s_resourceType = FilterResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceFilter::RenderSVGResourceFilter(SVGFilterElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceContainer(element, std::move(style))
</del><ins>+    : RenderSVGResourceContainer(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx">     if (filterData-&gt;drawingRegion.isEmpty()) {
</span><span class="cx">         ASSERT(!m_filter.contains(&amp;renderer));
</span><span class="cx">         filterData-&gt;savedContext = context;
</span><del>-        m_filter.set(&amp;renderer, std::move(filterData));
</del><ins>+        m_filter.set(&amp;renderer, WTF::move(filterData));
</ins><span class="cx">         return false;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -206,7 +206,7 @@
</span><span class="cx">     if (!SVGRenderingContext::createImageBuffer(filterData-&gt;drawingRegion, effectiveTransform, sourceGraphic, ColorSpaceLinearRGB, renderingMode)) {
</span><span class="cx">         ASSERT(!m_filter.contains(&amp;renderer));
</span><span class="cx">         filterData-&gt;savedContext = context;
</span><del>-        m_filter.set(&amp;renderer, std::move(filterData));
</del><ins>+        m_filter.set(&amp;renderer, WTF::move(filterData));
</ins><span class="cx">         return false;
</span><span class="cx">     }
</span><span class="cx">     
</span><span class="lines">@@ -216,13 +216,13 @@
</span><span class="cx">     GraphicsContext* sourceGraphicContext = sourceGraphic-&gt;context();
</span><span class="cx">     ASSERT(sourceGraphicContext);
</span><span class="cx">   
</span><del>-    filterData-&gt;sourceGraphicBuffer = std::move(sourceGraphic);
</del><ins>+    filterData-&gt;sourceGraphicBuffer = WTF::move(sourceGraphic);
</ins><span class="cx">     filterData-&gt;savedContext = context;
</span><span class="cx"> 
</span><span class="cx">     context = sourceGraphicContext;
</span><span class="cx"> 
</span><span class="cx">     ASSERT(!m_filter.contains(&amp;renderer));
</span><del>-    m_filter.set(&amp;renderer, std::move(filterData));
</del><ins>+    m_filter.set(&amp;renderer, WTF::move(filterData));
</ins><span class="cx"> 
</span><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="lines">@@ -270,7 +270,7 @@
</span><span class="cx">         // initial filtering process. We just take the stored filter result on a
</span><span class="cx">         // second drawing.
</span><span class="cx">         if (filterData-&gt;state != FilterData::Built)
</span><del>-            filterData-&gt;filter-&gt;setSourceImage(std::move(filterData-&gt;sourceGraphicBuffer));
</del><ins>+            filterData-&gt;filter-&gt;setSourceImage(WTF::move(filterData-&gt;sourceGraphicBuffer));
</ins><span class="cx"> 
</span><span class="cx">         // Always true if filterData is just built (filterData-&gt;state == FilterData::Built).
</span><span class="cx">         if (!lastEffect-&gt;hasResult()) {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceFilterPrimitivecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceFilterPrimitive::RenderSVGResourceFilterPrimitive(SVGFilterPrimitiveStandardAttributes&amp; filterPrimitiveElement, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGHiddenContainer(filterPrimitiveElement, std::move(style))
</del><ins>+    : RenderSVGHiddenContainer(filterPrimitiveElement, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceGradientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceGradient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceGradient::RenderSVGResourceGradient(SVGGradientElement&amp; node, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceContainer(node, std::move(style))
</del><ins>+    : RenderSVGResourceContainer(node, WTF::move(style))
</ins><span class="cx">     , m_shouldCollectGradientAttributes(true)
</span><span class="cx"> #if USE(CG)
</span><span class="cx">     , m_savedContext(0)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     ASSERT(maskImage);
</span><span class="cx">     savedContext = context;
</span><span class="cx">     context = maskImageContext;
</span><del>-    imageBuffer = std::move(maskImage);
</del><ins>+    imageBuffer = WTF::move(maskImage);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceLinearGradientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceLinearGradient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourceLinearGradient::s_resourceType = LinearGradientResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceLinearGradient::RenderSVGResourceLinearGradient(SVGLinearGradientElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceGradient(element, std::move(style))
</del><ins>+    : RenderSVGResourceGradient(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceMarkercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceMarker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourceMarker::s_resourceType = MarkerResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceMarker::RenderSVGResourceMarker(SVGMarkerElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceContainer(element, std::move(style))
</del><ins>+    : RenderSVGResourceContainer(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceMaskercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceMasker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourceMasker::s_resourceType = MaskerResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceMasker::RenderSVGResourceMasker(SVGMaskElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceContainer(element, std::move(style))
</del><ins>+    : RenderSVGResourceContainer(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourcePatterncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourcePattern::s_resourceType = PatternResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourcePattern::RenderSVGResourcePattern(SVGPatternElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceContainer(element, std::move(style))
</del><ins>+    : RenderSVGResourceContainer(element, WTF::move(style))
</ins><span class="cx">     , m_shouldCollectPatternAttributes(true)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">     // Various calls above may trigger invalidations in some fringe cases (ImageBuffer allocation
</span><span class="cx">     // failures in the SVG image cache for example). To avoid having our PatternData deleted by
</span><span class="cx">     // removeAllClientsFromCache(), we only make it visible in the cache at the very end.
</span><del>-    return m_patternMap.set(&amp;renderer, std::move(patternData)).iterator-&gt;value.get();
</del><ins>+    return m_patternMap.set(&amp;renderer, WTF::move(patternData)).iterator-&gt;value.get();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool RenderSVGResourcePattern::applyResource(RenderElement&amp; renderer, const RenderStyle&amp; style, GraphicsContext*&amp; context, unsigned short resourceMode)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGResourceRadialGradientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGResourceRadialGradient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> RenderSVGResourceType RenderSVGResourceRadialGradient::s_resourceType = RadialGradientResourceType;
</span><span class="cx"> 
</span><span class="cx"> RenderSVGResourceRadialGradient::RenderSVGResourceRadialGradient(SVGRadialGradientElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGResourceGradient(element, std::move(style))
</del><ins>+    : RenderSVGResourceGradient(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGRootcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGRoot.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGRoot::RenderSVGRoot(SVGSVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderReplaced(element, std::move(style))
</del><ins>+    : RenderReplaced(element, WTF::move(style))
</ins><span class="cx">     , m_objectBoundingBoxValid(false)
</span><span class="cx">     , m_isLayoutSizeChanged(false)
</span><span class="cx">     , m_needsBoundariesOrTransformUpdate(true)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGShapecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGShape.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGShape.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGShape.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> RenderSVGShape::RenderSVGShape(SVGGraphicsElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGModelObject(element, std::move(style))
</del><ins>+    : RenderSVGModelObject(element, WTF::move(style))
</ins><span class="cx">     , m_needsBoundariesUpdate(false) // Default is false, the cached rects are empty from the beginning.
</span><span class="cx">     , m_needsShapeUpdate(true) // Default is true, so we grab a Path object once from SVGGraphicsElement.
</span><span class="cx">     , m_needsTransformUpdate(true) // Default is true, so we grab a AffineTransform object once from SVGGraphicsElement.
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTSpanh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGTSpan.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> class RenderSVGTSpan final : public RenderSVGInline {
</span><span class="cx"> public:
</span><span class="cx">     explicit RenderSVGTSpan(SVGTextPositioningElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-        : RenderSVGInline(element, std::move(style))
</del><ins>+        : RenderSVGInline(element, WTF::move(style))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGText.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGText::RenderSVGText(SVGTextElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGBlock(element, std::move(style))
</del><ins>+    : RenderSVGBlock(element, WTF::move(style))
</ins><span class="cx">     , m_needsReordering(false)
</span><span class="cx">     , m_needsPositioningValuesUpdate(false)
</span><span class="cx">     , m_needsTransformUpdate(true)
</span><span class="lines">@@ -436,7 +436,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto box = std::make_unique&lt;SVGRootInlineBox&gt;(*this);
</span><span class="cx">     box-&gt;setHasVirtualLogicalHeight();
</span><del>-    return std::move(box);
</del><ins>+    return WTF::move(box);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool RenderSVGText::nodeAtFloatPoint(const HitTestRequest&amp; request, HitTestResult&amp; result, const FloatPoint&amp; pointInParent, HitTestAction hitTestAction)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTextPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGTextPath.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGTextPath::RenderSVGTextPath(SVGTextPathElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGInline(element, std::move(style))
</del><ins>+    : RenderSVGInline(element, WTF::move(style))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGTransformableContainercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGTransformableContainer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx">     
</span><span class="cx"> RenderSVGTransformableContainer::RenderSVGTransformableContainer(SVGGraphicsElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGContainer(element, std::move(style))
</del><ins>+    : RenderSVGContainer(element, WTF::move(style))
</ins><span class="cx">     , m_needsTransformUpdate(true)
</span><span class="cx">     , m_didTransformToRootUpdate(false)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgRenderSVGViewportContainercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/RenderSVGViewportContainer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> RenderSVGViewportContainer::RenderSVGViewportContainer(SVGSVGElement&amp; element, PassRef&lt;RenderStyle&gt; style)
</span><del>-    : RenderSVGContainer(element, std::move(style))
</del><ins>+    : RenderSVGContainer(element, WTF::move(style))
</ins><span class="cx">     , m_didTransformToRootUpdate(false)
</span><span class="cx">     , m_isLayoutSizeChanged(false)
</span><span class="cx">     , m_needsTransformUpdate(true)
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGRenderingContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/SVGRenderingContext.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -266,7 +266,7 @@
</span><span class="cx">     imageContext-&gt;translate(-paintRect.x(), -paintRect.y());
</span><span class="cx">     imageContext-&gt;concatCTM(absoluteTransform);
</span><span class="cx"> 
</span><del>-    imageBuffer = std::move(image);
</del><ins>+    imageBuffer = WTF::move(image);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -289,7 +289,7 @@
</span><span class="cx">     // Compensate rounding effects, as the absolute target rect is using floating-point numbers and the image buffer size is integer.
</span><span class="cx">     imageContext-&gt;scale(FloatSize(unclampedImageSize.width() / absoluteTargetRect.width(), unclampedImageSize.height() / absoluteTargetRect.height()));
</span><span class="cx"> 
</span><del>-    imageBuffer = std::move(image);
</del><ins>+    imageBuffer = WTF::move(image);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorerenderingsvgSVGResourcesCachecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/rendering/svg/SVGResourcesCache.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/rendering/svg/SVGResourcesCache.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/rendering/svg/SVGResourcesCache.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     // Put object in cache.
</span><del>-    SVGResources&amp; resources = *m_cache.add(&amp;renderer, std::move(newResources)).iterator-&gt;value;
</del><ins>+    SVGResources&amp; resources = *m_cache.add(&amp;renderer, WTF::move(newResources)).iterator-&gt;value;
</ins><span class="cx"> 
</span><span class="cx">     // Run cycle-detection _afterwards_, so self-references can be caught as well.
</span><span class="cx">     SVGResourcesCycleSolver solver(renderer, resources);
</span></span></pre></div>
<a id="trunkSourceWebCorereplayCapturingInputCursorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/CapturingInputCursor.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/CapturingInputCursor.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/replay/CapturingInputCursor.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> void CapturingInputCursor::storeInput(std::unique_ptr&lt;NondeterministicInputBase&gt; input)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(input);
</span><del>-    m_storage.store(std::move(input));
</del><ins>+    m_storage.store(WTF::move(input));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> NondeterministicInputBase* CapturingInputCursor::loadInput(InputQueue, const AtomicString&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCorereplayMemoizedDOMResultcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/MemoizedDOMResult.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/MemoizedDOMResult.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/replay/MemoizedDOMResult.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx">     std::unique_ptr&lt;MemoizedDOMResultBase&gt; decodedInput = MemoizedDOMResultBase::createFromEncodedResult(attribute, ctype, encodedResult, exceptionCode);
</span><span class="cx">     if (!decodedInput)
</span><span class="cx">         return false;
</span><del>-    input = std::move(decodedInput);
</del><ins>+    input = WTF::move(decodedInput);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorereplayReplayControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/ReplayController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/ReplayController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/replay/ReplayController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -178,7 +178,7 @@
</span><span class="cx">     std::unique_ptr&lt;InitialNavigation&gt; navigationInput = InitialNavigation::createFromPage(m_page);
</span><span class="cx">     // Dispatching this input schedules navigation of the main frame, causing a refresh.
</span><span class="cx">     navigationInput-&gt;dispatch(*this);
</span><del>-    m_activeCursor-&gt;storeInput(std::move(navigationInput));
</del><ins>+    m_activeCursor-&gt;storeInput(WTF::move(navigationInput));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void ReplayController::completeSegment()
</span></span></pre></div>
<a id="trunkSourceWebCorereplaySegmentedInputStoragecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/SegmentedInputStorage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/SegmentedInputStorage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/replay/SegmentedInputStorage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -105,7 +105,7 @@
</span><span class="cx"> 
</span><span class="cx">     LOG(WebReplay, &quot;%-14s#%-5u %s: %s %s\n&quot;, &quot;ReplayEvents&quot;, m_inputCount++, queueTypeToLogPrefix(input-&gt;queue(), false), input-&gt;type().string().utf8().data(), jsonStringForInput(*input).utf8().data());
</span><span class="cx"> 
</span><del>-    m_queues.at(offsetForInputQueue(input-&gt;queue()))-&gt;append(std::move(input));
</del><ins>+    m_queues.at(offsetForInputQueue(input-&gt;queue()))-&gt;append(WTF::move(input));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> size_t SegmentedInputStorage::queueSize(InputQueue inputQueue) const
</span></span></pre></div>
<a id="trunkSourceWebCorereplaySerializationMethodscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/SerializationMethods.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/SerializationMethods.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/replay/SerializationMethods.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -201,7 +201,7 @@
</span><span class="cx">         if (!InputTraits&lt;name&gt;::decode(encodedValue, decodedInput)) \
</span><span class="cx">             return false; \
</span><span class="cx">         \
</span><del>-        input = std::move(decodedInput); \
</del><ins>+        input = WTF::move(decodedInput); \
</ins><span class="cx">         return true; \
</span><span class="cx">     } \
</span><span class="cx"> 
</span><span class="lines">@@ -214,7 +214,7 @@
</span><span class="cx">         if (!InputTraits&lt;MemoizedDOMResultBase&gt;::decode(encodedValue, decodedInput))
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><del>-        input = std::move(decodedInput);
</del><ins>+        input = WTF::move(decodedInput);
</ins><span class="cx">         return true;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorereplayUserInputBridgecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/replay/UserInputBridge.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/replay/UserInputBridge.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/replay/UserInputBridge.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx">     InputCursor&amp; cursor = activeCursor();
</span><span class="cx">     if (cursor.isCapturing()) {
</span><span class="cx">         std::unique_ptr&lt;PlatformMouseEvent&gt; ownedEvent = std::make_unique&lt;PlatformMouseEvent&gt;(mouseEvent);
</span><del>-        cursor.appendInput&lt;HandleMousePress&gt;(std::move(ownedEvent));
</del><ins>+        cursor.appendInput&lt;HandleMousePress&gt;(WTF::move(ownedEvent));
</ins><span class="cx">     }
</span><span class="cx">     EventLoopInputExtent extent(cursor);
</span><span class="cx"> #else
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">     InputCursor&amp; cursor = activeCursor();
</span><span class="cx">     if (cursor.isCapturing()) {
</span><span class="cx">         std::unique_ptr&lt;PlatformMouseEvent&gt; ownedEvent = std::make_unique&lt;PlatformMouseEvent&gt;(mouseEvent);
</span><del>-        cursor.appendInput&lt;HandleMouseRelease&gt;(std::move(ownedEvent));
</del><ins>+        cursor.appendInput&lt;HandleMouseRelease&gt;(WTF::move(ownedEvent));
</ins><span class="cx">     }
</span><span class="cx">     EventLoopInputExtent extent(cursor);
</span><span class="cx"> #else
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx">     InputCursor&amp; cursor = activeCursor();
</span><span class="cx">     if (cursor.isCapturing()) {
</span><span class="cx">         std::unique_ptr&lt;PlatformMouseEvent&gt; ownedEvent = std::make_unique&lt;PlatformMouseEvent&gt;(mouseEvent);
</span><del>-        cursor.appendInput&lt;HandleMouseMove&gt;(std::move(ownedEvent), false);
</del><ins>+        cursor.appendInput&lt;HandleMouseMove&gt;(WTF::move(ownedEvent), false);
</ins><span class="cx">     }
</span><span class="cx">     EventLoopInputExtent extent(cursor);
</span><span class="cx"> #else
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">     InputCursor&amp; cursor = activeCursor();
</span><span class="cx">     if (cursor.isCapturing()) {
</span><span class="cx">         std::unique_ptr&lt;PlatformMouseEvent&gt; ownedEvent = std::make_unique&lt;PlatformMouseEvent&gt;(mouseEvent);
</span><del>-        cursor.appendInput&lt;HandleMouseMove&gt;(std::move(ownedEvent), true);
</del><ins>+        cursor.appendInput&lt;HandleMouseMove&gt;(WTF::move(ownedEvent), true);
</ins><span class="cx">     }
</span><span class="cx">     EventLoopInputExtent extent(cursor);
</span><span class="cx"> #else
</span><span class="lines">@@ -155,7 +155,7 @@
</span><span class="cx">     InputCursor&amp; cursor = activeCursor();
</span><span class="cx">     if (cursor.isCapturing()) {
</span><span class="cx">         std::unique_ptr&lt;PlatformKeyboardEvent&gt; ownedEvent = std::make_unique&lt;PlatformKeyboardEvent&gt;(keyEvent);
</span><del>-        cursor.appendInput&lt;HandleKeyPress&gt;(std::move(ownedEvent));
</del><ins>+        cursor.appendInput&lt;HandleKeyPress&gt;(WTF::move(ownedEvent));
</ins><span class="cx">     }
</span><span class="cx">     EventLoopInputExtent extent(cursor);
</span><span class="cx"> #else
</span><span class="lines">@@ -178,7 +178,7 @@
</span><span class="cx">     InputCursor&amp; cursor = activeCursor();
</span><span class="cx">     if (cursor.isCapturing()) {
</span><span class="cx">         std::unique_ptr&lt;PlatformWheelEvent&gt; ownedEvent = std::make_unique&lt;PlatformWheelEvent&gt;(wheelEvent);
</span><del>-        cursor.appendInput&lt;HandleWheelEvent&gt;(std::move(ownedEvent));
</del><ins>+        cursor.appendInput&lt;HandleWheelEvent&gt;(WTF::move(ownedEvent));
</ins><span class="cx">     }
</span><span class="cx">     EventLoopInputExtent extent(cursor);
</span><span class="cx"> #else
</span></span></pre></div>
<a id="trunkSourceWebCorestyleStyleResolveTreecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/style/StyleResolveTree.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/style/StyleResolveTree.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/style/StyleResolveTree.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -950,7 +950,7 @@
</span><span class="cx"> 
</span><span class="cx">         Style::Change documentChange = determineChange(&amp;documentStyle.get(), &amp;document.renderView()-&gt;style());
</span><span class="cx">         if (documentChange != NoChange)
</span><del>-            document.renderView()-&gt;setStyle(std::move(documentStyle));
</del><ins>+            document.renderView()-&gt;setStyle(WTF::move(documentStyle));
</ins><span class="cx">         else
</span><span class="cx">             documentStyle.dropRef();
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGAElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -141,9 +141,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGAElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (parentNode() &amp;&amp; parentNode()-&gt;isSVGElement() &amp;&amp; toSVGElement(parentNode())-&gt;isTextContent())
</span><del>-        return createRenderer&lt;RenderSVGInline&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderSVGInline&gt;(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SVGAElement::defaultEventHandler(Event* event)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAltGlyphElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAltGlyphElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAltGlyphElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGAltGlyphElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGAltGlyphElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGTSpan&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTSpan&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGAltGlyphElement::hasValidGlyphElements(Vector&lt;String&gt;&amp; glyphNames) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGAnimatedPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGAnimatedPath.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGAnimatedPath.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGAnimatedPath.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto byteStream = std::make_unique&lt;SVGPathByteStream&gt;();
</span><span class="cx">     buildSVGPathByteStreamFromString(string, byteStream.get(), UnalteredParsing);
</span><del>-    return SVGAnimatedType::createPath(std::move(byteStream));
</del><ins>+    return SVGAnimatedType::createPath(WTF::move(byteStream));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;SVGAnimatedType&gt; SVGAnimatedPathAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList&amp; animatedTypes)
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; resultSize; ++i)
</span><span class="cx">         result[i]-&gt;animationStarted(byteStream.get(), &amp;baseValue);
</span><span class="cx"> 
</span><del>-    return SVGAnimatedType::createPath(std::move(byteStream));
</del><ins>+    return SVGAnimatedType::createPath(WTF::move(byteStream));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SVGAnimatedPathAnimator::stopAnimValAnimation(const SVGElementAnimatedPropertyList&amp; animatedTypes)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGCircleElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGCircleElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGCircleElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGCircleElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGCircleElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGEllipse&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGEllipse&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGClipPathElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGClipPathElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGClipPathElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGClipPathElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGClipPathElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceClipper&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceClipper&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDefsElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDefsElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDefsElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGDefsElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGDefsElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGHiddenContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGHiddenContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGDocumentExtensionscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -267,7 +267,7 @@
</span><span class="cx"> 
</span><span class="cx">     std::unique_ptr&lt;PendingElements&gt; existing = m_pendingResources.take(id);
</span><span class="cx">     if (existing &amp;&amp; !existing-&gt;isEmpty())
</span><del>-        m_pendingResourcesForRemoval.add(id, std::move(existing));
</del><ins>+        m_pendingResourcesForRemoval.add(id, WTF::move(existing));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Element* SVGDocumentExtensions::removeElementFromPendingResourcesForRemovalMap(const AtomicString&amp; id)
</span><span class="lines">@@ -311,7 +311,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto elements = std::make_unique&lt;HashSet&lt;SVGElement*&gt;&gt;();
</span><span class="cx">     elements-&gt;add(referencingElement);
</span><del>-    m_elementDependencies.set(referencedElement, std::move(elements));
</del><ins>+    m_elementDependencies.set(referencedElement, WTF::move(elements));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SVGDocumentExtensions::removeAllTargetReferencesForElement(SVGElement* referencingElement)
</span><span class="lines">@@ -334,7 +334,7 @@
</span><span class="cx"> 
</span><span class="cx"> void SVGDocumentExtensions::rebuildElements()
</span><span class="cx"> {
</span><del>-    Vector&lt;SVGElement*&gt; shadowRebuildElements = std::move(m_rebuildElements);
</del><ins>+    Vector&lt;SVGElement*&gt; shadowRebuildElements = WTF::move(m_rebuildElements);
</ins><span class="cx">     for (auto* element : shadowRebuildElements)
</span><span class="cx">         element-&gt;svgAttributeChanged(XLinkNames::hrefAttr);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGEllipseElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGEllipseElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGEllipseElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGEllipseElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -146,7 +146,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGEllipseElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGEllipse&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGEllipse&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGFilterElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -191,7 +191,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGFilterElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceFilter&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceFilter&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGFilterElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFilterPrimitiveStandardAttributescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -145,7 +145,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGFilterPrimitiveStandardAttributes::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceFilterPrimitive&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceFilterPrimitive&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGFilterPrimitiveStandardAttributes::rendererIsNeeded(const RenderStyle&amp; style)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGFontElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGFontElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGFontElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGFontElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -179,7 +179,7 @@
</span><span class="cx">         else {
</span><span class="cx">             auto newVector = std::make_unique&lt;SVGKerningVector&gt;();
</span><span class="cx">             newVector-&gt;append(svgKerning);
</span><del>-            unicodeMap.add(*uIt, std::move(newVector));
</del><ins>+            unicodeMap.add(*uIt, WTF::move(newVector));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -191,7 +191,7 @@
</span><span class="cx">         else {
</span><span class="cx">             auto newVector = std::make_unique&lt;SVGKerningVector&gt;();
</span><span class="cx">             newVector-&gt;append(svgKerning);
</span><del>-            glyphMap.add(*gIt, std::move(newVector));
</del><ins>+            glyphMap.add(*gIt, WTF::move(newVector));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGForeignObjectElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGForeignObjectElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGForeignObjectElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGForeignObjectElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGForeignObjectElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGForeignObject&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGForeignObject&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGForeignObjectElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGGElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGGElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGGElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGGElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -95,9 +95,9 @@
</span><span class="cx">     // subtree may be hidden - we only want the resource renderers to exist so they can be
</span><span class="cx">     // referenced from somewhere else.
</span><span class="cx">     if (style.get().display() == NONE)
</span><del>-        return createRenderer&lt;RenderSVGHiddenContainer&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderSVGHiddenContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGGElement::rendererIsNeeded(const RenderStyle&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGGraphicsElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGGraphicsElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGGraphicsElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGGraphicsElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -173,7 +173,7 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGGraphicsElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     // By default, any subclass is expected to do path-based drawing
</span><del>-    return createRenderer&lt;RenderSVGPath&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGPath&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SVGGraphicsElement::toClipPath(Path&amp; path)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGImageElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGImageElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGImageElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGImageElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -183,7 +183,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGImageElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGImage&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGImage&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGImageElement::haveLoadedRequiredResources()
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGLinearGradientElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGLinearGradientElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGLinearGradientElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGLinearGradientElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGLinearGradientElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceLinearGradient&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceLinearGradient&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void setGradientAttributes(SVGGradientElement&amp; element, LinearGradientAttributes&amp; attributes, bool isLinear = true)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMarkerElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMarkerElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMarkerElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGMarkerElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -215,7 +215,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGMarkerElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceMarker&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceMarker&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGMarkerElement::selfHasRelativeLengths() const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGMaskElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGMaskElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGMaskElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGMaskElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -158,7 +158,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGMaskElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceMasker&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceMasker&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGMaskElement::selfHasRelativeLengths() const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPathElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPathElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPathElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGPathElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -406,7 +406,7 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGPathElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     // By default, any subclass is expected to do path-based drawing
</span><del>-    return createRenderer&lt;RenderSVGPath&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGPath&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGPatternElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGPatternElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGPatternElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGPatternElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -183,7 +183,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGPatternElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourcePattern&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourcePattern&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void setPatternAttributes(const SVGPatternElement&amp; element, PatternAttributes&amp; attributes)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGRadialGradientElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGRadialGradientElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGRadialGradientElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGRadialGradientElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -131,7 +131,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGRadialGradientElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGResourceRadialGradient&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGResourceRadialGradient&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void setGradientAttributes(SVGGradientElement&amp; element, RadialGradientAttributes&amp; attributes, bool isRadial = true)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGRectElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGRectElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGRectElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGRectElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGRectElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGRect&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGRect&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSVGElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSVGElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSVGElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGSVGElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -504,9 +504,9 @@
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGSVGElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><span class="cx">     if (isOutermostSVGSVGElement())
</span><del>-        return createRenderer&lt;RenderSVGRoot&gt;(*this, std::move(style));
</del><ins>+        return createRenderer&lt;RenderSVGRoot&gt;(*this, WTF::move(style));
</ins><span class="cx"> 
</span><del>-    return createRenderer&lt;RenderSVGViewportContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGViewportContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Node::InsertionNotificationRequest SVGSVGElement::insertedInto(ContainerNode&amp; rootParent)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGStopElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGStopElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGStopElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGStopElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGStopElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGGradientStop&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGGradientStop&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGStopElement::rendererIsNeeded(const RenderStyle&amp;)
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSwitchElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSwitchElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSwitchElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGSwitchElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGSwitchElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGSymbolElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGSymbolElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGSymbolElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGSymbolElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGSymbolElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGHiddenContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGHiddenContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTRefElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTRefElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTRefElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGTRefElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGTRefElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGInline&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGInline&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGTRefElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTSpanElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTSpanElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTSpanElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGTSpanElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGTSpanElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGTSpan&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTSpan&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGTSpanElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTextElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTextElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTextElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGTextElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGTextElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGText&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGText&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGTextElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGTextPathElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGTextPathElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGTextPathElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGTextPathElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGTextPathElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGTextPath&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTextPath&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SVGTextPathElement::childShouldCreateRenderer(const Node&amp; child) const
</span></span></pre></div>
<a id="trunkSourceWebCoresvgSVGUseElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/SVGUseElement.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/SVGUseElement.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/SVGUseElement.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -525,7 +525,7 @@
</span><span class="cx"> 
</span><span class="cx"> RenderPtr&lt;RenderElement&gt; SVGUseElement::createElementRenderer(PassRef&lt;RenderStyle&gt; style)
</span><span class="cx"> {
</span><del>-    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, std::move(style));
</del><ins>+    return createRenderer&lt;RenderSVGTransformableContainer&gt;(*this, WTF::move(style));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static bool isDirectReference(const SVGElement&amp; element)
</span></span></pre></div>
<a id="trunkSourceWebCoresvggraphicsSVGImagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/graphics/SVGImage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/graphics/SVGImage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/graphics/SVGImage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> {
</span><span class="cx">     if (m_page) {
</span><span class="cx">         // Store m_page in a local variable, clearing m_page, so that SVGImageChromeClient knows we're destructed.
</span><del>-        std::unique_ptr&lt;Page&gt; currentPage = std::move(m_page);
</del><ins>+        std::unique_ptr&lt;Page&gt; currentPage = WTF::move(m_page);
</ins><span class="cx">         currentPage-&gt;mainFrame().loader().frameDetached(); // Break both the loader and view references to the frame
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoresvgpropertiesSVGAttributeToPropertyMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/svg/properties/SVGAttributeToPropertyMap.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">     // FIXME: This does a second hash table lookup, but with HashMap::add we could instead do only one.
</span><span class="cx">     auto vector = std::make_unique&lt;PropertiesVector&gt;();
</span><span class="cx">     vector-&gt;append(info);
</span><del>-    m_map.set(info-&gt;attributeName, std::move(vector));
</del><ins>+    m_map.set(info-&gt;attributeName, WTF::move(vector));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName&amp; attributeName, Vector&lt;RefPtr&lt;SVGAnimatedProperty&gt;&gt;&amp; properties)
</span></span></pre></div>
<a id="trunkSourceWebCoretestingInternalscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/testing/Internals.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/testing/Internals.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/testing/Internals.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1484,7 +1484,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto frontendClient = std::make_unique&lt;InspectorFrontendClientDummy&gt;(&amp;page-&gt;inspectorController(), frontendPage);
</span><span class="cx"> 
</span><del>-    frontendPage-&gt;inspectorController().setInspectorFrontendClient(std::move(frontendClient));
</del><ins>+    frontendPage-&gt;inspectorController().setInspectorFrontendClient(WTF::move(frontendClient));
</ins><span class="cx"> 
</span><span class="cx">     m_frontendChannel = adoptPtr(new InspectorFrontendChannelDummy(frontendPage));
</span><span class="cx"> 
</span><span class="lines">@@ -1686,7 +1686,7 @@
</span><span class="cx">     auto parsedSheet = StyleSheetContents::create(*document);
</span><span class="cx">     parsedSheet.get().setIsUserStyleSheet(false);
</span><span class="cx">     parsedSheet.get().parseString(css);
</span><del>-    document-&gt;styleSheetCollection().addAuthorSheet(std::move(parsedSheet));
</del><ins>+    document-&gt;styleSheetCollection().addAuthorSheet(WTF::move(parsedSheet));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Internals::insertUserCSS(const String&amp; css, ExceptionCode&amp; ec) const
</span><span class="lines">@@ -1700,7 +1700,7 @@
</span><span class="cx">     auto parsedSheet = StyleSheetContents::create(*document);
</span><span class="cx">     parsedSheet.get().setIsUserStyleSheet(true);
</span><span class="cx">     parsedSheet.get().parseString(css);
</span><del>-    document-&gt;styleSheetCollection().addUserSheet(std::move(parsedSheet));
</del><ins>+    document-&gt;styleSheetCollection().addUserSheet(WTF::move(parsedSheet));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> String Internals::counterValue(Element* element)
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersDedicatedWorkerGlobalScopecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/DedicatedWorkerGlobalScope.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -41,13 +41,13 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;DedicatedWorkerGlobalScope&gt; DedicatedWorkerGlobalScope::create(const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, DedicatedWorkerThread&amp; thread, const String&amp; contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassRefPtr&lt;SecurityOrigin&gt; topOrigin)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;DedicatedWorkerGlobalScope&gt; context = adoptRef(new DedicatedWorkerGlobalScope(url, userAgent, std::move(settings), thread, topOrigin));
</del><ins>+    RefPtr&lt;DedicatedWorkerGlobalScope&gt; context = adoptRef(new DedicatedWorkerGlobalScope(url, userAgent, WTF::move(settings), thread, topOrigin));
</ins><span class="cx">     context-&gt;applyContentSecurityPolicyFromString(contentSecurityPolicy, contentSecurityPolicyType);
</span><span class="cx">     return context.release();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> DedicatedWorkerGlobalScope::DedicatedWorkerGlobalScope(const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, DedicatedWorkerThread&amp; thread, PassRefPtr&lt;SecurityOrigin&gt; topOrigin)
</span><del>-    : WorkerGlobalScope(url, userAgent, std::move(settings), thread, topOrigin)
</del><ins>+    : WorkerGlobalScope(url, userAgent, WTF::move(settings), thread, topOrigin)
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -74,7 +74,7 @@
</span><span class="cx">     std::unique_ptr&lt;MessagePortChannelArray&gt; channels = MessagePort::disentanglePorts(ports, ec);
</span><span class="cx">     if (ec)
</span><span class="cx">         return;
</span><del>-    thread().workerObjectProxy().postMessageToWorkerObject(message, std::move(channels));
</del><ins>+    thread().workerObjectProxy().postMessageToWorkerObject(message, WTF::move(channels));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DedicatedWorkerGlobalScope::importScripts(const Vector&lt;String&gt;&amp; urls, ExceptionCode&amp; ec)
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersDedicatedWorkerThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/DedicatedWorkerThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/DedicatedWorkerThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/DedicatedWorkerThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;WorkerGlobalScope&gt; DedicatedWorkerThread::createWorkerGlobalScope(const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, const String&amp; contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassRefPtr&lt;SecurityOrigin&gt; topOrigin)
</span><span class="cx"> {
</span><del>-    return DedicatedWorkerGlobalScope::create(url, userAgent, std::move(settings), *this, contentSecurityPolicy, contentSecurityPolicyType, topOrigin);
</del><ins>+    return DedicatedWorkerGlobalScope::create(url, userAgent, WTF::move(settings), *this, contentSecurityPolicy, contentSecurityPolicyType, topOrigin);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DedicatedWorkerThread::runEventLoop()
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersDefaultSharedWorkerRepositorycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/DefaultSharedWorkerRepository.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/DefaultSharedWorkerRepository.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/DefaultSharedWorkerRepository.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">     // Just pick an arbitrary active document from the HashSet and pass load requests to it.
</span><span class="cx">     // FIXME: Do we need to deal with the case where the user closes the document mid-load, via a shadow document or some other solution?
</span><span class="cx">     Document* document = *(m_workerDocuments.begin());
</span><del>-    document-&gt;postTask(std::move(task));
</del><ins>+    document-&gt;postTask(WTF::move(task));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool SharedWorkerProxy::postTaskForModeToWorkerGlobalScope(ScriptExecutionContext::Task task, const String&amp; mode)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">     if (isClosing())
</span><span class="cx">         return false;
</span><span class="cx">     ASSERT(m_thread);
</span><del>-    m_thread-&gt;runLoop().postTaskForMode(std::move(task), mode);
</del><ins>+    m_thread-&gt;runLoop().postTaskForMode(WTF::move(task), mode);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -288,7 +288,7 @@
</span><span class="cx"> 
</span><span class="cx"> SharedWorkerScriptLoader::SharedWorkerScriptLoader(PassRefPtr&lt;SharedWorker&gt; worker, std::unique_ptr&lt;MessagePortChannel&gt; port, PassRefPtr&lt;SharedWorkerProxy&gt; proxy)
</span><span class="cx">     : m_worker(worker)
</span><del>-    , m_port(std::move(port))
</del><ins>+    , m_port(WTF::move(port))
</ins><span class="cx">     , m_proxy(proxy)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -320,7 +320,7 @@
</span><span class="cx">     else {
</span><span class="cx">         InspectorInstrumentation::scriptImported(m_worker-&gt;scriptExecutionContext(), m_scriptLoader-&gt;identifier(), m_scriptLoader-&gt;script());
</span><span class="cx">         DefaultSharedWorkerRepository::instance().workerScriptLoaded(*m_proxy, m_worker-&gt;scriptExecutionContext()-&gt;userAgent(m_scriptLoader-&gt;url()),
</span><del>-            m_scriptLoader-&gt;script(), std::move(m_port),
</del><ins>+            m_scriptLoader-&gt;script(), WTF::move(m_port),
</ins><span class="cx">             m_worker-&gt;scriptExecutionContext()-&gt;contentSecurityPolicy()-&gt;deprecatedHeader(),
</span><span class="cx">             m_worker-&gt;scriptExecutionContext()-&gt;contentSecurityPolicy()-&gt;deprecatedHeaderType());
</span><span class="cx">     }
</span><span class="lines">@@ -407,7 +407,7 @@
</span><span class="cx">     if (proxy-&gt;thread())
</span><span class="cx">         proxy-&gt;thread()-&gt;runLoop().postTask(SharedWorkerConnectTask(port.release()));
</span><span class="cx">     else {
</span><del>-        RefPtr&lt;SharedWorkerScriptLoader&gt; loader = adoptRef(new SharedWorkerScriptLoader(worker, std::move(port), proxy.release()));
</del><ins>+        RefPtr&lt;SharedWorkerScriptLoader&gt; loader = adoptRef(new SharedWorkerScriptLoader(worker, WTF::move(port), proxy.release()));
</ins><span class="cx">         loader-&gt;load(url);
</span><span class="cx">     }
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersSharedWorkercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/SharedWorker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/SharedWorker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/SharedWorker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">         return 0;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    SharedWorkerRepository::connect(worker.get(), std::move(remotePort), scriptURL, name, ec);
</del><ins>+    SharedWorkerRepository::connect(worker.get(), WTF::move(remotePort), scriptURL, name, ec);
</ins><span class="cx"> 
</span><span class="cx">     return worker.release();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersSharedWorkerGlobalScopecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/SharedWorkerGlobalScope.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/SharedWorkerGlobalScope.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/SharedWorkerGlobalScope.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,13 +54,13 @@
</span><span class="cx"> // static
</span><span class="cx"> PassRefPtr&lt;SharedWorkerGlobalScope&gt; SharedWorkerGlobalScope::create(const String&amp; name, const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, SharedWorkerThread&amp; thread, const String&amp; contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;SharedWorkerGlobalScope&gt; context = adoptRef(new SharedWorkerGlobalScope(name, url, userAgent, std::move(settings), thread));
</del><ins>+    RefPtr&lt;SharedWorkerGlobalScope&gt; context = adoptRef(new SharedWorkerGlobalScope(name, url, userAgent, WTF::move(settings), thread));
</ins><span class="cx">     context-&gt;applyContentSecurityPolicyFromString(contentSecurityPolicy, contentSecurityPolicyType);
</span><span class="cx">     return context.release();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SharedWorkerGlobalScope::SharedWorkerGlobalScope(const String&amp; name, const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, SharedWorkerThread&amp; thread)
</span><del>-    : WorkerGlobalScope(url, userAgent, std::move(settings), thread, 0)
</del><ins>+    : WorkerGlobalScope(url, userAgent, WTF::move(settings), thread, 0)
</ins><span class="cx">     , m_name(name)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersSharedWorkerRepositorycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/SharedWorkerRepository.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/SharedWorkerRepository.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/SharedWorkerRepository.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> 
</span><span class="cx"> void SharedWorkerRepository::connect(PassRefPtr&lt;SharedWorker&gt; worker, std::unique_ptr&lt;MessagePortChannel&gt; port, const URL&amp; url, const String&amp; name, ExceptionCode&amp; ec)
</span><span class="cx"> {
</span><del>-    DefaultSharedWorkerRepository::instance().connectToWorker(worker, std::move(port), url, name, ec);
</del><ins>+    DefaultSharedWorkerRepository::instance().connectToWorker(worker, WTF::move(port), url, name, ec);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SharedWorkerRepository::documentDetached(Document* document)
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersSharedWorkerThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/SharedWorkerThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/SharedWorkerThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/SharedWorkerThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;WorkerGlobalScope&gt; SharedWorkerThread::createWorkerGlobalScope(const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, const String&amp; contentSecurityPolicy, ContentSecurityPolicy::HeaderType contentSecurityPolicyType, PassRefPtr&lt;SecurityOrigin&gt;)
</span><span class="cx"> {
</span><del>-    return SharedWorkerGlobalScope::create(m_name, url, userAgent, std::move(settings), *this, contentSecurityPolicy, contentSecurityPolicyType);
</del><ins>+    return SharedWorkerGlobalScope::create(m_name, url, userAgent, WTF::move(settings), *this, contentSecurityPolicy, contentSecurityPolicyType);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebCore
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersWorkercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/Worker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/Worker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/Worker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx">     std::unique_ptr&lt;MessagePortChannelArray&gt; channels = MessagePort::disentanglePorts(ports, ec);
</span><span class="cx">     if (ec)
</span><span class="cx">         return;
</span><del>-    m_contextProxy-&gt;postMessageToWorkerGlobalScope(message, std::move(channels));
</del><ins>+    m_contextProxy-&gt;postMessageToWorkerGlobalScope(message, WTF::move(channels));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Worker::terminate()
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersWorkerGlobalScopecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/WorkerGlobalScope.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/WorkerGlobalScope.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/WorkerGlobalScope.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> WorkerGlobalScope::WorkerGlobalScope(const URL&amp; url, const String&amp; userAgent, std::unique_ptr&lt;GroupSettings&gt; settings, WorkerThread&amp; thread, PassRefPtr&lt;SecurityOrigin&gt; topOrigin)
</span><span class="cx">     : m_url(url)
</span><span class="cx">     , m_userAgent(userAgent)
</span><del>-    , m_groupSettings(std::move(settings))
</del><ins>+    , m_groupSettings(WTF::move(settings))
</ins><span class="cx">     , m_script(std::make_unique&lt;WorkerScriptController&gt;(this))
</span><span class="cx">     , m_thread(thread)
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="lines">@@ -149,12 +149,12 @@
</span><span class="cx"> 
</span><span class="cx"> void WorkerGlobalScope::postTask(Task task)
</span><span class="cx"> {
</span><del>-    thread().runLoop().postTask(std::move(task));
</del><ins>+    thread().runLoop().postTask(WTF::move(task));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> int WorkerGlobalScope::setTimeout(std::unique_ptr&lt;ScheduledAction&gt; action, int timeout)
</span><span class="cx"> {
</span><del>-    return DOMTimer::install(scriptExecutionContext(), std::move(action), timeout, true);
</del><ins>+    return DOMTimer::install(scriptExecutionContext(), WTF::move(action), timeout, true);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkerGlobalScope::clearTimeout(int timeoutId)
</span><span class="lines">@@ -164,7 +164,7 @@
</span><span class="cx"> 
</span><span class="cx"> int WorkerGlobalScope::setInterval(std::unique_ptr&lt;ScheduledAction&gt; action, int timeout)
</span><span class="cx"> {
</span><del>-    return DOMTimer::install(scriptExecutionContext(), std::move(action), timeout, false);
</del><ins>+    return DOMTimer::install(scriptExecutionContext(), WTF::move(action), timeout, false);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkerGlobalScope::clearInterval(int timeoutId)
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersWorkerMessagingProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/WorkerMessagingProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/WorkerMessagingProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/WorkerMessagingProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx">             return;
</span><span class="cx"> 
</span><span class="cx">         std::unique_ptr&lt;MessagePortArray&gt; ports = MessagePort::entanglePorts(context, std::unique_ptr&lt;MessagePortChannelArray&gt;(channelsPtr));
</span><del>-        workerObject-&gt;dispatchEvent(MessageEvent::create(std::move(ports), message));
</del><ins>+        workerObject-&gt;dispatchEvent(MessageEvent::create(WTF::move(ports), message));
</ins><span class="cx">     });
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -116,22 +116,22 @@
</span><span class="cx">         ASSERT_WITH_SECURITY_IMPLICATION(scriptContext.isWorkerGlobalScope());
</span><span class="cx">         DedicatedWorkerGlobalScope&amp; context = static_cast&lt;DedicatedWorkerGlobalScope&amp;&gt;(scriptContext);
</span><span class="cx">         std::unique_ptr&lt;MessagePortArray&gt; ports = MessagePort::entanglePorts(scriptContext, std::unique_ptr&lt;MessagePortChannelArray&gt;(channelsPtr));
</span><del>-        context.dispatchEvent(MessageEvent::create(std::move(ports), message));
</del><ins>+        context.dispatchEvent(MessageEvent::create(WTF::move(ports), message));
</ins><span class="cx">         context.thread().workerObjectProxy().confirmMessageFromWorkerObject(context.hasPendingActivity());
</span><span class="cx">     });
</span><span class="cx"> 
</span><span class="cx">     if (m_workerThread) {
</span><span class="cx">         ++m_unconfirmedMessageCount;
</span><del>-        m_workerThread-&gt;runLoop().postTask(std::move(task));
</del><ins>+        m_workerThread-&gt;runLoop().postTask(WTF::move(task));
</ins><span class="cx">     } else
</span><del>-        m_queuedEarlyTasks.append(std::make_unique&lt;ScriptExecutionContext::Task&gt;(std::move(task)));
</del><ins>+        m_queuedEarlyTasks.append(std::make_unique&lt;ScriptExecutionContext::Task&gt;(WTF::move(task)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkerMessagingProxy::postTaskToLoader(ScriptExecutionContext::Task task)
</span><span class="cx"> {
</span><span class="cx">     // FIXME: In case of nested workers, this should go directly to the root Document context.
</span><span class="cx">     ASSERT(m_scriptExecutionContext-&gt;isDocument());
</span><del>-    m_scriptExecutionContext-&gt;postTask(std::move(task));
</del><ins>+    m_scriptExecutionContext-&gt;postTask(WTF::move(task));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool WorkerMessagingProxy::postTaskForModeToWorkerGlobalScope(ScriptExecutionContext::Task task, const String&amp; mode)
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><span class="cx">     ASSERT(m_workerThread);
</span><del>-    m_workerThread-&gt;runLoop().postTaskForMode(std::move(task), mode);
</del><ins>+    m_workerThread-&gt;runLoop().postTaskForMode(WTF::move(task), mode);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -185,9 +185,9 @@
</span><span class="cx">         m_unconfirmedMessageCount = m_queuedEarlyTasks.size();
</span><span class="cx">         m_workerThreadHadPendingActivity = true; // Worker initialization means a pending activity.
</span><span class="cx"> 
</span><del>-        auto queuedEarlyTasks = std::move(m_queuedEarlyTasks);
</del><ins>+        auto queuedEarlyTasks = WTF::move(m_queuedEarlyTasks);
</ins><span class="cx">         for (auto&amp; task : queuedEarlyTasks)
</span><del>-            m_workerThread-&gt;runLoop().postTask(std::move(*task));
</del><ins>+            m_workerThread-&gt;runLoop().postTask(WTF::move(*task));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersWorkerRunLoopcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/WorkerRunLoop.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/WorkerRunLoop.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/WorkerRunLoop.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -194,22 +194,22 @@
</span><span class="cx"> 
</span><span class="cx"> void WorkerRunLoop::postTask(ScriptExecutionContext::Task task)
</span><span class="cx"> {
</span><del>-    postTaskForMode(std::move(task), defaultMode());
</del><ins>+    postTaskForMode(WTF::move(task), defaultMode());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkerRunLoop::postTaskAndTerminate(ScriptExecutionContext::Task task)
</span><span class="cx"> {
</span><del>-    m_messageQueue.appendAndKill(Task::create(std::move(task), defaultMode().isolatedCopy()));
</del><ins>+    m_messageQueue.appendAndKill(Task::create(WTF::move(task), defaultMode().isolatedCopy()));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkerRunLoop::postTaskForMode(ScriptExecutionContext::Task task, const String&amp; mode)
</span><span class="cx"> {
</span><del>-    m_messageQueue.append(Task::create(std::move(task), mode.isolatedCopy()));
</del><ins>+    m_messageQueue.append(Task::create(WTF::move(task), mode.isolatedCopy()));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;WorkerRunLoop::Task&gt; WorkerRunLoop::Task::create(ScriptExecutionContext::Task task, const String&amp; mode)
</span><span class="cx"> {
</span><del>-    return std::unique_ptr&lt;Task&gt;(new Task(std::move(task), mode));
</del><ins>+    return std::unique_ptr&lt;Task&gt;(new Task(WTF::move(task), mode));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkerRunLoop::Task::performTask(const WorkerRunLoop&amp; runLoop, WorkerGlobalScope* context)
</span><span class="lines">@@ -219,7 +219,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WorkerRunLoop::Task::Task(ScriptExecutionContext::Task task, const String&amp; mode)
</span><del>-    : m_task(std::move(task))
</del><ins>+    : m_task(WTF::move(task))
</ins><span class="cx">     , m_mode(mode.isolatedCopy())
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersWorkerScriptLoadercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/WorkerScriptLoader.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/WorkerScriptLoader.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/WorkerScriptLoader.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto request = std::make_unique&lt;ResourceRequest&gt;(m_url);
</span><span class="cx">     request-&gt;setHTTPMethod(&quot;GET&quot;);
</span><del>-    return std::move(request);
</del><ins>+    return WTF::move(request);
</ins><span class="cx"> }
</span><span class="cx">     
</span><span class="cx"> void WorkerScriptLoader::didReceiveResponse(unsigned long identifier, const ResourceResponse&amp; response)
</span></span></pre></div>
<a id="trunkSourceWebCoreworkersWorkerThreadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/workers/WorkerThread.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/workers/WorkerThread.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/workers/WorkerThread.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -159,7 +159,7 @@
</span><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         MutexLocker lock(m_threadCreationMutex);
</span><del>-        m_workerGlobalScope = createWorkerGlobalScope(m_startupData-&gt;m_scriptURL, m_startupData-&gt;m_userAgent, std::move(m_startupData-&gt;m_groupSettings), m_startupData-&gt;m_contentSecurityPolicy, m_startupData-&gt;m_contentSecurityPolicyType, m_startupData-&gt;m_topOrigin.release());
</del><ins>+        m_workerGlobalScope = createWorkerGlobalScope(m_startupData-&gt;m_scriptURL, m_startupData-&gt;m_userAgent, WTF::move(m_startupData-&gt;m_groupSettings), m_startupData-&gt;m_contentSecurityPolicy, m_startupData-&gt;m_contentSecurityPolicyType, m_startupData-&gt;m_topOrigin.release());
</ins><span class="cx"> 
</span><span class="cx">         if (m_runLoop.terminated()) {
</span><span class="cx">             // The worker was terminated before the thread had a chance to run. Since the context didn't exist yet,
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequest.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequest.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XMLHttpRequest.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -242,7 +242,7 @@
</span><span class="cx">             Vector&lt;char&gt; data;
</span><span class="cx">             data.append(m_binaryResponseBuilder-&gt;data(), m_binaryResponseBuilder-&gt;size());
</span><span class="cx">             String normalizedContentType = Blob::normalizedContentType(responseMIMEType()); // responseMIMEType defaults to text/xml which may be incorrect.
</span><del>-            m_responseBlob = Blob::create(std::move(data), normalizedContentType);
</del><ins>+            m_responseBlob = Blob::create(WTF::move(data), normalizedContentType);
</ins><span class="cx">             m_binaryResponseBuilder.clear();
</span><span class="cx">         } else {
</span><span class="cx">             // If we errored out or got no data, we still return a blob, just an empty one.
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXMLHttpRequestProgressEventThrottlecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx">     m_deferEvents = false;
</span><span class="cx"> 
</span><span class="cx">     // Take over the deferred events before dispatching them which can potentially add more.
</span><del>-    auto deferredEvents = std::move(m_deferredEvents);
</del><ins>+    auto deferredEvents = WTF::move(m_deferredEvents);
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;Event&gt; deferredProgressEvent = m_deferredProgressEvent;
</span><span class="cx">     m_deferredProgressEvent = nullptr;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExpressioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathExpression.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathExpression.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathExpression.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> using namespace XPath;
</span><span class="cx">     
</span><span class="cx"> inline XPathExpression::XPathExpression(std::unique_ptr&lt;XPath::Expression&gt; expression)
</span><del>-    : m_topExpression(std::move(expression))
</del><ins>+    : m_topExpression(WTF::move(expression))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">     if (!parsedExpression)
</span><span class="cx">         return nullptr;
</span><span class="cx"> 
</span><del>-    return adoptRef(new XPathExpression(std::move(parsedExpression)));
</del><ins>+    return adoptRef(new XPathExpression(WTF::move(parsedExpression)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> XPathExpression::~XPathExpression()
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExpressionNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathExpressionNode.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathExpressionNode.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathExpressionNode.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> void Expression::setSubexpressions(Vector&lt;std::unique_ptr&lt;Expression&gt;&gt; subexpressions)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_subexpressions.isEmpty());
</span><del>-    m_subexpressions = std::move(subexpressions);
</del><ins>+    m_subexpressions = WTF::move(subexpressions);
</ins><span class="cx">     for (unsigned i = 0; i &lt; m_subexpressions.size(); ++i) {
</span><span class="cx">         m_isContextNodeSensitive |= m_subexpressions[i]-&gt;m_isContextNodeSensitive;
</span><span class="cx">         m_isContextPositionSensitive |= m_subexpressions[i]-&gt;m_isContextPositionSensitive;
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathExpressionNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathExpressionNode.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathExpressionNode.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathExpressionNode.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx">         m_isContextNodeSensitive |= expression-&gt;m_isContextNodeSensitive;
</span><span class="cx">         m_isContextPositionSensitive |= expression-&gt;m_isContextPositionSensitive;
</span><span class="cx">         m_isContextSizeSensitive |= expression-&gt;m_isContextSizeSensitive;
</span><del>-        m_subexpressions.append(std::move(expression));
</del><ins>+        m_subexpressions.append(WTF::move(expression));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void setSubexpressions(Vector&lt;std::unique_ptr&lt;Expression&gt;&gt;);
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathFunctionscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathFunctions.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathFunctions.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathFunctions.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -291,7 +291,7 @@
</span><span class="cx">     if (name != &quot;lang&quot; &amp;&amp; !arguments.isEmpty())
</span><span class="cx">         setIsContextNodeSensitive(false);
</span><span class="cx"> 
</span><del>-    setSubexpressions(std::move(arguments));
</del><ins>+    setSubexpressions(WTF::move(arguments));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Value FunLast::evaluate() const
</span><span class="lines">@@ -355,7 +355,7 @@
</span><span class="cx">     
</span><span class="cx">     result.markSorted(false);
</span><span class="cx">     
</span><del>-    return Value(std::move(result));
</del><ins>+    return Value(WTF::move(result));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static inline String expandedNameLocalPart(Node* node)
</span><span class="lines">@@ -737,7 +737,7 @@
</span><span class="cx"> {
</span><span class="cx">     std::unique_ptr&lt;Function&gt; function = create(name, arguments.size());
</span><span class="cx">     if (function)
</span><del>-        function-&gt;setArguments(name, std::move(arguments));
</del><ins>+        function-&gt;setArguments(name, WTF::move(arguments));
</ins><span class="cx">     return function;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathGrammary"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathGrammar.y (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathGrammar.y        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathGrammar.y        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -166,9 +166,9 @@
</span><span class="cx">         std::unique_ptr&lt;Step::NodeTest&gt; nodeTest($1);
</span><span class="cx">         std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;Expression&gt;&gt;&gt; predicateList($2);
</span><span class="cx">         if (predicateList)
</span><del>-            $$ = new Step(Step::ChildAxis, std::move(*nodeTest), std::move(*predicateList));
</del><ins>+            $$ = new Step(Step::ChildAxis, WTF::move(*nodeTest), WTF::move(*predicateList));
</ins><span class="cx">         else
</span><del>-            $$ = new Step(Step::ChildAxis, std::move(*nodeTest));
</del><ins>+            $$ = new Step(Step::ChildAxis, WTF::move(*nodeTest));
</ins><span class="cx">     }
</span><span class="cx">     |
</span><span class="cx">     NAMETEST OptionalPredicateList
</span><span class="lines">@@ -184,7 +184,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (predicateList)
</span><del>-            $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), std::move(*predicateList));
</del><ins>+            $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), WTF::move(*predicateList));
</ins><span class="cx">         else
</span><span class="cx">             $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
</span><span class="cx">     }
</span><span class="lines">@@ -195,9 +195,9 @@
</span><span class="cx">         std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;Expression&gt;&gt;&gt; predicateList($3);
</span><span class="cx"> 
</span><span class="cx">         if (predicateList)
</span><del>-            $$ = new Step($1, std::move(*nodeTest), std::move(*predicateList));
</del><ins>+            $$ = new Step($1, WTF::move(*nodeTest), WTF::move(*predicateList));
</ins><span class="cx">         else
</span><del>-            $$ = new Step($1, std::move(*nodeTest));
</del><ins>+            $$ = new Step($1, WTF::move(*nodeTest));
</ins><span class="cx">     }
</span><span class="cx">     |
</span><span class="cx">     AxisSpecifier NAMETEST OptionalPredicateList
</span><span class="lines">@@ -213,7 +213,7 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (predicateList)
</span><del>-            $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), std::move(*predicateList));
</del><ins>+            $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), WTF::move(*predicateList));
</ins><span class="cx">         else
</span><span class="cx">             $$ = new Step($1, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
</span><span class="cx">     }
</span><span class="lines">@@ -322,7 +322,7 @@
</span><span class="cx">     LITERAL
</span><span class="cx">     {
</span><span class="cx">         String literal = adoptRef($1);
</span><del>-        $$ = new StringExpression(std::move(literal));
</del><ins>+        $$ = new StringExpression(WTF::move(literal));
</ins><span class="cx">     }
</span><span class="cx">     |
</span><span class="cx">     NUMBER
</span><span class="lines">@@ -347,7 +347,7 @@
</span><span class="cx">     {
</span><span class="cx">         String name = adoptRef($1);
</span><span class="cx">         std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;Expression&gt;&gt;&gt; argumentList($3);
</span><del>-        $$ = XPath::Function::create(name, std::move(*argumentList)).release();
</del><ins>+        $$ = XPath::Function::create(name, WTF::move(*argumentList)).release();
</ins><span class="cx">         if (!$$)
</span><span class="cx">             YYABORT;
</span><span class="cx">     }
</span><span class="lines">@@ -408,7 +408,7 @@
</span><span class="cx">     PrimaryExpr PredicateList
</span><span class="cx">     {
</span><span class="cx">         std::unique_ptr&lt;Vector&lt;std::unique_ptr&lt;Expression&gt;&gt;&gt; predicateList($2);
</span><del>-        $$ = new Filter(std::unique_ptr&lt;Expression&gt;($1), std::move(*predicateList));
</del><ins>+        $$ = new Filter(std::unique_ptr&lt;Expression&gt;($1), WTF::move(*predicateList));
</ins><span class="cx">     }
</span><span class="cx">     ;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathNodeSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathNodeSet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathNodeSet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathNodeSet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -173,7 +173,7 @@
</span><span class="cx">     for (unsigned i = 0; i &lt; nodeCount; ++i)
</span><span class="cx">         sortedNodes.append(parentMatrix[i][0]);
</span><span class="cx">     
</span><del>-    m_nodes = std::move(sortedNodes);
</del><ins>+    m_nodes = WTF::move(sortedNodes);
</ins><span class="cx">     m_isSorted = true;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -226,7 +226,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     ASSERT(sortedNodes.size() == nodeCount);
</span><del>-    m_nodes = std::move(sortedNodes);
</del><ins>+    m_nodes = WTF::move(sortedNodes);
</ins><span class="cx">     m_isSorted = true;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathParsercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathParser.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathParser.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathParser.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -472,7 +472,7 @@
</span><span class="cx">         return nullptr;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return std::move(parser.m_result);
</del><ins>+    return WTF::move(parser.m_result);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } }
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathParserh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathParser.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathParser.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathParser.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx">             int lex(YYSTYPE&amp;);
</span><span class="cx">             bool expandQualifiedName(const String&amp; qualifiedName, String&amp; localName, String&amp; namespaceURI);
</span><del>-            void setParseResult(std::unique_ptr&lt;Expression&gt; expression) { m_result = std::move(expression); }
</del><ins>+            void setParseResult(std::unique_ptr&lt;Expression&gt; expression) { m_result = WTF::move(expression); }
</ins><span class="cx"> 
</span><span class="cx">         private:
</span><span class="cx">             Parser(const String&amp;, XPathNSResolver*);
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPathcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPath.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPath.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathPath.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> namespace XPath {
</span><span class="cx">         
</span><span class="cx"> Filter::Filter(std::unique_ptr&lt;Expression&gt; expression, Vector&lt;std::unique_ptr&lt;Expression&gt;&gt; predicates)
</span><del>-    : m_expression(std::move(expression)), m_predicates(std::move(predicates))
</del><ins>+    : m_expression(WTF::move(expression)), m_predicates(WTF::move(predicates))
</ins><span class="cx"> {
</span><span class="cx">     setIsContextNodeSensitive(m_expression-&gt;isContextNodeSensitive());
</span><span class="cx">     setIsContextPositionSensitive(m_expression-&gt;isContextPositionSensitive());
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">             if (evaluatePredicate(*m_predicates[i]))
</span><span class="cx">                 newNodes.append(node);
</span><span class="cx">         }
</span><del>-        nodes = std::move(newNodes);
</del><ins>+        nodes = WTF::move(newNodes);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return result;
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx">     evaluate(nodes);
</span><span class="cx">     
</span><span class="cx">     evaluationContext = backupContext;
</span><del>-    return Value(std::move(nodes));
</del><ins>+    return Value(WTF::move(nodes));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void LocationPath::evaluate(NodeSet&amp; nodes) const
</span><span class="lines">@@ -138,7 +138,7 @@
</span><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx">         
</span><del>-        nodes = std::move(newNodes);
</del><ins>+        nodes = WTF::move(newNodes);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     nodes.markSorted(resultIsSorted);
</span><span class="lines">@@ -154,7 +154,7 @@
</span><span class="cx">             return;
</span><span class="cx">     }
</span><span class="cx">     step-&gt;optimize();
</span><del>-    m_steps.append(std::move(step));
</del><ins>+    m_steps.append(WTF::move(step));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void LocationPath::prependStep(std::unique_ptr&lt;Step&gt; step)
</span><span class="lines">@@ -163,17 +163,17 @@
</span><span class="cx">         bool dropSecondStep;
</span><span class="cx">         optimizeStepPair(*step, *m_steps[0], dropSecondStep);
</span><span class="cx">         if (dropSecondStep) {
</span><del>-            m_steps[0] = std::move(step);
</del><ins>+            m_steps[0] = WTF::move(step);
</ins><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx">     step-&gt;optimize();
</span><del>-    m_steps.insert(0, std::move(step));
</del><ins>+    m_steps.insert(0, WTF::move(step));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Path::Path(std::unique_ptr&lt;Expression&gt; filter, std::unique_ptr&lt;LocationPath&gt; path)
</span><del>-    : m_filter(std::move(filter))
-    , m_path(std::move(path))
</del><ins>+    : m_filter(WTF::move(filter))
+    , m_path(WTF::move(path))
</ins><span class="cx"> {
</span><span class="cx">     setIsContextNodeSensitive(m_filter-&gt;isContextNodeSensitive());
</span><span class="cx">     setIsContextPositionSensitive(m_filter-&gt;isContextPositionSensitive());
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathPredicatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathPredicate.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathPredicate.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathPredicate.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> StringExpression::StringExpression(String&amp;&amp; value)
</span><del>-    : m_value(std::move(value))
</del><ins>+    : m_value(WTF::move(value))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx"> 
</span><span class="cx"> Negative::Negative(std::unique_ptr&lt;Expression&gt; expression)
</span><span class="cx"> {
</span><del>-    addSubexpression(std::move(expression));
</del><ins>+    addSubexpression(WTF::move(expression));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Value Negative::evaluate() const
</span><span class="lines">@@ -69,8 +69,8 @@
</span><span class="cx"> NumericOp::NumericOp(Opcode opcode, std::unique_ptr&lt;Expression&gt; lhs, std::unique_ptr&lt;Expression&gt; rhs)
</span><span class="cx">     : m_opcode(opcode)
</span><span class="cx"> {
</span><del>-    addSubexpression(std::move(lhs));
-    addSubexpression(std::move(rhs));
</del><ins>+    addSubexpression(WTF::move(lhs));
+    addSubexpression(WTF::move(rhs));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Value NumericOp::evaluate() const
</span><span class="lines">@@ -98,8 +98,8 @@
</span><span class="cx"> EqTestOp::EqTestOp(Opcode opcode, std::unique_ptr&lt;Expression&gt; lhs, std::unique_ptr&lt;Expression&gt; rhs)
</span><span class="cx">     : m_opcode(opcode)
</span><span class="cx"> {
</span><del>-    addSubexpression(std::move(lhs));
-    addSubexpression(std::move(rhs));
</del><ins>+    addSubexpression(WTF::move(lhs));
+    addSubexpression(WTF::move(rhs));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool EqTestOp::compare(const Value&amp; lhs, const Value&amp; rhs) const
</span><span class="lines">@@ -201,8 +201,8 @@
</span><span class="cx"> LogicalOp::LogicalOp(Opcode opcode, std::unique_ptr&lt;Expression&gt; lhs, std::unique_ptr&lt;Expression&gt; rhs)
</span><span class="cx">     : m_opcode(opcode)
</span><span class="cx"> {
</span><del>-    addSubexpression(std::move(lhs));
-    addSubexpression(std::move(rhs));
</del><ins>+    addSubexpression(WTF::move(lhs));
+    addSubexpression(WTF::move(rhs));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> inline bool LogicalOp::shortCircuitOn() const
</span><span class="lines">@@ -223,8 +223,8 @@
</span><span class="cx"> 
</span><span class="cx"> Union::Union(std::unique_ptr&lt;Expression&gt; lhs, std::unique_ptr&lt;Expression&gt; rhs)
</span><span class="cx"> {
</span><del>-    addSubexpression(std::move(lhs));
-    addSubexpression(std::move(rhs));
</del><ins>+    addSubexpression(WTF::move(lhs));
+    addSubexpression(WTF::move(rhs));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Value Union::evaluate() const
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathStepcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathStep.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathStep.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathStep.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -41,14 +41,14 @@
</span><span class="cx"> 
</span><span class="cx"> Step::Step(Axis axis, NodeTest nodeTest)
</span><span class="cx">     : m_axis(axis)
</span><del>-    , m_nodeTest(std::move(nodeTest))
</del><ins>+    , m_nodeTest(WTF::move(nodeTest))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Step::Step(Axis axis, NodeTest nodeTest, Vector&lt;std::unique_ptr&lt;Expression&gt;&gt; predicates)
</span><span class="cx">     : m_axis(axis)
</span><del>-    , m_nodeTest(std::move(nodeTest))
-    , m_predicates(std::move(predicates))
</del><ins>+    , m_nodeTest(WTF::move(nodeTest))
+    , m_predicates(WTF::move(predicates))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -65,11 +65,11 @@
</span><span class="cx">     for (size_t i = 0; i &lt; m_predicates.size(); ++i) {
</span><span class="cx">         auto&amp; predicate = m_predicates[i];
</span><span class="cx">         if ((!predicateIsContextPositionSensitive(*predicate) || m_nodeTest.m_mergedPredicates.isEmpty()) &amp;&amp; !predicate-&gt;isContextSizeSensitive() &amp;&amp; remainingPredicates.isEmpty())
</span><del>-            m_nodeTest.m_mergedPredicates.append(std::move(predicate));
</del><ins>+            m_nodeTest.m_mergedPredicates.append(WTF::move(predicate));
</ins><span class="cx">         else
</span><del>-            remainingPredicates.append(std::move(predicate));
</del><ins>+            remainingPredicates.append(WTF::move(predicate));
</ins><span class="cx">     }
</span><del>-    m_predicates = std::move(remainingPredicates);
</del><ins>+    m_predicates = WTF::move(remainingPredicates);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void optimizeStepPair(Step&amp; first, Step&amp; second, bool&amp; dropSecondStep)
</span><span class="lines">@@ -99,8 +99,8 @@
</span><span class="cx">         return;
</span><span class="cx"> 
</span><span class="cx">     first.m_axis = Step::DescendantAxis;
</span><del>-    first.m_nodeTest = std::move(second.m_nodeTest);
-    first.m_predicates = std::move(second.m_predicates);
</del><ins>+    first.m_nodeTest = WTF::move(second.m_nodeTest);
+    first.m_predicates = WTF::move(second.m_predicates);
</ins><span class="cx">     first.optimize();
</span><span class="cx">     dropSecondStep = true;
</span><span class="cx"> }
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">                 newNodes.append(node);
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        nodes = std::move(newNodes);
</del><ins>+        nodes = WTF::move(newNodes);
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathSteph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathStep.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathStep.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathStep.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -65,17 +65,17 @@
</span><span class="cx"> 
</span><span class="cx">         NodeTest(NodeTest&amp;&amp; other)
</span><span class="cx">             : m_kind(other.m_kind)
</span><del>-            , m_data(std::move(other.m_data))
-            , m_namespaceURI(std::move(other.m_namespaceURI))
-            , m_mergedPredicates(std::move(other.m_mergedPredicates))
</del><ins>+            , m_data(WTF::move(other.m_data))
+            , m_namespaceURI(WTF::move(other.m_namespaceURI))
+            , m_mergedPredicates(WTF::move(other.m_mergedPredicates))
</ins><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx">         NodeTest&amp; operator=(NodeTest&amp;&amp; other)
</span><span class="cx">         {
</span><span class="cx">             m_kind = other.m_kind;
</span><del>-            m_data = std::move(other.m_data);
-            m_namespaceURI = std::move(other.m_namespaceURI);
-            m_mergedPredicates = std::move(other.m_mergedPredicates);
</del><ins>+            m_data = WTF::move(other.m_data);
+            m_namespaceURI = WTF::move(other.m_namespaceURI);
+            m_mergedPredicates = WTF::move(other.m_mergedPredicates);
</ins><span class="cx">             return *this;
</span><span class="cx">         }
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorexmlXPathValueh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/XPathValue.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/XPathValue.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/XPathValue.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">             Value(const String&amp; value) : m_type(StringValue), m_data(Data::create(value)) { }
</span><span class="cx">             Value(const char* value) : m_type(StringValue), m_data(Data::create(value)) { }
</span><span class="cx"> 
</span><del>-            explicit Value(NodeSet value) : m_type(NodeSetValue), m_data(Data::create(std::move(value))) { }
</del><ins>+            explicit Value(NodeSet value) : m_type(NodeSetValue), m_data(Data::create(WTF::move(value))) { }
</ins><span class="cx">             explicit Value(Node* value) : m_type(NodeSetValue), m_data(Data::create(value)) { }
</span><span class="cx">             explicit Value(PassRefPtr&lt;Node&gt; value) : m_type(NodeSetValue), m_data(Data::create(value)) { }
</span><span class="cx"> 
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">             struct Data : public RefCounted&lt;Data&gt; {
</span><span class="cx">                 static PassRefPtr&lt;Data&gt; create() { return adoptRef(new Data); }
</span><span class="cx">                 static PassRefPtr&lt;Data&gt; create(const String&amp; string) { return adoptRef(new Data(string)); }
</span><del>-                static PassRefPtr&lt;Data&gt; create(NodeSet nodeSet) { return adoptRef(new Data(std::move(nodeSet))); }
</del><ins>+                static PassRefPtr&lt;Data&gt; create(NodeSet nodeSet) { return adoptRef(new Data(WTF::move(nodeSet))); }
</ins><span class="cx">                 static PassRefPtr&lt;Data&gt; create(PassRefPtr&lt;Node&gt; node) { return adoptRef(new Data(node)); }
</span><span class="cx"> 
</span><span class="cx">                 String string;
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx">             private:
</span><span class="cx">                 Data() { }
</span><span class="cx">                 explicit Data(const String&amp; string) : string(string) { }
</span><del>-                explicit Data(NodeSet nodeSet) : nodeSet(std::move(nodeSet)) { }
</del><ins>+                explicit Data(NodeSet nodeSet) : nodeSet(WTF::move(nodeSet)) { }
</ins><span class="cx">                 explicit Data(PassRefPtr&lt;Node&gt; node) : nodeSet(node) { }
</span><span class="cx">             };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorexmlparserXMLDocumentParserLibxml2cpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">             callback-&gt;attributes[i * 5 + 4] = callback-&gt;attributes[i * 5 + 3] + len;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void appendEndElementNSCallback()
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">         callback-&gt;s = xmlStrndup(s, len);
</span><span class="cx">         callback-&gt;len = len;
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void appendProcessingInstructionCallback(const xmlChar* target, const xmlChar* data)
</span><span class="lines">@@ -151,7 +151,7 @@
</span><span class="cx">         callback-&gt;target = xmlStrdup(target);
</span><span class="cx">         callback-&gt;data = xmlStrdup(data);
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void appendCDATABlockCallback(const xmlChar* s, int len)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">         callback-&gt;s = xmlStrndup(s, len);
</span><span class="cx">         callback-&gt;len = len;
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void appendCommentCallback(const xmlChar* s)
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx"> 
</span><span class="cx">         callback-&gt;s = xmlStrdup(s);
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void appendInternalSubsetCallback(const xmlChar* name, const xmlChar* externalID, const xmlChar* systemID)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">         callback-&gt;externalID = xmlStrdup(externalID);
</span><span class="cx">         callback-&gt;systemID = xmlStrdup(systemID);
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void appendErrorCallback(XMLErrors::ErrorType type, const xmlChar* message, OrdinalNumber lineNumber, OrdinalNumber columnNumber)
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx">         callback-&gt;lineNumber = lineNumber;
</span><span class="cx">         callback-&gt;columnNumber = columnNumber;
</span><span class="cx"> 
</span><del>-        m_callbacks.append(std::move(callback));
</del><ins>+        m_callbacks.append(WTF::move(callback));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     void callAndRemoveFirstCallback(XMLDocumentParser* parser)
</span><span class="lines">@@ -362,7 +362,7 @@
</span><span class="cx">     WTF_MAKE_FAST_ALLOCATED;
</span><span class="cx"> public:
</span><span class="cx">     OffsetBuffer(Vector&lt;char&gt; buffer)
</span><del>-        : m_buffer(std::move(buffer))
</del><ins>+        : m_buffer(WTF::move(buffer))
</ins><span class="cx">         , m_currentOffset(0)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="lines">@@ -469,7 +469,7 @@
</span><span class="cx">     if (!shouldAllowExternalLoad(response.url()))
</span><span class="cx">         return &amp;globalDescriptor;
</span><span class="cx"> 
</span><del>-    return new OffsetBuffer(std::move(data));
</del><ins>+    return new OffsetBuffer(WTF::move(data));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static int readFunc(void* context, char* buffer, int len)
</span><span class="lines">@@ -1548,7 +1548,7 @@
</span><span class="cx">     xmlParseChunk(parser-&gt;context(), reinterpret_cast&lt;const char*&gt;(StringView(parseString).upconvertedCharacters().get()), parseString.length() * sizeof(UChar), 1);
</span><span class="cx"> 
</span><span class="cx">     attrsOK = state.gotAttributes;
</span><del>-    return std::move(state.attributes);
</del><ins>+    return WTF::move(state.attributes);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKitiosChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ios/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ios/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/ios/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * WebCoreSupport/WebFixedPositionContent.mm:
+        (-[WebFixedPositionContent setViewportConstrainedLayers:stickyContainerMap:]):
+        * WebCoreSupport/WebInspectorClientIOS.mm:
+        (WebInspectorFrontendClient::WebInspectorFrontendClient):
+
</ins><span class="cx"> 2014-07-01  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS] Compile fix with pointer lock enabled.
</span></span></pre></div>
<a id="trunkSourceWebKitiosWebCoreSupportWebFixedPositionContentmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ios/WebCoreSupport/WebFixedPositionContent.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ios/WebCoreSupport/WebFixedPositionContent.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/ios/WebCoreSupport/WebFixedPositionContent.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -182,9 +182,9 @@
</span><span class="cx">         auto layerData = std::make_unique&lt;ViewportConstrainedLayerData&gt;();
</span><span class="cx"> 
</span><span class="cx">         layerData-&gt;m_enclosingAcceleratedScrollLayer = stickyContainers.get(layer);
</span><del>-        layerData-&gt;m_viewportConstraints = std::move(layerAndConstraints.value);
</del><ins>+        layerData-&gt;m_viewportConstraints = WTF::move(layerAndConstraints.value);
</ins><span class="cx"> 
</span><del>-        _private-&gt;m_viewportConstrainedLayers.set(layer, std::move(layerData));
</del><ins>+        _private-&gt;m_viewportConstrainedLayers.set(layer, WTF::move(layerData));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitiosWebCoreSupportWebInspectorClientIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/ios/WebCoreSupport/WebInspectorClientIOS.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -110,7 +110,7 @@
</span><span class="cx"> #pragma mark WebInspectorFrontendClient Implementation
</span><span class="cx"> 
</span><span class="cx"> WebInspectorFrontendClient::WebInspectorFrontendClient(WebView* inspectedWebView, WebInspectorWindowController* windowController, InspectorController* inspectorController, Page* frontendPage, std::unique_ptr&lt;Settings&gt; settings)
</span><del>-    : InspectorFrontendClientLocal(inspectorController,  frontendPage, std::move(settings))
</del><ins>+    : InspectorFrontendClientLocal(inspectorController,  frontendPage, WTF::move(settings))
</ins><span class="cx"> {
</span><span class="cx">     // iOS does not have a local inspector, this should not be reached.
</span><span class="cx">     notImplemented();
</span></span></pre></div>
<a id="trunkSourceWebKitmacChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * History/WebHistoryItem.mm:
+        (-[WebHistoryItem initFromDictionaryRepresentation:]):
+        * Plugins/Hosted/NetscapePluginInstanceProxy.h:
+        (WebKit::NetscapePluginInstanceProxy::setCurrentReply):
+        * Plugins/WebNetscapePluginView.mm:
+        (-[WebNetscapePluginView scheduleTimerWithInterval:repeat:timerFunc:]):
+        * WebCoreSupport/WebFrameLoaderClient.mm:
+        (WebFrameLoaderClient::dispatchDecidePolicyForResponse):
+        (WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction):
+        (WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction):
+        (WebFrameLoaderClient::dispatchWillSubmitForm):
+        * WebCoreSupport/WebInspectorClient.mm:
+        (WebInspectorClient::openInspectorFrontend):
+        (WebInspectorFrontendClient::WebInspectorFrontendClient):
+        * WebView/WebArchive.mm:
+        (-[WebArchive initWithMainResource:subresources:subframeArchives:]):
+
</ins><span class="cx"> 2014-07-01  Mark Rowe  &lt;mrowe@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         &lt;https://webkit.org/b/134522&gt; Remove duplication in code that prepares the user agent string on Mac and iOS
</span></span></pre></div>
<a id="trunkSourceWebKitmacHistoryWebHistoryItemmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/History/WebHistoryItem.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/History/WebHistoryItem.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/History/WebHistoryItem.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -374,7 +374,7 @@
</span><span class="cx">         auto redirectURLsVector = std::make_unique&lt;Vector&lt;String&gt;&gt;(size);
</span><span class="cx">         for (NSUInteger i = 0; i &lt; size; ++i)
</span><span class="cx">             (*redirectURLsVector)[i] = String([redirectURLs _webkit_stringAtIndex:i]);
</span><del>-        core(_private)-&gt;setRedirectURLs(std::move(redirectURLsVector));
</del><ins>+        core(_private)-&gt;setRedirectURLs(WTF::move(redirectURLsVector));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     NSArray *childDicts = [dict objectForKey:childrenKey];
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsHostedNetscapePluginInstanceProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -251,7 +251,7 @@
</span><span class="cx">     void setCurrentReply(uint32_t requestID, std::unique_ptr&lt;Reply&gt; reply)
</span><span class="cx">     {
</span><span class="cx">         ASSERT(!m_replies.contains(requestID));
</span><del>-        m_replies.add(requestID, std::move(reply));
</del><ins>+        m_replies.add(requestID, WTF::move(reply));
</ins><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     template &lt;typename T&gt;
</span></span></pre></div>
<a id="trunkSourceWebKitmacPluginsWebNetscapePluginViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/Plugins/WebNetscapePluginView.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -2166,7 +2166,7 @@
</span><span class="cx">     if (_shouldFireTimers)
</span><span class="cx">         timer-&gt;start(_isCompletelyObscured);
</span><span class="cx">     
</span><del>-    *slot = std::move(timer);
</del><ins>+    *slot = WTF::move(timer);
</ins><span class="cx"> 
</span><span class="cx">     return timerID;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebFrameLoaderClientmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -866,7 +866,7 @@
</span><span class="cx">                         decidePolicyForMIMEType:response.mimeType()
</span><span class="cx">                                         request:request.nsURLRequest(UpdateHTTPBody)
</span><span class="cx">                                           frame:m_webFrame.get()
</span><del>-                               decisionListener:setUpPolicyListener(std::move(function)).get()];
</del><ins>+                               decisionListener:setUpPolicyListener(WTF::move(function)).get()];
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebFrameLoaderClient::dispatchDecidePolicyForNewWindowAction(const NavigationAction&amp; action, const ResourceRequest&amp; request, PassRefPtr&lt;FormState&gt; formState, const String&amp; frameName, FramePolicyFunction function)
</span><span class="lines">@@ -876,7 +876,7 @@
</span><span class="cx">             decidePolicyForNewWindowAction:actionDictionary(action, formState)
</span><span class="cx">                                    request:request.nsURLRequest(UpdateHTTPBody)
</span><span class="cx">                               newFrameName:frameName
</span><del>-                          decisionListener:setUpPolicyListener(std::move(function)).get()];
</del><ins>+                          decisionListener:setUpPolicyListener(WTF::move(function)).get()];
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(const NavigationAction&amp; action, const ResourceRequest&amp; request, PassRefPtr&lt;FormState&gt; formState, FramePolicyFunction function)
</span><span class="lines">@@ -886,7 +886,7 @@
</span><span class="cx">                 decidePolicyForNavigationAction:actionDictionary(action, formState)
</span><span class="cx">                                         request:request.nsURLRequest(UpdateHTTPBody)
</span><span class="cx">                                           frame:m_webFrame.get()
</span><del>-                               decisionListener:setUpPolicyListener(std::move(function)).get()];
</del><ins>+                               decisionListener:setUpPolicyListener(WTF::move(function)).get()];
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebFrameLoaderClient::cancelPolicyCheck()
</span><span class="lines">@@ -932,7 +932,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     NSDictionary *values = makeFormFieldValuesDictionary(formState.get());
</span><del>-    CallFormDelegate(getWebView(m_webFrame.get()), @selector(frame:sourceFrame:willSubmitForm:withValues:submissionListener:), m_webFrame.get(), kit(formState-&gt;sourceDocument()-&gt;frame()), kit(formState-&gt;form()), values, setUpPolicyListener(std::move(function)).get());
</del><ins>+    CallFormDelegate(getWebView(m_webFrame.get()), @selector(frame:sourceFrame:willSubmitForm:withValues:submissionListener:), m_webFrame.get(), kit(formState-&gt;sourceDocument()-&gt;frame()), kit(formState-&gt;form()), values, setUpPolicyListener(WTF::move(function)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebFrameLoaderClient::revertToProvisionalState(DocumentLoader* loader)
</span><span class="lines">@@ -2257,7 +2257,7 @@
</span><span class="cx">         return nil;
</span><span class="cx"> 
</span><span class="cx">     _frame = frame;
</span><del>-    _policyFunction = std::move(policyFunction);
</del><ins>+    _policyFunction = WTF::move(policyFunction);
</ins><span class="cx"> 
</span><span class="cx">     return self;
</span><span class="cx"> }
</span><span class="lines">@@ -2281,7 +2281,7 @@
</span><span class="cx">     if (!frame)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    FramePolicyFunction policyFunction = std::move(_policyFunction);
</del><ins>+    FramePolicyFunction policyFunction = WTF::move(_policyFunction);
</ins><span class="cx">     _policyFunction = nullptr;
</span><span class="cx"> 
</span><span class="cx">     ASSERT(policyFunction);
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebCoreSupportWebInspectorClientmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebInspectorClient.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebCoreSupport/WebInspectorClient.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebInspectorClient.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -150,7 +150,7 @@
</span><span class="cx">     m_frontendClient = frontendClient.get();
</span><span class="cx">     RetainPtr&lt;WebInspectorFrontend&gt; webInspectorFrontend = adoptNS([[WebInspectorFrontend alloc] initWithFrontendClient:frontendClient.get()]);
</span><span class="cx">     [[m_webView inspector] setFrontend:webInspectorFrontend.get()];
</span><del>-    m_frontendPage-&gt;inspectorController().setInspectorFrontendClient(std::move(frontendClient));
</del><ins>+    m_frontendPage-&gt;inspectorController().setInspectorFrontendClient(WTF::move(frontendClient));
</ins><span class="cx">     return this;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -201,7 +201,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> WebInspectorFrontendClient::WebInspectorFrontendClient(WebView* inspectedWebView, WebInspectorWindowController* windowController, InspectorController* inspectorController, Page* frontendPage, std::unique_ptr&lt;Settings&gt; settings)
</span><del>-    : InspectorFrontendClientLocal(inspectorController,  frontendPage, std::move(settings))
</del><ins>+    : InspectorFrontendClientLocal(inspectorController,  frontendPage, WTF::move(settings))
</ins><span class="cx">     , m_inspectedWebView(inspectedWebView)
</span><span class="cx">     , m_windowController(windowController)
</span><span class="cx"> {
</span></span></pre></div>
<a id="trunkSourceWebKitmacWebViewWebArchivemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/mac/WebView/WebArchive.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/mac/WebView/WebArchive.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/mac/WebView/WebArchive.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -186,7 +186,7 @@
</span><span class="cx">     for (WebArchive *subframeArchive in subframeArchives)
</span><span class="cx">         coreArchives.append([subframeArchive-&gt;_private coreArchive]);
</span><span class="cx"> 
</span><del>-    RefPtr&lt;LegacyWebArchive&gt; coreArchive = LegacyWebArchive::create(coreMainResource.release(), std::move(coreResources), std::move(coreArchives));
</del><ins>+    RefPtr&lt;LegacyWebArchive&gt; coreArchive = LegacyWebArchive::create(coreMainResource.release(), WTF::move(coreResources), WTF::move(coreArchives));
</ins><span class="cx">     if (!coreArchive) {
</span><span class="cx">         [self release];
</span><span class="cx">         return nil;
</span></span></pre></div>
<a id="trunkSourceWebKitwinChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/win/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * WebCoreSupport/WebInspectorClient.cpp:
+        (WebInspectorClient::openInspectorFrontend):
+        (WebInspectorFrontendClient::WebInspectorFrontendClient):
+        * WebHistory.cpp:
+        (createUserInfoFromArray):
+        * WebHistoryItem.cpp:
+        (WebHistoryItem::initFromDictionaryRepresentation):
+        * WebView.cpp:
+        (WebView::addToDirtyRegion):
+        (WebView::scrollBackingStore):
+
</ins><span class="cx"> 2014-06-26  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove use of PlatformStrategies for Gamepad API.
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebCoreSupportWebInspectorClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -173,7 +173,7 @@
</span><span class="cx">     m_frontendPage = core(frontendWebView.get());
</span><span class="cx">     auto frontendClient = std::make_unique&lt;WebInspectorFrontendClient&gt;(m_inspectedWebView, reinterpret_cast&lt;HWND&gt;(m_inspectedWebViewHandle), frontendHwnd, frontendWebView, frontendWebViewHwnd, this, createFrontendSettings());
</span><span class="cx">     m_frontendClient = frontendClient.get();
</span><del>-    m_frontendPage-&gt;inspectorController().setInspectorFrontendClient(std::move(frontendClient));
</del><ins>+    m_frontendPage-&gt;inspectorController().setInspectorFrontendClient(WTF::move(frontendClient));
</ins><span class="cx">     m_frontendHandle = reinterpret_cast&lt;OLE_HANDLE&gt;(frontendHwnd);
</span><span class="cx">     return this;
</span><span class="cx"> }
</span><span class="lines">@@ -225,7 +225,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebInspectorFrontendClient::WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr&lt;WebView&gt;&amp; frontendWebView, HWND frontendWebViewHwnd, WebInspectorClient* inspectorClient, std::unique_ptr&lt;Settings&gt; settings)
</span><del>-    : InspectorFrontendClientLocal(&amp;inspectedWebView-&gt;page()-&gt;inspectorController(),  core(frontendWebView.get()), std::move(settings))
</del><ins>+    : InspectorFrontendClientLocal(&amp;inspectedWebView-&gt;page()-&gt;inspectorController(),  core(frontendWebView.get()), WTF::move(settings))
</ins><span class="cx">     , m_inspectedWebView(inspectedWebView)
</span><span class="cx">     , m_inspectedWebViewHwnd(inspectedWebViewHwnd)
</span><span class="cx">     , m_inspectorClient(inspectorClient)
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebHistorycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebHistory.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebHistory.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/win/WebHistory.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> 
</span><span class="cx">     HashMap&lt;String, Vector&lt;COMPtr&lt;IWebHistoryItem&gt;&gt;&gt; dictionary;
</span><span class="cx">     String key(notificationStr, ::SysStringLen(notificationStr));
</span><del>-    dictionary.set(key, std::move(arrayItem));
</del><ins>+    dictionary.set(key, WTF::move(arrayItem));
</ins><span class="cx">     return COMPtr&lt;IPropertyBag&gt;(AdoptCOM, COMPropertyBag&lt;Vector&lt;COMPtr&lt;IWebHistoryItem&gt;&gt;&gt;::adopt(dictionary));
</span><span class="cx"> #endif
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebHistoryItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebHistoryItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebHistoryItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/win/WebHistoryItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">         m_historyItem-&gt;setLastVisitWasFailure(true);
</span><span class="cx"> 
</span><span class="cx">     if (redirectURLsVector.get())
</span><del>-        m_historyItem-&gt;setRedirectURLs(std::move(redirectURLsVector));
</del><ins>+        m_historyItem-&gt;setRedirectURLs(WTF::move(redirectURLsVector));
</ins><span class="cx"> 
</span><span class="cx">     return S_OK;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKitwinWebViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/win/WebView.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/win/WebView.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit/win/WebView.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -848,7 +848,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto newRegion = adoptGDIObject(::CreateRectRgn(dirtyRect.x(), dirtyRect.y(),
</span><span class="cx">         dirtyRect.maxX(), dirtyRect.maxY()));
</span><del>-    addToDirtyRegion(std::move(newRegion));
</del><ins>+    addToDirtyRegion(WTF::move(newRegion));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebView::addToDirtyRegion(GDIObject&lt;HRGN&gt; newRegion)
</span><span class="lines">@@ -862,9 +862,9 @@
</span><span class="cx">     if (m_backingStoreDirtyRegion) {
</span><span class="cx">         auto combinedRegion = adoptGDIObject(::CreateRectRgn(0, 0, 0, 0));
</span><span class="cx">         ::CombineRgn(combinedRegion.get(), m_backingStoreDirtyRegion-&gt;get(), newRegion.get(), RGN_OR);
</span><del>-        m_backingStoreDirtyRegion = SharedGDIObject&lt;HRGN&gt;::create(std::move(combinedRegion));
</del><ins>+        m_backingStoreDirtyRegion = SharedGDIObject&lt;HRGN&gt;::create(WTF::move(combinedRegion));
</ins><span class="cx">     } else
</span><del>-        m_backingStoreDirtyRegion = SharedGDIObject&lt;HRGN&gt;::create(std::move(newRegion));
</del><ins>+        m_backingStoreDirtyRegion = SharedGDIObject&lt;HRGN&gt;::create(WTF::move(newRegion));
</ins><span class="cx"> 
</span><span class="cx">     if (m_uiDelegatePrivate)
</span><span class="cx">         m_uiDelegatePrivate-&gt;webViewDidInvalidate(this);
</span><span class="lines">@@ -910,7 +910,7 @@
</span><span class="cx">     GdiFlush();
</span><span class="cx"> 
</span><span class="cx">     // Add the dirty region to the backing store's dirty region.
</span><del>-    addToDirtyRegion(std::move(updateRegion));
</del><ins>+    addToDirtyRegion(WTF::move(updateRegion));
</ins><span class="cx"> 
</span><span class="cx">     if (m_uiDelegatePrivate)
</span><span class="cx">         m_uiDelegatePrivate-&gt;webViewScrolled(this);
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * DatabaseProcess/DatabaseProcess.cpp:
+        * DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:
+        * NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm:
+        * NetworkProcess/FileAPI/NetworkBlobRegistry.cpp:
+        * NetworkProcess/NetworkConnectionToWebProcess.cpp:
+        * Platform/IPC/ArgumentCoders.h:
+        * Platform/IPC/ArgumentDecoder.cpp:
+        * Platform/IPC/Connection.cpp:
+        * Platform/IPC/Connection.h:
+        [...]
+
</ins><span class="cx"> 2014-07-03  Benjamin Poulain  &lt;bpoulain@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS][WK2] Fix small bugs of dynamicViewportSizeUpdate that were causing inaccuracies in the computed target
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessDatabaseProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx"> 
</span><span class="cx">     MutexLocker locker(m_databaseTaskMutex);
</span><span class="cx"> 
</span><del>-    m_databaseTasks.append(std::move(task));
</del><ins>+    m_databaseTasks.append(WTF::move(task));
</ins><span class="cx"> 
</span><span class="cx">     m_queue-&gt;dispatch(bind(&amp;DatabaseProcess::performNextDatabaseTask, this));
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2DatabaseProcessIndexedDBUniqueIDBDatabasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -317,7 +317,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    postDatabaseTask(std::move(task));
</del><ins>+    postDatabaseTask(WTF::move(task));
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;AsyncRequest&gt; request = AsyncRequestImpl&lt;bool&gt;::create([successCallback](bool success) {
</span><span class="cx">         successCallback(success);
</span><span class="lines">@@ -1081,7 +1081,7 @@
</span><span class="cx"> 
</span><span class="cx">     MutexLocker locker(m_mainThreadTaskMutex);
</span><span class="cx"> 
</span><del>-    m_mainThreadTasks.append(std::move(task));
</del><ins>+    m_mainThreadTasks.append(WTF::move(task));
</ins><span class="cx"> 
</span><span class="cx">     // Balanced by an adoptRef() in ::performNextMainThreadTask
</span><span class="cx">     ref();
</span><span class="lines">@@ -1128,7 +1128,7 @@
</span><span class="cx"> 
</span><span class="cx">     MutexLocker locker(m_databaseTaskMutex);
</span><span class="cx"> 
</span><del>-    m_databaseTasks.append(std::move(task));
</del><ins>+    m_databaseTasks.append(WTF::move(task));
</ins><span class="cx"> 
</span><span class="cx">     DatabaseProcess::shared().queue().dispatch(bind(&amp;UniqueIDBDatabase::performNextDatabaseTask, this));
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessEntryPointmacXPCServiceNetworkServiceEntryPointmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> class NetworkServiceInitializerDelegate : public XPCServiceInitializerDelegate {
</span><span class="cx"> public:
</span><span class="cx">     NetworkServiceInitializerDelegate(IPC::XPCPtr&lt;xpc_connection_t&gt; connection, xpc_object_t initializerMessage)
</span><del>-        : XPCServiceInitializerDelegate(std::move(connection), initializerMessage)
</del><ins>+        : XPCServiceInitializerDelegate(WTF::move(connection), initializerMessage)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessFileAPINetworkBlobRegistrycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx"> 
</span><span class="cx"> void NetworkBlobRegistry::registerBlobURL(NetworkConnectionToWebProcess* connection, const URL&amp; url, Vector&lt;WebCore::BlobPart&gt; blobParts, const String&amp; contentType)
</span><span class="cx"> {
</span><del>-    blobRegistry().registerBlobURL(url, std::move(blobParts), contentType);
</del><ins>+    blobRegistry().registerBlobURL(url, WTF::move(blobParts), contentType);
</ins><span class="cx"> 
</span><span class="cx">     ASSERT(!m_blobsForConnection.get(connection).contains(url));
</span><span class="cx">     BlobForConnectionMap::iterator mapIterator = m_blobsForConnection.find(connection);
</span></span></pre></div>
<a id="trunkSourceWebKit2NetworkProcessNetworkConnectionToWebProcesscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkConnectionToWebProcess.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -229,7 +229,7 @@
</span><span class="cx"> 
</span><span class="cx"> void NetworkConnectionToWebProcess::registerBlobURL(const URL&amp; url, Vector&lt;BlobPart&gt; blobParts, const String&amp; contentType)
</span><span class="cx"> {
</span><del>-    NetworkBlobRegistry::shared().registerBlobURL(this, url, std::move(blobParts), contentType);
</del><ins>+    NetworkBlobRegistry::shared().registerBlobURL(this, url, WTF::move(blobParts), contentType);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void NetworkConnectionToWebProcess::registerBlobURLFromURL(const URL&amp; url, const URL&amp; srcURL)
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentCoders.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">         if (!decoder.decode(value))
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><del>-        optional = std::move(value);
</del><ins>+        optional = WTF::move(value);
</ins><span class="cx">         return true;
</span><span class="cx">     }
</span><span class="cx"> };
</span><span class="lines">@@ -148,7 +148,7 @@
</span><span class="cx">             if (!decoder.decode(element))
</span><span class="cx">                 return false;
</span><span class="cx">             
</span><del>-            tmp.append(std::move(element));
</del><ins>+            tmp.append(WTF::move(element));
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         tmp.shrinkToFit();
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCArgumentDecodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/ArgumentDecoder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> {
</span><span class="cx">     initialize(buffer, bufferSize);
</span><span class="cx"> 
</span><del>-    m_attachments = std::move(attachments);
</del><ins>+    m_attachments = WTF::move(attachments);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> ArgumentDecoder::~ArgumentDecoder()
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Connection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Connection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/Connection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -159,7 +159,7 @@
</span><span class="cx"> 
</span><span class="cx">     ConnectionAndIncomingMessage connectionAndIncomingMessage;
</span><span class="cx">     connectionAndIncomingMessage.connection = connection;
</span><del>-    connectionAndIncomingMessage.message = std::move(message);
</del><ins>+    connectionAndIncomingMessage.message = WTF::move(message);
</ins><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         MutexLocker locker(m_mutex);
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">         if (m_didScheduleDispatchMessagesWorkSet.add(connection).isNewEntry)
</span><span class="cx">             m_runLoop.dispatch(bind(&amp;SyncMessageState::dispatchMessageAndResetDidScheduleDispatchMessagesForConnection, this, RefPtr&lt;Connection&gt;(connection)));
</span><span class="cx"> 
</span><del>-        m_messagesToDispatchWhileWaitingForSyncReply.append(std::move(connectionAndIncomingMessage));
</del><ins>+        m_messagesToDispatchWhileWaitingForSyncReply.append(WTF::move(connectionAndIncomingMessage));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     wakeUpClientRunLoop();
</span><span class="lines">@@ -194,18 +194,18 @@
</span><span class="cx">         if (allowedConnection &amp;&amp; allowedConnection != connectionAndIncomingMessage.connection) {
</span><span class="cx">             // This incoming message belongs to another connection and we don't want to dispatch it now
</span><span class="cx">             // so mark it to be put back in the message queue.
</span><del>-            messagesToPutBack.append(std::move(connectionAndIncomingMessage));
</del><ins>+            messagesToPutBack.append(WTF::move(connectionAndIncomingMessage));
</ins><span class="cx">             continue;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        connectionAndIncomingMessage.connection-&gt;dispatchMessage(std::move(connectionAndIncomingMessage.message));
</del><ins>+        connectionAndIncomingMessage.connection-&gt;dispatchMessage(WTF::move(connectionAndIncomingMessage.message));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (!messagesToPutBack.isEmpty()) {
</span><span class="cx">         MutexLocker locker(m_mutex);
</span><span class="cx"> 
</span><span class="cx">         for (auto&amp; message : messagesToPutBack)
</span><del>-            m_messagesToDispatchWhileWaitingForSyncReply.append(std::move(message));
</del><ins>+            m_messagesToDispatchWhileWaitingForSyncReply.append(WTF::move(message));
</ins><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -322,7 +322,7 @@
</span><span class="cx">     ASSERT(!decoder-&gt;isInvalid());
</span><span class="cx"> 
</span><span class="cx">     if (replyEncoder)
</span><del>-        sendSyncReply(std::move(replyEncoder));
</del><ins>+        sendSyncReply(WTF::move(replyEncoder));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Connection::setDidCloseOnConnectionWorkQueueCallback(DidCloseOnConnectionWorkQueueCallback callback)
</span><span class="lines">@@ -377,7 +377,7 @@
</span><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         MutexLocker locker(m_outgoingMessagesLock);
</span><del>-        m_outgoingMessages.append(std::move(encoder));
</del><ins>+        m_outgoingMessages.append(WTF::move(encoder));
</ins><span class="cx">     }
</span><span class="cx">     
</span><span class="cx">     // FIXME: We should add a boolean flag so we don't call this when work has already been scheduled.
</span><span class="lines">@@ -387,7 +387,7 @@
</span><span class="cx"> 
</span><span class="cx"> bool Connection::sendSyncReply(std::unique_ptr&lt;MessageEncoder&gt; encoder)
</span><span class="cx"> {
</span><del>-    return sendMessage(std::move(encoder));
</del><ins>+    return sendMessage(WTF::move(encoder));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;MessageDecoder&gt; Connection::waitForMessage(StringReference messageReceiverName, StringReference messageName, uint64_t destinationID, std::chrono::milliseconds timeout, unsigned waitForMessageFlags)
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">             std::unique_ptr&lt;MessageDecoder&gt;&amp; message = *it;
</span><span class="cx"> 
</span><span class="cx">             if (message-&gt;messageReceiverName() == messageReceiverName &amp;&amp; message-&gt;messageName() == messageName &amp;&amp; message-&gt;destinationID() == destinationID) {
</span><del>-                std::unique_ptr&lt;MessageDecoder&gt; returnedMessage = std::move(message);
</del><ins>+                std::unique_ptr&lt;MessageDecoder&gt; returnedMessage = WTF::move(message);
</ins><span class="cx"> 
</span><span class="cx">                 m_incomingMessages.remove(it);
</span><span class="cx">                 return returnedMessage;
</span><span class="lines">@@ -426,7 +426,7 @@
</span><span class="cx">         std::unique_lock&lt;std::mutex&gt; lock(m_waitForMessageMutex);
</span><span class="cx"> 
</span><span class="cx">         if (m_waitingForMessage-&gt;decoder) {
</span><del>-            auto decoder = std::move(m_waitingForMessage-&gt;decoder);
</del><ins>+            auto decoder = WTF::move(m_waitingForMessage-&gt;decoder);
</ins><span class="cx">             m_waitingForMessage = nullptr;
</span><span class="cx">             return decoder;
</span><span class="cx">         }
</span><span class="lines">@@ -448,7 +448,7 @@
</span><span class="cx">     if (&amp;RunLoop::current() != &amp;m_clientRunLoop) {
</span><span class="cx">         // No flags are supported for synchronous messages sent from secondary threads.
</span><span class="cx">         ASSERT(!syncSendFlags);
</span><del>-        return sendSyncMessageFromSecondaryThread(syncRequestID, std::move(encoder), timeout);
</del><ins>+        return sendSyncMessageFromSecondaryThread(syncRequestID, WTF::move(encoder), timeout);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (!isValid()) {
</span><span class="lines">@@ -470,7 +470,7 @@
</span><span class="cx">     ++m_inSendSyncCount;
</span><span class="cx"> 
</span><span class="cx">     // First send the message.
</span><del>-    sendMessage(std::move(encoder), DispatchMessageEvenWhenWaitingForSyncReply);
</del><ins>+    sendMessage(WTF::move(encoder), DispatchMessageEvenWhenWaitingForSyncReply);
</ins><span class="cx"> 
</span><span class="cx">     // Then wait for a reply. Waiting for a reply could involve dispatching incoming sync messages, so
</span><span class="cx">     // keep an extra reference to the connection here in case it's invalidated.
</span><span class="lines">@@ -511,7 +511,7 @@
</span><span class="cx">         m_secondaryThreadPendingSyncReplyMap.add(syncRequestID, &amp;pendingReply);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    sendMessage(std::move(encoder), 0);
</del><ins>+    sendMessage(WTF::move(encoder), 0);
</ins><span class="cx"> 
</span><span class="cx">     pendingReply.semaphore.wait(currentTime() + (timeout.count() / 1000.0));
</span><span class="cx"> 
</span><span class="lines">@@ -522,7 +522,7 @@
</span><span class="cx">         m_secondaryThreadPendingSyncReplyMap.remove(syncRequestID);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return std::move(pendingReply.replyDecoder);
</del><ins>+    return WTF::move(pendingReply.replyDecoder);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;MessageDecoder&gt; Connection::waitForSyncReply(uint64_t syncRequestID, std::chrono::milliseconds timeout, unsigned syncSendFlags)
</span><span class="lines">@@ -548,7 +548,7 @@
</span><span class="cx">             // We found the sync reply, or the connection was closed.
</span><span class="cx">             if (pendingSyncReply.didReceiveReply || !m_shouldWaitForSyncReplies) {
</span><span class="cx">                 didReceiveSyncReply(syncSendFlags);
</span><del>-                return std::move(pendingSyncReply.replyDecoder);
</del><ins>+                return WTF::move(pendingSyncReply.replyDecoder);
</ins><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -595,7 +595,7 @@
</span><span class="cx"> 
</span><span class="cx">         ASSERT(!pendingSyncReply.replyDecoder);
</span><span class="cx"> 
</span><del>-        pendingSyncReply.replyDecoder = std::move(decoder);
</del><ins>+        pendingSyncReply.replyDecoder = WTF::move(decoder);
</ins><span class="cx">         pendingSyncReply.didReceiveReply = true;
</span><span class="cx"> 
</span><span class="cx">         // We got a reply to the last send message, wake up the client run loop so it can be processed.
</span><span class="lines">@@ -610,7 +610,7 @@
</span><span class="cx">     if (secondaryThreadReplyMapItem != m_secondaryThreadPendingSyncReplyMap.end()) {
</span><span class="cx">         SecondaryThreadPendingSyncReply* reply = secondaryThreadReplyMapItem-&gt;value;
</span><span class="cx">         ASSERT(!reply-&gt;replyDecoder);
</span><del>-        reply-&gt;replyDecoder = std::move(decoder);
</del><ins>+        reply-&gt;replyDecoder = WTF::move(decoder);
</ins><span class="cx">         reply-&gt;semaphore.signal();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -624,7 +624,7 @@
</span><span class="cx">     ASSERT(!message-&gt;messageName().isEmpty());
</span><span class="cx"> 
</span><span class="cx">     if (message-&gt;messageReceiverName() == &quot;IPC&quot; &amp;&amp; message-&gt;messageName() == &quot;SyncMessageReply&quot;) {
</span><del>-        processIncomingSyncReply(std::move(message));
</del><ins>+        processIncomingSyncReply(WTF::move(message));
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -660,7 +660,7 @@
</span><span class="cx">         std::lock_guard&lt;std::mutex&gt; lock(m_waitForMessageMutex);
</span><span class="cx"> 
</span><span class="cx">         if (m_waitingForMessage &amp;&amp; m_waitingForMessage-&gt;messageReceiverName == message-&gt;messageReceiverName() &amp;&amp; m_waitingForMessage-&gt;messageName == message-&gt;messageName() &amp;&amp; m_waitingForMessage-&gt;destinationID == message-&gt;destinationID()) {
</span><del>-            m_waitingForMessage-&gt;decoder = std::move(message);
</del><ins>+            m_waitingForMessage-&gt;decoder = WTF::move(message);
</ins><span class="cx">             ASSERT(m_waitingForMessage-&gt;decoder);
</span><span class="cx">             m_waitForMessageCondition.notify_one();
</span><span class="cx">             return;
</span><span class="lines">@@ -672,7 +672,7 @@
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    enqueueIncomingMessage(std::move(message));
</del><ins>+    enqueueIncomingMessage(WTF::move(message));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Connection::postConnectionDidCloseOnConnectionWorkQueue()
</span><span class="lines">@@ -748,7 +748,7 @@
</span><span class="cx">             message = m_outgoingMessages.takeFirst();
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        if (!sendOutgoingMessage(std::move(message)))
</del><ins>+        if (!sendOutgoingMessage(WTF::move(message)))
</ins><span class="cx">             break;
</span><span class="cx">     }
</span><span class="cx"> }
</span><span class="lines">@@ -773,7 +773,7 @@
</span><span class="cx">     ASSERT(!decoder.isInvalid());
</span><span class="cx"> 
</span><span class="cx">     if (replyEncoder)
</span><del>-        sendSyncReply(std::move(replyEncoder));
</del><ins>+        sendSyncReply(WTF::move(replyEncoder));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Connection::dispatchDidReceiveInvalidMessage(const CString&amp; messageReceiverNameString, const CString&amp; messageNameString)
</span><span class="lines">@@ -798,7 +798,7 @@
</span><span class="cx"> {
</span><span class="cx">     {
</span><span class="cx">         MutexLocker locker(m_incomingMessagesLock);
</span><del>-        m_incomingMessages.append(std::move(incomingMessage));
</del><ins>+        m_incomingMessages.append(WTF::move(incomingMessage));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_clientRunLoop.dispatch(WTF::bind(&amp;Connection::dispatchOneMessage, this));
</span><span class="lines">@@ -853,7 +853,7 @@
</span><span class="cx">         message = m_incomingMessages.takeFirst();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    dispatchMessage(std::move(message));
</del><ins>+    dispatchMessage(WTF::move(message));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void Connection::wakeUpRunLoop()
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCConnectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/Connection.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/Connection.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/Connection.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx"> 
</span><span class="cx">         Identifier(mach_port_t port, XPCPtr&lt;xpc_connection_t&gt; xpcConnection)
</span><span class="cx">             : port(port)
</span><del>-            , xpcConnection(std::move(xpcConnection))
</del><ins>+            , xpcConnection(WTF::move(xpcConnection))
</ins><span class="cx">         {
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -341,7 +341,7 @@
</span><span class="cx">     auto encoder = std::make_unique&lt;MessageEncoder&gt;(T::receiverName(), T::name(), destinationID);
</span><span class="cx">     encoder-&gt;encode(message.arguments());
</span><span class="cx">     
</span><del>-    return sendMessage(std::move(encoder), messageSendFlags);
</del><ins>+    return sendMessage(WTF::move(encoder), messageSendFlags);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T&gt; bool Connection::sendSync(T&amp;&amp; message, typename T::Reply&amp;&amp; reply, uint64_t destinationID, std::chrono::milliseconds timeout, unsigned syncSendFlags)
</span><span class="lines">@@ -355,7 +355,7 @@
</span><span class="cx">     encoder-&gt;encode(message.arguments());
</span><span class="cx"> 
</span><span class="cx">     // Now send the message and wait for a reply.
</span><del>-    std::unique_ptr&lt;MessageDecoder&gt; replyDecoder = sendSyncMessage(syncRequestID, std::move(encoder), timeout, syncSendFlags);
</del><ins>+    std::unique_ptr&lt;MessageDecoder&gt; replyDecoder = sendSyncMessage(syncRequestID, WTF::move(encoder), timeout, syncSendFlags);
</ins><span class="cx">     if (!replyDecoder)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCHandleMessageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/HandleMessage.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/HandleMessage.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/HandleMessage.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    callMemberFunction(std::move(arguments), object, function);
</del><ins>+    callMemberFunction(WTF::move(arguments), object, function);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T, typename C, typename MF&gt;
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     typename T::Reply::ValueType replyArguments;
</span><del>-    callMemberFunction(std::move(arguments), replyArguments, object, function);
</del><ins>+    callMemberFunction(WTF::move(arguments), replyArguments, object, function);
</ins><span class="cx">     replyEncoder &lt;&lt; replyArguments;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -144,7 +144,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     typename T::Reply::ValueType replyArguments;
</span><del>-    callMemberFunction(connection, std::move(arguments), replyArguments, object, function);
</del><ins>+    callMemberFunction(connection, WTF::move(arguments), replyArguments, object, function);
</ins><span class="cx">     replyEncoder &lt;&lt; replyArguments;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx">         ASSERT(decoder.isInvalid());
</span><span class="cx">         return;
</span><span class="cx">     }
</span><del>-    callMemberFunction(connection, std::move(arguments), object, function);
</del><ins>+    callMemberFunction(connection, WTF::move(arguments), object, function);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T, typename C, typename MF&gt;
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">         ASSERT(decoder.isInvalid());
</span><span class="cx">         return;
</span><span class="cx">     }
</span><del>-    callMemberFunction(std::move(arguments), decoder, object, function);
</del><ins>+    callMemberFunction(WTF::move(arguments), decoder, object, function);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename T, typename C, typename MF&gt;
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     typename T::Reply::ValueType replyArguments;
</span><del>-    callMemberFunction(std::move(arguments), decoder, replyArguments, object, function);
</del><ins>+    callMemberFunction(WTF::move(arguments), decoder, replyArguments, object, function);
</ins><span class="cx">     replyEncoder &lt;&lt; replyArguments;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -193,8 +193,8 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    RefPtr&lt;typename T::DelayedReply&gt; delayedReply = adoptRef(new typename T::DelayedReply(connection, std::move(replyEncoder)));
-    callMemberFunction(std::move(arguments), delayedReply.release(), object, function);
</del><ins>+    RefPtr&lt;typename T::DelayedReply&gt; delayedReply = adoptRef(new typename T::DelayedReply(connection, WTF::move(replyEncoder)));
+    callMemberFunction(WTF::move(arguments), delayedReply.release(), object, function);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace IPC
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageDecodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/MessageDecoder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> MessageDecoder::MessageDecoder(const DataReference&amp; buffer, Vector&lt;Attachment&gt; attachments)
</span><del>-    : ArgumentDecoder(buffer.data(), buffer.size(), std::move(attachments))
</del><ins>+    : ArgumentDecoder(buffer.data(), buffer.size(), WTF::move(attachments))
</ins><span class="cx"> {
</span><span class="cx">     if (!decode(m_messageFlags))
</span><span class="cx">         return;
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> #if PLATFORM(MAC) &amp;&amp; __MAC_OS_X_VERSION_MIN_REQUIRED &gt;= 1090
</span><span class="cx"> void MessageDecoder::setImportanceAssertion(std::unique_ptr&lt;ImportanceAssertion&gt; assertion)
</span><span class="cx"> {
</span><del>-    m_importanceAssertion = std::move(assertion);
</del><ins>+    m_importanceAssertion = WTF::move(assertion);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageSendercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageSender.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageSender.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/MessageSender.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(messageSenderConnection());
</span><span class="cx"> 
</span><del>-    return messageSenderConnection()-&gt;sendMessage(std::move(encoder), messageSendFlags);
</del><ins>+    return messageSenderConnection()-&gt;sendMessage(WTF::move(encoder), messageSendFlags);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace IPC
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCMessageSenderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/MessageSender.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/MessageSender.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/MessageSender.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx">         auto encoder = std::make_unique&lt;MessageEncoder&gt;(U::receiverName(), U::name(), destinationID);
</span><span class="cx">         encoder-&gt;encode(message.arguments());
</span><span class="cx">         
</span><del>-        return sendMessage(std::move(encoder), messageSendFlags);
</del><ins>+        return sendMessage(WTF::move(encoder), messageSendFlags);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt;
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     {
</span><span class="cx">         static_assert(T::isSync, &quot;Message is not sync!&quot;);
</span><span class="cx"> 
</span><del>-        return sendSync(std::forward&lt;T&gt;(message), std::move(reply), messageSenderDestinationID(), timeout, syncSendFlags);
</del><ins>+        return sendSync(std::forward&lt;T&gt;(message), WTF::move(reply), messageSenderDestinationID(), timeout, syncSendFlags);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     template&lt;typename T&gt;
</span><span class="lines">@@ -63,7 +63,7 @@
</span><span class="cx">     {
</span><span class="cx">         ASSERT(messageSenderConnection());
</span><span class="cx"> 
</span><del>-        return messageSenderConnection()-&gt;sendSync(std::move(message), std::move(reply), destinationID, timeout, syncSendFlags);
</del><ins>+        return messageSenderConnection()-&gt;sendSync(WTF::move(message), WTF::move(reply), destinationID, timeout, syncSendFlags);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual bool sendMessage(std::unique_ptr&lt;MessageEncoder&gt;, unsigned messageSendFlags);
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCmacConnectionMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">         auto encoder = std::make_unique&lt;MessageEncoder&gt;(&quot;IPC&quot;, &quot;InitializeConnection&quot;, 0);
</span><span class="cx">         encoder-&gt;encode(MachPort(m_receivePort, MACH_MSG_TYPE_MAKE_SEND));
</span><span class="cx"> 
</span><del>-        sendMessage(std::move(encoder));
</del><ins>+        sendMessage(WTF::move(encoder));
</ins><span class="cx"> 
</span><span class="cx">         initializeDeadNameSource();
</span><span class="cx">     }
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx">         auto encoder = std::make_unique&lt;MessageEncoder&gt;(&quot;IPC&quot;, &quot;SetExceptionPort&quot;, 0);
</span><span class="cx">         encoder-&gt;encode(MachPort(m_exceptionPort, MACH_MSG_TYPE_MAKE_SEND));
</span><span class="cx"> 
</span><del>-        sendMessage(std::move(encoder));
</del><ins>+        sendMessage(WTF::move(encoder));
</ins><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -423,7 +423,7 @@
</span><span class="cx">         uint8_t* messageBody = static_cast&lt;uint8_t*&gt;(descriptor-&gt;out_of_line.address);
</span><span class="cx">         size_t messageBodySize = descriptor-&gt;out_of_line.size;
</span><span class="cx"> 
</span><del>-        auto decoder = std::make_unique&lt;MessageDecoder&gt;(DataReference(messageBody, messageBodySize), std::move(attachments));
</del><ins>+        auto decoder = std::make_unique&lt;MessageDecoder&gt;(DataReference(messageBody, messageBodySize), WTF::move(attachments));
</ins><span class="cx"> 
</span><span class="cx">         vm_deallocate(mach_task_self(), reinterpret_cast&lt;vm_address_t&gt;(descriptor-&gt;out_of_line.address), descriptor-&gt;out_of_line.size);
</span><span class="cx"> 
</span><span class="lines">@@ -523,7 +523,7 @@
</span><span class="cx">     }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-    processIncomingMessage(std::move(decoder));
</del><ins>+    processIncomingMessage(WTF::move(decoder));
</ins><span class="cx"> }    
</span><span class="cx"> 
</span><span class="cx"> #if !PLATFORM(IOS)
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformIPCunixConnectionUnixcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -262,9 +262,9 @@
</span><span class="cx">     if (messageInfo.isMessageBodyIsOutOfLine())
</span><span class="cx">         messageBody = reinterpret_cast&lt;uint8_t*&gt;(oolMessageBody-&gt;data());
</span><span class="cx"> 
</span><del>-    auto decoder = std::make_unique&lt;MessageDecoder&gt;(DataReference(messageBody, messageInfo.bodySize()), std::move(attachments));
</del><ins>+    auto decoder = std::make_unique&lt;MessageDecoder&gt;(DataReference(messageBody, messageInfo.bodySize()), WTF::move(attachments));
</ins><span class="cx"> 
</span><del>-    processIncomingMessage(std::move(decoder));
</del><ins>+    processIncomingMessage(WTF::move(decoder));
</ins><span class="cx"> 
</span><span class="cx">     if (m_readBufferSize &gt; messageLength) {
</span><span class="cx">         memmove(m_readBuffer.data(), m_readBuffer.data() + messageLength, m_readBufferSize - messageLength);
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformeflDispatchQueueEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/efl/DispatchQueueEfl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/efl/DispatchQueueEfl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/efl/DispatchQueueEfl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx"> {
</span><span class="cx">     {
</span><span class="cx">         MutexLocker locker(m_workItemsLock);
</span><del>-        m_workItems.append(std::move(item));
</del><ins>+        m_workItems.append(WTF::move(item));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     wakeUpThread();
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx"> 
</span><span class="cx"> void DispatchQueue::dispatch(std::unique_ptr&lt;TimerWorkItem&gt; item)
</span><span class="cx"> {
</span><del>-    insertTimerWorkItem(std::move(item));
</del><ins>+    insertTimerWorkItem(WTF::move(item));
</ins><span class="cx">     wakeUpThread();
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx">     ASSERT(m_socketDescriptor == invalidSocketDescriptor);
</span><span class="cx"> 
</span><span class="cx">     m_socketDescriptor = fileDescriptor;
</span><del>-    m_socketEventHandler = std::move(function);
</del><ins>+    m_socketEventHandler = WTF::move(function);
</ins><span class="cx"> 
</span><span class="cx">     if (fileDescriptor &gt; m_maxFileDescriptor)
</span><span class="cx">         m_maxFileDescriptor = fileDescriptor;
</span><span class="lines">@@ -175,7 +175,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; timerWorkItems.size(); ++i) {
</span><span class="cx">         if (!timerWorkItems[i]-&gt;hasExpired(currentTimeNanoSeconds)) {
</span><del>-            insertTimerWorkItem(std::move(timerWorkItems[i]));
</del><ins>+            insertTimerWorkItem(WTF::move(timerWorkItems[i]));
</ins><span class="cx">             continue;
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -214,7 +214,7 @@
</span><span class="cx">         if (item-&gt;expirationTimeNanoSeconds() &lt; m_timerWorkItems[position]-&gt;expirationTimeNanoSeconds())
</span><span class="cx">             break;
</span><span class="cx"> 
</span><del>-    m_timerWorkItems.insert(position, std::move(item));
</del><ins>+    m_timerWorkItems.insert(position, WTF::move(item));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DispatchQueue::dispatchQueueThread()
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformeflDispatchQueueWorkItemEflh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/efl/DispatchQueueWorkItemEfl.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/efl/DispatchQueueWorkItemEfl.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/efl/DispatchQueueWorkItemEfl.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,14 +36,14 @@
</span><span class="cx"> public:
</span><span class="cx">     static std::unique_ptr&lt;WorkItem&gt; create(PassRefPtr&lt;WorkQueue&gt; workQueue, std::function&lt;void ()&gt; function)
</span><span class="cx">     {
</span><del>-        return std::unique_ptr&lt;WorkItem&gt;(new WorkItem(workQueue, std::move(function)));
</del><ins>+        return std::unique_ptr&lt;WorkItem&gt;(new WorkItem(workQueue, WTF::move(function)));
</ins><span class="cx">     }
</span><span class="cx">     void dispatch() { m_function(); }
</span><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     WorkItem(PassRefPtr&lt;WorkQueue&gt; workQueue, std::function&lt;void ()&gt; function)
</span><span class="cx">         : m_workQueue(workQueue)
</span><del>-        , m_function(std::move(function))
</del><ins>+        , m_function(WTF::move(function))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -57,14 +57,14 @@
</span><span class="cx">     static std::unique_ptr&lt;TimerWorkItem&gt; create(PassRefPtr&lt;WorkQueue&gt; workQueue, std::function&lt;void ()&gt; function, std::chrono::nanoseconds delayNanoSeconds)
</span><span class="cx">     {
</span><span class="cx">         ASSERT(delayNanoSeconds.count() &gt;= 0);
</span><del>-        return std::unique_ptr&lt;TimerWorkItem&gt;(new TimerWorkItem(workQueue, std::move(function), monotonicallyIncreasingTime() * 1000000000.0 + delayNanoSeconds.count()));
</del><ins>+        return std::unique_ptr&lt;TimerWorkItem&gt;(new TimerWorkItem(workQueue, WTF::move(function), monotonicallyIncreasingTime() * 1000000000.0 + delayNanoSeconds.count()));
</ins><span class="cx">     }
</span><span class="cx">     double expirationTimeNanoSeconds() const { return m_expirationTimeNanoSeconds; }
</span><span class="cx">     bool hasExpired(double currentTimeNanoSeconds) const { return currentTimeNanoSeconds &gt;= m_expirationTimeNanoSeconds; }
</span><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     TimerWorkItem(PassRefPtr&lt;WorkQueue&gt; workQueue, std::function&lt;void ()&gt; function, double expirationTimeNanoSeconds)
</span><del>-        : WorkItem(workQueue, std::move(function))
</del><ins>+        : WorkItem(workQueue, WTF::move(function))
</ins><span class="cx">         , m_expirationTimeNanoSeconds(expirationTimeNanoSeconds)
</span><span class="cx">     {
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformeflWorkQueueEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx">     if (!m_dispatchQueue)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    m_dispatchQueue-&gt;setSocketEventHandler(fileDescriptor, std::move(function));
</del><ins>+    m_dispatchQueue-&gt;setSocketEventHandler(fileDescriptor, WTF::move(function));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkQueue::unregisterSocketEventHandler(int fileDescriptor)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">     if (!m_dispatchQueue)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    m_dispatchQueue-&gt;dispatch(WorkItem::create(this, std::move(function)));
</del><ins>+    m_dispatchQueue-&gt;dispatch(WorkItem::create(this, WTF::move(function)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkQueue::dispatchAfter(std::chrono::nanoseconds duration, std::function&lt;void ()&gt; function)
</span><span class="lines">@@ -65,5 +65,5 @@
</span><span class="cx">     if (!m_dispatchQueue)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    m_dispatchQueue-&gt;dispatch(TimerWorkItem::create(this, std::move(function), duration));
</del><ins>+    m_dispatchQueue-&gt;dispatch(TimerWorkItem::create(this, WTF::move(function), duration));
</ins><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformgtkWorkQueueGtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -108,13 +108,13 @@
</span><span class="cx"> void WorkQueue::dispatch(std::function&lt;void ()&gt; function)
</span><span class="cx"> {
</span><span class="cx">     ref();
</span><del>-    GMainLoopSource::createAndDeleteOnDestroy().schedule(&quot;[WebKit] WorkQueue::dispatch&quot;, std::move(function), G_PRIORITY_DEFAULT,
</del><ins>+    GMainLoopSource::createAndDeleteOnDestroy().schedule(&quot;[WebKit] WorkQueue::dispatch&quot;, WTF::move(function), G_PRIORITY_DEFAULT,
</ins><span class="cx">         [this] { deref(); }, m_eventContext.get());
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WorkQueue::dispatchAfter(std::chrono::nanoseconds duration, std::function&lt;void ()&gt; function)
</span><span class="cx"> {
</span><span class="cx">     ref();
</span><del>-    GMainLoopSource::createAndDeleteOnDestroy().scheduleAfterDelay(&quot;[WebKit] WorkQueue::dispatchAfter&quot;, std::move(function),
</del><ins>+    GMainLoopSource::createAndDeleteOnDestroy().scheduleAfterDelay(&quot;[WebKit] WorkQueue::dispatchAfter&quot;, WTF::move(function),
</ins><span class="cx">         std::chrono::duration_cast&lt;std::chrono::milliseconds&gt;(duration), G_PRIORITY_DEFAULT, [this] { deref(); }, m_eventContext.get());
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessEntryPointmacXPCServicePluginServiceEntryPointmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginServiceEntryPoint.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginServiceEntryPoint.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/PluginProcess/EntryPoint/mac/XPCService/PluginServiceEntryPoint.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> class PluginServiceInitializerDelegate : public XPCServiceInitializerDelegate {
</span><span class="cx"> public:
</span><span class="cx">     PluginServiceInitializerDelegate(IPC::XPCPtr&lt;xpc_connection_t&gt; connection, xpc_object_t initializerMessage)
</span><del>-        : XPCServiceInitializerDelegate(std::move(connection), initializerMessage)
</del><ins>+        : XPCServiceInitializerDelegate(WTF::move(connection), initializerMessage)
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2PluginProcessWebProcessConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/PluginProcess/WebProcessConnection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">     uint64_t pluginInstanceID = pluginController-&gt;pluginInstanceID();
</span><span class="cx"> 
</span><span class="cx">     ASSERT(!m_pluginControllers.contains(pluginInstanceID));
</span><del>-    m_pluginControllers.set(pluginInstanceID, std::move(pluginController));
</del><ins>+    m_pluginControllers.set(pluginInstanceID, WTF::move(pluginController));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebProcessConnection::destroyPluginControllerProxy(PluginControllerProxy* pluginController)
</span><span class="lines">@@ -216,7 +216,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Make sure to add the proxy to the map before initializing it, since the plug-in might call out to the web process from 
</span><span class="cx">     // its NPP_New function. This will hand over ownership of the proxy to the web process connection.
</span><del>-    addPluginControllerProxy(std::move(pluginControllerProxy));
</del><ins>+    addPluginControllerProxy(WTF::move(pluginControllerProxy));
</ins><span class="cx"> 
</span><span class="cx">     // Now try to initialize the plug-in.
</span><span class="cx">     result = pluginControllerProxyPtr-&gt;initialize(creationParameters);
</span></span></pre></div>
<a id="trunkSourceWebKit2Scriptswebkit2LegacyMessageReceiverexpectedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Scripts/webkit2/LegacyMessageReceiver-expected.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Scripts/webkit2/LegacyMessageReceiver-expected.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Scripts/webkit2/LegacyMessageReceiver-expected.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> 
</span><span class="cx"> GetPluginProcessConnection::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)
</span><span class="cx">     : m_connection(connection)
</span><del>-    , m_encoder(std::move(encoder))
</del><ins>+    , m_encoder(WTF::move(encoder))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -74,14 +74,14 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_encoder);
</span><span class="cx">     *m_encoder &lt;&lt; connectionHandle;
</span><del>-    bool _result = m_connection-&gt;sendSyncReply(std::move(m_encoder));
</del><ins>+    bool _result = m_connection-&gt;sendSyncReply(WTF::move(m_encoder));
</ins><span class="cx">     m_connection = nullptr;
</span><span class="cx">     return _result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> TestMultipleAttributes::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)
</span><span class="cx">     : m_connection(connection)
</span><del>-    , m_encoder(std::move(encoder))
</del><ins>+    , m_encoder(WTF::move(encoder))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx"> bool TestMultipleAttributes::DelayedReply::send()
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_encoder);
</span><del>-    bool _result = m_connection-&gt;sendSyncReply(std::move(m_encoder));
</del><ins>+    bool _result = m_connection-&gt;sendSyncReply(WTF::move(m_encoder));
</ins><span class="cx">     m_connection = nullptr;
</span><span class="cx">     return _result;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2Scriptswebkit2MessageReceiverexpectedcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Scripts/webkit2/MessageReceiver-expected.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Scripts/webkit2/MessageReceiver-expected.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Scripts/webkit2/MessageReceiver-expected.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> 
</span><span class="cx"> GetPluginProcessConnection::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)
</span><span class="cx">     : m_connection(connection)
</span><del>-    , m_encoder(std::move(encoder))
</del><ins>+    , m_encoder(WTF::move(encoder))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -74,14 +74,14 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_encoder);
</span><span class="cx">     *m_encoder &lt;&lt; connectionHandle;
</span><del>-    bool _result = m_connection-&gt;sendSyncReply(std::move(m_encoder));
</del><ins>+    bool _result = m_connection-&gt;sendSyncReply(WTF::move(m_encoder));
</ins><span class="cx">     m_connection = nullptr;
</span><span class="cx">     return _result;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> TestMultipleAttributes::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)
</span><span class="cx">     : m_connection(connection)
</span><del>-    , m_encoder(std::move(encoder))
</del><ins>+    , m_encoder(WTF::move(encoder))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx"> bool TestMultipleAttributes::DelayedReply::send()
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_encoder);
</span><del>-    bool _result = m_connection-&gt;sendSyncReply(std::move(m_encoder));
</del><ins>+    bool _result = m_connection-&gt;sendSyncReply(WTF::move(m_encoder));
</ins><span class="cx">     m_connection = nullptr;
</span><span class="cx">     return _result;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2Scriptswebkit2messagespy"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Scripts/webkit2/messages.py (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Scripts/webkit2/messages.py        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Scripts/webkit2/messages.py        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -558,7 +558,7 @@
</span><span class="cx"> 
</span><span class="cx">             result.append('%s::DelayedReply::DelayedReply(PassRefPtr&lt;IPC::Connection&gt; connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder)\n' % message.name)
</span><span class="cx">             result.append('    : m_connection(connection)\n')
</span><del>-            result.append('    , m_encoder(std::move(encoder))\n')
</del><ins>+            result.append('    , m_encoder(WTF::move(encoder))\n')
</ins><span class="cx">             result.append('{\n')
</span><span class="cx">             result.append('}\n')
</span><span class="cx">             result.append('\n')
</span><span class="lines">@@ -571,7 +571,7 @@
</span><span class="cx">             result.append('{\n')
</span><span class="cx">             result.append('    ASSERT(m_encoder);\n')
</span><span class="cx">             result += ['    *m_encoder &lt;&lt; %s;\n' % x.name for x in message.reply_parameters]
</span><del>-            result.append('    bool _result = m_connection-&gt;sendSyncReply(std::move(m_encoder));\n')
</del><ins>+            result.append('    bool _result = m_connection-&gt;sendSyncReply(WTF::move(m_encoder));\n')
</ins><span class="cx">             result.append('    m_connection = nullptr;\n')
</span><span class="cx">             result.append('    return _result;\n')
</span><span class="cx">             result.append('}\n')
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIcWKArraycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/c/WKArray.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/c/WKArray.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/API/c/WKArray.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; numberOfValues; ++i)
</span><span class="cx">         elements.uncheckedAppend(const_cast&lt;API::Object*&gt;(static_cast&lt;const API::Object*&gt;(values[i])));
</span><span class="cx"> 
</span><del>-    return toAPI(API::Array::create(std::move(elements)).leakRef());
</del><ins>+    return toAPI(API::Array::create(WTF::move(elements)).leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WKArrayRef WKArrayCreateAdoptingValues(WKTypeRef* values, size_t numberOfValues)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; numberOfValues; ++i)
</span><span class="cx">         elements.uncheckedAppend(adoptRef(const_cast&lt;API::Object*&gt;(static_cast&lt;const API::Object*&gt;(values[i]))));
</span><span class="cx"> 
</span><del>-    return toAPI(API::Array::create(std::move(elements)).leakRef());
</del><ins>+    return toAPI(API::Array::create(WTF::move(elements)).leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WKTypeRef WKArrayGetItemAtIndex(WKArrayRef arrayRef, size_t index)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIcWKDictionarycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/c/WKDictionary.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/c/WKDictionary.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/API/c/WKDictionary.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; numberOfValues; ++i)
</span><span class="cx">         map.add(toImpl(keys[i])-&gt;string(), toImpl(values[i]));
</span><span class="cx"> 
</span><del>-    return toAPI(ImmutableDictionary::create(std::move(map)).release().leakRef());
</del><ins>+    return toAPI(ImmutableDictionary::create(WTF::move(map)).release().leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WKTypeRef WKDictionaryGetItemForKey(WKDictionaryRef dictionaryRef, WKStringRef key)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIArraycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APIArray.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIArray.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/APIArray.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;Array&gt; Array::create(Vector&lt;RefPtr&lt;Object&gt;&gt; elements)
</span><span class="cx"> {
</span><del>-    return adoptRef(new Array(std::move(elements)));
</del><ins>+    return adoptRef(new Array(WTF::move(elements)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;Array&gt; Array::createStringArray(const Vector&lt;WTF::String&gt;&amp; strings)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">     for (const auto&amp; string : strings)
</span><span class="cx">         elements.uncheckedAppend(API::String::create(string));
</span><span class="cx"> 
</span><del>-    return create(std::move(elements));
</del><ins>+    return create(WTF::move(elements));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Vector&lt;WTF::String&gt; Array::toStringVector()
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Array::Array(Vector&lt;RefPtr&lt;Object&gt;&gt; elements)
</span><del>-    : m_elements(std::move(elements))
</del><ins>+    : m_elements(WTF::move(elements))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIURLh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APIURL.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIURL.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/APIURL.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx">         auto absoluteURL = std::make_unique&lt;WebCore::URL&gt;(*baseURL-&gt;m_parsedURL.get(), relativeURL);
</span><span class="cx">         const WTF::String&amp; absoluteURLString = absoluteURL-&gt;string();
</span><span class="cx"> 
</span><del>-        return adoptRef(new URL(std::move(absoluteURL), absoluteURLString));
</del><ins>+        return adoptRef(new URL(WTF::move(absoluteURL), absoluteURLString));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     bool isNull() const { return m_string.isNull(); }
</span><span class="lines">@@ -108,7 +108,7 @@
</span><span class="cx"> 
</span><span class="cx">     URL(std::unique_ptr&lt;WebCore::URL&gt; parsedURL, const WTF::String&amp; string)
</span><span class="cx">         : m_string(string)
</span><del>-        , m_parsedURL(std::move(parsedURL))
</del><ins>+        , m_parsedURL(WTF::move(parsedURL))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIWebArchivecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/APIWebArchive.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/APIWebArchive.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/APIWebArchive.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">         coreSubframeLegacyWebArchives.uncheckedAppend(subframeWebArchive-&gt;coreLegacyWebArchive());
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_legacyWebArchive = LegacyWebArchive::create(coreMainResource.release(), std::move(coreArchiveResources), std::move(coreSubframeLegacyWebArchives));
</del><ins>+    m_legacyWebArchive = LegacyWebArchive::create(coreMainResource.release(), WTF::move(coreArchiveResources), WTF::move(coreSubframeLegacyWebArchives));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebArchive::WebArchive(API::Data* data)
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">         for (const auto&amp; subresource : m_legacyWebArchive-&gt;subresources())
</span><span class="cx">             subresources.uncheckedAppend(WebArchiveResource::create(subresource));
</span><span class="cx"> 
</span><del>-        m_cachedSubresources = API::Array::create(std::move(subresources));
</del><ins>+        m_cachedSubresources = API::Array::create(WTF::move(subresources));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return m_cachedSubresources.get();
</span><span class="lines">@@ -131,7 +131,7 @@
</span><span class="cx">         for (const auto&amp; subframeArchive : m_legacyWebArchive-&gt;subframeArchives())
</span><span class="cx">             subframeWebArchives.uncheckedAppend(WebArchive::create(static_cast&lt;LegacyWebArchive*&gt;(subframeArchive.get())));
</span><span class="cx"> 
</span><del>-        m_cachedSubframeArchives = API::Array::create(std::move(subframeWebArchives));
</del><ins>+        m_cachedSubframeArchives = API::Array::create(WTF::move(subframeWebArchives));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return m_cachedSubframeArchives.get();
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAsyncRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/AsyncRequest.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/AsyncRequest.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/AsyncRequest.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> AsyncRequest::AsyncRequest(std::function&lt;void ()&gt; abortHandler)
</span><del>-    : m_abortHandler(std::move(abortHandler))
</del><ins>+    : m_abortHandler(WTF::move(abortHandler))
</ins><span class="cx">     , m_requestID(generateRequestID())
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx"> 
</span><span class="cx"> void AsyncRequest::setAbortHandler(std::function&lt;void ()&gt; handler)
</span><span class="cx"> {
</span><del>-    m_abortHandler = std::move(handler);
</del><ins>+    m_abortHandler = WTF::move(handler);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void AsyncRequest::requestAborted()
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAsyncRequesth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/AsyncRequest.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/AsyncRequest.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/AsyncRequest.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,12 +59,12 @@
</span><span class="cx"> public:
</span><span class="cx">     static PassRefPtr&lt;AsyncRequest&gt; create(std::function&lt;void (Arguments...)&gt; completionHandler)
</span><span class="cx">     {
</span><del>-        return adoptRef(new AsyncRequestImpl&lt;Arguments...&gt;(std::move(completionHandler), nullptr));
</del><ins>+        return adoptRef(new AsyncRequestImpl&lt;Arguments...&gt;(WTF::move(completionHandler), nullptr));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;AsyncRequest&gt; create(std::function&lt;void (Arguments...)&gt; completionHandler, std::function&lt;void ()&gt; abortHandler)
</span><span class="cx">     {
</span><del>-        return adoptRef(new AsyncRequestImpl&lt;Arguments...&gt;(std::move(completionHandler), std::move(abortHandler)));
</del><ins>+        return adoptRef(new AsyncRequestImpl&lt;Arguments...&gt;(WTF::move(completionHandler), WTF::move(abortHandler)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual ~AsyncRequestImpl()
</span><span class="lines">@@ -80,8 +80,8 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     AsyncRequestImpl(std::function&lt;void (Arguments...)&gt; completionHandler, std::function&lt;void ()&gt; abortHandler)
</span><del>-        : AsyncRequest(std::move(abortHandler))
-        , m_completionHandler(std::move(completionHandler))
</del><ins>+        : AsyncRequest(WTF::move(abortHandler))
+        , m_completionHandler(WTF::move(completionHandler))
</ins><span class="cx">     {
</span><span class="cx">         ASSERT(m_completionHandler);
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedBlockingResponseMaph"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/BlockingResponseMap.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/BlockingResponseMap.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/BlockingResponseMap.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">         std::lock_guard&lt;std::mutex&gt; lock(m_mutex);
</span><span class="cx">         ASSERT(!m_responses.contains(requestID));
</span><span class="cx"> 
</span><del>-        m_responses.set(requestID, std::move(response));
</del><ins>+        m_responses.set(requestID, WTF::move(response));
</ins><span class="cx"> 
</span><span class="cx">         // FIXME: Waking up all threads is quite inefficient.
</span><span class="cx">         m_condition.notify_all();
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/ChildProcessProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -91,11 +91,11 @@
</span><span class="cx">     switch (state()) {
</span><span class="cx">     case State::Launching:
</span><span class="cx">         // If we're waiting for the child process to launch, we need to stash away the messages so we can send them once we have a connection.
</span><del>-        m_pendingMessages.append(std::make_pair(std::move(encoder), messageSendFlags));
</del><ins>+        m_pendingMessages.append(std::make_pair(WTF::move(encoder), messageSendFlags));
</ins><span class="cx">         return true;
</span><span class="cx"> 
</span><span class="cx">     case State::Running:
</span><del>-        return connection()-&gt;sendMessage(std::move(encoder), messageSendFlags);
</del><ins>+        return connection()-&gt;sendMessage(WTF::move(encoder), messageSendFlags);
</ins><span class="cx"> 
</span><span class="cx">     case State::Terminated:
</span><span class="cx">         return false;
</span><span class="lines">@@ -142,9 +142,9 @@
</span><span class="cx">     m_connection-&gt;open();
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; m_pendingMessages.size(); ++i) {
</span><del>-        std::unique_ptr&lt;IPC::MessageEncoder&gt; message = std::move(m_pendingMessages[i].first);
</del><ins>+        std::unique_ptr&lt;IPC::MessageEncoder&gt; message = WTF::move(m_pendingMessages[i].first);
</ins><span class="cx">         unsigned messageSendFlags = m_pendingMessages[i].second;
</span><del>-        m_connection-&gt;sendMessage(std::move(message), messageSendFlags);
</del><ins>+        m_connection-&gt;sendMessage(WTF::move(message), messageSendFlags);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_pendingMessages.clear();
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedChildProcessProxyh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ChildProcessProxy.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ChildProcessProxy.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/ChildProcessProxy.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx">     auto encoder = std::make_unique&lt;IPC::MessageEncoder&gt;(T::receiverName(), T::name(), destinationID);
</span><span class="cx">     encoder-&gt;encode(message.arguments());
</span><span class="cx"> 
</span><del>-    return sendMessage(std::move(encoder), messageSendFlags);
</del><ins>+    return sendMessage(WTF::move(encoder), messageSendFlags);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> template&lt;typename U&gt; 
</span><span class="lines">@@ -112,7 +112,7 @@
</span><span class="cx">     if (!m_connection)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    return connection()-&gt;sendSync(std::forward&lt;U&gt;(message), std::move(reply), destinationID, timeout);
</del><ins>+    return connection()-&gt;sendSync(std::forward&lt;U&gt;(message), WTF::move(reply), destinationID, timeout);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedCocoaWKNSDictionarymm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Cocoa/WKNSDictionary.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Cocoa/WKNSDictionary.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/Cocoa/WKNSDictionary.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">         return [self retain];
</span><span class="cx"> 
</span><span class="cx">     auto map = _dictionary-&gt;map();
</span><del>-    return ImmutableDictionary::create(std::move(map)).release().leakRef()-&gt;wrapper();
</del><ins>+    return ImmutableDictionary::create(WTF::move(map)).release().leakRef()-&gt;wrapper();
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #pragma mark WKObject protocol implementation
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedDownloadsDownloadManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/Downloads/DownloadManager.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx">     download-&gt;start();
</span><span class="cx"> 
</span><span class="cx">     ASSERT(!m_downloads.contains(downloadID));
</span><del>-    m_downloads.add(downloadID, std::move(download));
</del><ins>+    m_downloads.add(downloadID, WTF::move(download));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DownloadManager::convertHandleToDownload(uint64_t downloadID, ResourceHandle* handle, const ResourceRequest&amp; request, const ResourceResponse&amp; response)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx">     download-&gt;startWithHandle(handle, response);
</span><span class="cx">     ASSERT(!m_downloads.contains(downloadID));
</span><del>-    m_downloads.add(downloadID, std::move(download));
</del><ins>+    m_downloads.add(downloadID, WTF::move(download));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void DownloadManager::cancelDownload(uint64_t downloadID)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedEntryPointUtilitiesmacXPCServiceXPCServiceEntryPointh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx"> class XPCServiceInitializerDelegate {
</span><span class="cx"> public:
</span><span class="cx">     XPCServiceInitializerDelegate(IPC::XPCPtr&lt;xpc_connection_t&gt; connection, xpc_object_t initializerMessage)
</span><del>-        : m_connection(std::move(connection))
</del><ins>+        : m_connection(WTF::move(connection))
</ins><span class="cx">         , m_initializerMessage(initializerMessage)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx"> template&lt;typename XPCServiceType, typename XPCServiceInitializerDelegateType&gt;
</span><span class="cx"> void XPCServiceInitializer(IPC::XPCPtr&lt;xpc_connection_t&gt; connection, xpc_object_t initializerMessage)
</span><span class="cx"> {
</span><del>-    XPCServiceInitializerDelegateType delegate(std::move(connection), initializerMessage);
</del><ins>+    XPCServiceInitializerDelegateType delegate(WTF::move(connection), initializerMessage);
</ins><span class="cx"> 
</span><span class="cx">     // We don't want XPC to be in charge of whether the process should be terminated or not,
</span><span class="cx">     // so ensure that we have an outstanding transaction here.
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedImmutableDictionarycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/ImmutableDictionary.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/ImmutableDictionary.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/ImmutableDictionary.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -38,11 +38,11 @@
</span><span class="cx"> 
</span><span class="cx"> RefPtr&lt;ImmutableDictionary&gt; ImmutableDictionary::create(MapType map)
</span><span class="cx"> {
</span><del>-    return adoptRef(new ImmutableDictionary(std::move(map)));
</del><ins>+    return adoptRef(new ImmutableDictionary(WTF::move(map)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> ImmutableDictionary::ImmutableDictionary(MapType map)
</span><del>-    : m_map(std::move(map))
</del><ins>+    : m_map(WTF::move(map))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     for (const auto&amp; key : m_map.keys())
</span><span class="cx">         keys.uncheckedAppend(API::String::create(key));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(keys));
</del><ins>+    return API::Array::create(WTF::move(keys));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedPluginsNetscapePluginInformationcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/Plugins/Netscape/PluginInformation.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -127,7 +127,7 @@
</span><span class="cx">     ImmutableDictionary::MapType map;
</span><span class="cx">     getPluginModuleInformation(plugin, map);
</span><span class="cx"> 
</span><del>-    return ImmutableDictionary::create(std::move(map));
</del><ins>+    return ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;ImmutableDictionary&gt; createPluginInformationDictionary(const PluginModuleInfo&amp; plugin, const String&amp; frameURLString, const String&amp; mimeType, const String&amp; pageURLString, const String&amp; pluginspageAttributeURLString, const String&amp; pluginURLString, bool replacementObscured)
</span><span class="lines">@@ -147,7 +147,7 @@
</span><span class="cx">         map.set(pluginInformationPluginURLKey(), API::URL::create(pluginURLString));
</span><span class="cx">     map.set(plugInInformationReplacementObscuredKey(), API::Boolean::create(replacementObscured));
</span><span class="cx"> 
</span><del>-    return ImmutableDictionary::create(std::move(map));
</del><ins>+    return ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;ImmutableDictionary&gt; createPluginInformationDictionary(const String&amp; mimeType, const String&amp; frameURLString, const String&amp; pageURLString)
</span><span class="lines">@@ -161,7 +161,7 @@
</span><span class="cx">     if (!pageURLString.isEmpty())
</span><span class="cx">         map.set(pluginInformationPageURLKey(), API::URL::create(pageURLString));
</span><span class="cx"> 
</span><del>-    return ImmutableDictionary::create(std::move(map));
</del><ins>+    return ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if !PLATFORM(COCOA)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSecurityOriginDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SecurityOriginData.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SecurityOriginData.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/SecurityOriginData.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -95,10 +95,10 @@
</span><span class="cx">         RefPtr&lt;API::Object&gt; origin = WebSecurityOrigin::create(originData.protocol, originData.host, originData.port);
</span><span class="cx">         if (!origin)
</span><span class="cx">             continue;
</span><del>-        securityOrigins.uncheckedAppend(std::move(origin));
</del><ins>+        securityOrigins.uncheckedAppend(WTF::move(origin));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    callback-&gt;performCallbackWithReturnValue(API::Array::create(std::move(securityOrigins)).get());
</del><ins>+    callback-&gt;performCallbackWithReturnValue(API::Array::create(WTF::move(securityOrigins)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool operator==(const SecurityOriginData&amp; a, const SecurityOriginData&amp; b)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedSessionTrackercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/SessionTracker.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/SessionTracker.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/SessionTracker.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -85,7 +85,7 @@
</span><span class="cx"> {
</span><span class="cx">     ASSERT(sessionID != SessionID::defaultSessionID());
</span><span class="cx">     storageSessionToID().set(session.get(), sessionID);
</span><del>-    staticSessionMap().set(sessionID, std::move(session));
</del><ins>+    staticSessionMap().set(sessionID, WTF::move(session));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void SessionTracker::destroySession(SessionID sessionID)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUserDatacpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UserData.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UserData.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/UserData.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx">         for (const auto&amp; element : array.elements())
</span><span class="cx">             elements.uncheckedAppend(transform(element.get(), transformer));
</span><span class="cx"> 
</span><del>-        return API::Array::create(std::move(elements));
</del><ins>+        return API::Array::create(WTF::move(elements));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (object-&gt;type() == API::Object::Type::Dictionary) {
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx">         for (const auto&amp; keyValuePair : dictionary.map())
</span><span class="cx">             map.add(keyValuePair.key, transform(keyValuePair.value.get(), transformer));
</span><span class="cx"> 
</span><del>-        return ImmutableDictionary::create(std::move(map));
</del><ins>+        return ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (auto transformedObject = transformer(*object))
</span><span class="lines">@@ -216,10 +216,10 @@
</span><span class="cx">             if (!decode(decoder, element))
</span><span class="cx">                 return false;
</span><span class="cx"> 
</span><del>-            elements.append(std::move(element));
</del><ins>+            elements.append(WTF::move(element));
</ins><span class="cx">         }
</span><span class="cx"> 
</span><del>-        result = API::Array::create(std::move(elements));
</del><ins>+        result = API::Array::create(WTF::move(elements));
</ins><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -248,11 +248,11 @@
</span><span class="cx">             if (!decode(decoder, value))
</span><span class="cx">                 return false;
</span><span class="cx"> 
</span><del>-            if (!map.add(std::move(key), std::move(value)).isNewEntry)
</del><ins>+            if (!map.add(WTF::move(key), WTF::move(value)).isNewEntry)
</ins><span class="cx">                 return false;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        result = ImmutableDictionary::create(std::move(map));
</del><ins>+        result = ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedUserMessageCodersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/UserMessageCoders.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/UserMessageCoders.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/UserMessageCoders.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -283,7 +283,7 @@
</span><span class="cx">                 vector.append(element.release());
</span><span class="cx">             }
</span><span class="cx"> 
</span><del>-            coder.m_root = API::Array::create(std::move(vector));
</del><ins>+            coder.m_root = API::Array::create(WTF::move(vector));
</ins><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">         case API::Object::Type::Dictionary: {
</span><span class="lines">@@ -307,7 +307,7 @@
</span><span class="cx">                     return false;
</span><span class="cx">             }
</span><span class="cx"> 
</span><del>-            coder.m_root = ImmutableDictionary::create(std::move(map));
</del><ins>+            coder.m_root = ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx">         case API::Object::Type::String: {
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebBackForwardListItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebBackForwardListItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -32,11 +32,11 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;WebBackForwardListItem&gt; WebBackForwardListItem::create(BackForwardListItemState backForwardListItemState)
</span><span class="cx"> {
</span><del>-    return adoptRef(new WebBackForwardListItem(std::move(backForwardListItemState)));
</del><ins>+    return adoptRef(new WebBackForwardListItem(WTF::move(backForwardListItemState)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebBackForwardListItem::WebBackForwardListItem(BackForwardListItemState backForwardListItemState)
</span><del>-    : m_itemState(std::move(backForwardListItemState))
</del><ins>+    : m_itemState(WTF::move(backForwardListItemState))
</ins><span class="cx"> {
</span><span class="cx">     if (m_itemState.identifier &gt; highestUsedItemID)
</span><span class="cx">         highestUsedItemID = m_itemState.identifier;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebBackForwardListItemh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebBackForwardListItem.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebBackForwardListItem.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebBackForwardListItem.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">     uint64_t itemID() const { return m_itemState.identifier; }
</span><span class="cx">     const BackForwardListItemState&amp; itemState() { return m_itemState; }
</span><span class="cx"> 
</span><del>-    void setPageState(PageState pageState) { m_itemState.pageState = std::move(pageState); }
</del><ins>+    void setPageState(PageState pageState) { m_itemState.pageState = WTF::move(pageState); }
</ins><span class="cx"> 
</span><span class="cx">     const String&amp; originalURL() const { return m_itemState.pageState.mainFrameState.originalURLString; }
</span><span class="cx">     const String&amp; url() const { return m_itemState.pageState.mainFrameState.urlString; }
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebConnectioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebConnection.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebConnection.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebConnection.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">     encoder-&gt;encode(messageName);
</span><span class="cx">     encodeMessageBody(*encoder, messageBody);
</span><span class="cx"> 
</span><del>-    sendMessage(std::move(encoder), 0);
</del><ins>+    sendMessage(WTF::move(encoder), 0);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebConnection::didClose()
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebContextMenuItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebContextMenuItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebContextMenuItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebContextMenuItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">     for (const auto&amp; item : m_webContextMenuItemData.submenu())
</span><span class="cx">         submenuItems.uncheckedAppend(WebContextMenuItem::create(item));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(submenuItems));
</del><ins>+    return API::Array::create(WTF::move(submenuItems));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> API::Object* WebContextMenuItem::userData() const
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebCoreArgumentCoderscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebCoreArgumentCoders.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -700,7 +700,7 @@
</span><span class="cx">         HTTPHeaderMap headers;
</span><span class="cx">         if (!decoder.decode(headers))
</span><span class="cx">             return false;
</span><del>-        request.setHTTPHeaderFields(std::move(headers));
</del><ins>+        request.setHTTPHeaderFields(WTF::move(headers));
</ins><span class="cx"> 
</span><span class="cx">         bool hasHTTPBody;
</span><span class="cx">         if (!decoder.decode(hasHTTPBody))
</span><span class="lines">@@ -1823,7 +1823,7 @@
</span><span class="cx">         RefPtr&lt;FilterOperation&gt; filter;
</span><span class="cx">         if (!decodeFilterOperation(decoder, filter))
</span><span class="cx">             return false;
</span><del>-        filters.operations().append(std::move(filter));
</del><ins>+        filters.operations().append(WTF::move(filter));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return true;
</span><span class="lines">@@ -2138,7 +2138,7 @@
</span><span class="cx">         Vector&lt;char&gt; data;
</span><span class="cx">         if (!decoder.decode(data))
</span><span class="cx">             return false;
</span><del>-        blobPart = BlobPart(std::move(data));
</del><ins>+        blobPart = BlobPart(WTF::move(data));
</ins><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx">     case BlobPart::Blob: {
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebPreferencesStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebPreferencesStore.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -88,7 +88,7 @@
</span><span class="cx">             case Type::None:
</span><span class="cx">                 break;
</span><span class="cx">             case Type::String:
</span><del>-                new (&amp;m_string) String(std::move(value.m_string));
</del><ins>+                new (&amp;m_string) String(WTF::move(value.m_string));
</ins><span class="cx">                 break;
</span><span class="cx">             case Type::Bool:
</span><span class="cx">                 m_bool = value.m_bool;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebRenderLayercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebRenderLayer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebRenderLayer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebRenderLayer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">     for (const auto&amp; layer : *list)
</span><span class="cx">         layers.uncheckedAppend(adoptRef(new WebRenderLayer(layer)));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(layers));
</del><ins>+    return API::Array::create(WTF::move(layers));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebRenderLayer::WebRenderLayer(RenderLayer* layer)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedWebRenderObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/WebRenderObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/WebRenderObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/WebRenderObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">                 for (size_t i = 0, size = element-&gt;classNames().size(); i &lt; size; ++i)
</span><span class="cx">                     classNames.append(API::String::create(element-&gt;classNames()[i]));
</span><span class="cx"> 
</span><del>-                m_elementClassNames = API::Array::create(std::move(classNames));
</del><ins>+                m_elementClassNames = API::Array::create(WTF::move(classNames));
</ins><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (RenderObject* coreChild = renderer-&gt;firstChildSlow(); coreChild; coreChild = coreChild-&gt;nextSibling()) {
</span><span class="cx">         RefPtr&lt;WebRenderObject&gt; child = adoptRef(new WebRenderObject(coreChild, shouldIncludeDescendants));
</span><del>-        children.append(std::move(child));
</del><ins>+        children.append(WTF::move(child));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (renderer-&gt;isWidget()) {
</span><span class="lines">@@ -111,13 +111,13 @@
</span><span class="cx">                 if (RenderView* coreContentRenderer = frameView-&gt;frame().contentRenderer()) {
</span><span class="cx">                     RefPtr&lt;WebRenderObject&gt; contentRenderer = adoptRef(new WebRenderObject(coreContentRenderer, shouldIncludeDescendants));
</span><span class="cx"> 
</span><del>-                    children.append(std::move(contentRenderer));
</del><ins>+                    children.append(WTF::move(contentRenderer));
</ins><span class="cx">                 }
</span><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_children = API::Array::create(std::move(children));
</del><ins>+    m_children = API::Array::create(WTF::move(children));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebRenderObject::WebRenderObject(const String&amp; name, const String&amp; elementTagName, const String&amp; elementID, PassRefPtr&lt;API::Array&gt; elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr&lt;API::Array&gt; children)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedcfKeyedDecodercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/cf/KeyedDecoder.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/cf/KeyedDecoder.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/cf/KeyedDecoder.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">     auto cfData = adoptCF(CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, data, size, kCFAllocatorNull));
</span><span class="cx"> 
</span><span class="cx">     if (auto rootDictionary = adoptCF(dynamic_cf_cast&lt;CFDictionaryRef&gt;(CFPropertyListCreateWithData(kCFAllocatorDefault, cfData.get(), kCFPropertyListImmutable, nullptr, nullptr))))
</span><del>-        m_rootDictionary = std::move(rootDictionary);
</del><ins>+        m_rootDictionary = WTF::move(rootDictionary);
</ins><span class="cx">     else
</span><span class="cx">         m_rootDictionary = adoptCF(CFDictionaryCreate(kCFAllocatorDefault, nullptr, nullptr, 0, &amp;kCFTypeDictionaryKeyCallBacks, &amp;kCFTypeDictionaryValueCallBacks));
</span><span class="cx">     m_dictionaryStack.append(m_rootDictionary.get());
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedlinuxSeccompFiltersOpenSyscallcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/linux/SeccompFilters/OpenSyscall.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> 
</span><span class="cx">     if (path[0] == '/') {
</span><span class="cx">         open-&gt;setPath(path);
</span><del>-        return std::move(open);
</del><ins>+        return WTF::move(open);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     struct stat pathStat;
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">     sprintf(&amp;fdPath[size], &quot;/%s&quot;, path);
</span><span class="cx">     open-&gt;setPath(fdPath);
</span><span class="cx"> 
</span><del>-    return std::move(open);
</del><ins>+    return WTF::move(open);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> std::unique_ptr&lt;Syscall&gt; OpenSyscall::createFromCreatContext(mcontext_t* context)
</span><span class="lines">@@ -102,7 +102,7 @@
</span><span class="cx">     open-&gt;setMode(context-&gt;gregs[REG_ARG1]);
</span><span class="cx">     open-&gt;setContext(context);
</span><span class="cx"> 
</span><del>-    return std::move(open);
</del><ins>+    return WTF::move(open);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> OpenSyscall::OpenSyscall(mcontext_t* context)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerBackingStoremm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerBackingStore.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -380,7 +380,7 @@
</span><span class="cx"> 
</span><span class="cx"> RetainPtr&lt;CGContextRef&gt; RemoteLayerBackingStore::takeFrontContextPendingFlush()
</span><span class="cx"> {
</span><del>-    return std::move(m_frontContextPendingFlush);
</del><ins>+    return WTF::move(m_frontContextPendingFlush);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if USE(IOSURFACE)
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -212,7 +212,7 @@
</span><span class="cx"> 
</span><span class="cx">     typedef uint64_t TransactionCallbackID;
</span><span class="cx">     const Vector&lt;TransactionCallbackID&gt;&amp; callbackIDs() const { return m_callbackIDs; }
</span><del>-    void setCallbackIDs(Vector&lt;TransactionCallbackID&gt; callbackIDs) { m_callbackIDs = std::move(callbackIDs); }
</del><ins>+    void setCallbackIDs(Vector&lt;TransactionCallbackID&gt; callbackIDs) { m_callbackIDs = WTF::move(callbackIDs); }
</ins><span class="cx">     
</span><span class="cx"> private:
</span><span class="cx">     WebCore::GraphicsLayer::PlatformLayerID m_rootLayerID;
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedmacRemoteLayerTreeTransactionmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/Shared/mac/RemoteLayerTreeTransaction.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -410,7 +410,7 @@
</span><span class="cx">             if (!decoder.decode(*backingStore))
</span><span class="cx">                 return false;
</span><span class="cx">             
</span><del>-            result.backingStore = std::move(backingStore);
</del><ins>+            result.backingStore = WTF::move(backingStore);
</ins><span class="cx">         } else
</span><span class="cx">             result.backingStore = nullptr;
</span><span class="cx">     }
</span><span class="lines">@@ -419,7 +419,7 @@
</span><span class="cx">         std::unique_ptr&lt;FilterOperations&gt; filters = std::make_unique&lt;FilterOperations&gt;();
</span><span class="cx">         if (!decoder.decode(*filters))
</span><span class="cx">             return false;
</span><del>-        result.filters = std::move(filters);
</del><ins>+        result.filters = WTF::move(filters);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (result.changedProperties &amp; EdgeAntialiasingMaskChanged) {
</span><span class="lines">@@ -502,7 +502,7 @@
</span><span class="cx">         if (!decoder.decode(*layerProperties))
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><del>-        result.changedLayerProperties().set(layerID, std::move(layerProperties));
</del><ins>+        result.changedLayerProperties().set(layerID, WTF::move(layerProperties));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (!decoder.decode(result.m_destroyedLayerIDs))
</span><span class="lines">@@ -571,17 +571,17 @@
</span><span class="cx"> 
</span><span class="cx"> void RemoteLayerTreeTransaction::setCreatedLayers(Vector&lt;LayerCreationProperties&gt; createdLayers)
</span><span class="cx"> {
</span><del>-    m_createdLayers = std::move(createdLayers);
</del><ins>+    m_createdLayers = WTF::move(createdLayers);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RemoteLayerTreeTransaction::setDestroyedLayerIDs(Vector&lt;GraphicsLayer::PlatformLayerID&gt; destroyedLayerIDs)
</span><span class="cx"> {
</span><del>-    m_destroyedLayerIDs = std::move(destroyedLayerIDs);
</del><ins>+    m_destroyedLayerIDs = WTF::move(destroyedLayerIDs);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RemoteLayerTreeTransaction::setLayerIDsWithNewlyUnreachableBackingStore(Vector&lt;GraphicsLayer::PlatformLayerID&gt; layerIDsWithNewlyUnreachableBackingStore)
</span><span class="cx"> {
</span><del>-    m_layerIDsWithNewlyUnreachableBackingStore = std::move(layerIDsWithNewlyUnreachableBackingStore);
</del><ins>+    m_layerIDsWithNewlyUnreachableBackingStore = WTF::move(layerIDsWithNewlyUnreachableBackingStore);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if !defined(NDEBUG) || !LOG_DISABLED
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIAPISessionStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/APISessionState.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/APISessionState.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/APISessionState.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -30,11 +30,11 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;SessionState&gt; SessionState::create(WebKit::SessionState sessionState)
</span><span class="cx"> {
</span><del>-    return adoptRef(new SessionState(std::move(sessionState)));
</del><ins>+    return adoptRef(new SessionState(WTF::move(sessionState)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> SessionState::SessionState(WebKit::SessionState sessionState)
</span><del>-    : m_sessionState(std::move(sessionState))
</del><ins>+    : m_sessionState(WTF::move(sessionState))
</ins><span class="cx"> {
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIAPIUIClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/APIUIClient.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/APIUIClient.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/APIUIClient.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -141,7 +141,7 @@
</span><span class="cx">     virtual void pinnedStateDidChange(WebKit::WebPageProxy&amp;) { }
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(IOS)
</span><del>-    virtual RetainPtr&lt;NSArray&gt; actionsForElement(_WKActivatedElementInfo *, RetainPtr&lt;NSArray&gt; defaultActions) { return std::move(defaultActions); }
</del><ins>+    virtual RetainPtr&lt;NSArray&gt; actionsForElement(_WKActivatedElementInfo *, RetainPtr&lt;NSArray&gt; defaultActions) { return WTF::move(defaultActions); }
</ins><span class="cx">     virtual void didNotHandleTapAsClick(const WebCore::IntPoint&amp;) { }
</span><span class="cx"> #endif
</span><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -372,7 +372,7 @@
</span><span class="cx">     if (shouldReturnData)
</span><span class="cx">         return toAPI(encodeLegacySessionState(sessionState).release().leakRef());
</span><span class="cx"> 
</span><del>-    return toAPI(API::SessionState::create(std::move(sessionState)).leakRef());
</del><ins>+    return toAPI(API::SessionState::create(WTF::move(sessionState)).leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WKPageRestoreFromSessionState(WKPageRef pageRef, WKTypeRef sessionStateRef)
</span><span class="lines">@@ -389,7 +389,7 @@
</span><span class="cx">         sessionState = toImpl(static_cast&lt;WKSessionStateRef&gt;(sessionStateRef))-&gt;sessionState();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    toImpl(pageRef)-&gt;restoreFromSessionState(std::move(sessionState));
</del><ins>+    toImpl(pageRef)-&gt;restoreFromSessionState(WTF::move(sessionState));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> double WKPageGetTextZoomFactor(WKPageRef pageRef)
</span><span class="lines">@@ -989,9 +989,9 @@
</span><span class="cx">                 Vector&lt;RefPtr&lt;API::Object&gt;&gt; removedItemsVector;
</span><span class="cx">                 removedItemsVector.reserveInitialCapacity(removedItems.size());
</span><span class="cx">                 for (auto&amp; removedItem : removedItems)
</span><del>-                    removedItemsVector.append(std::move(removedItem));
</del><ins>+                    removedItemsVector.append(WTF::move(removedItem));
</ins><span class="cx"> 
</span><del>-                removedItemsArray = API::Array::create(std::move(removedItemsVector));
</del><ins>+                removedItemsArray = API::Array::create(WTF::move(removedItemsVector));
</ins><span class="cx">             }
</span><span class="cx"> 
</span><span class="cx">             m_client.didChangeBackForwardList(toAPI(page), toAPI(addedItem), toAPI(removedItemsArray.get()), m_client.base.clientInfo);
</span><span class="lines">@@ -1097,7 +1097,7 @@
</span><span class="cx">     if (milestones)
</span><span class="cx">         webPageProxy-&gt;process().send(Messages::WebPage::ListenForLayoutMilestones(milestones), webPageProxy-&gt;pageID());
</span><span class="cx"> 
</span><del>-    webPageProxy-&gt;setLoaderClient(std::move(loaderClient));
</del><ins>+    webPageProxy-&gt;setLoaderClient(WTF::move(loaderClient));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WKPageSetPagePolicyClient(WKPageRef pageRef, const WKPagePolicyClientBase* wkClient)
</span><span class="lines">@@ -1203,7 +1203,7 @@
</span><span class="cx">             map.set(&quot;resizable&quot;, API::Boolean::create(windowFeatures.resizable));
</span><span class="cx">             map.set(&quot;fullscreen&quot;, API::Boolean::create(windowFeatures.fullscreen));
</span><span class="cx">             map.set(&quot;dialog&quot;, API::Boolean::create(windowFeatures.dialog));
</span><del>-            RefPtr&lt;ImmutableDictionary&gt; featuresMap = ImmutableDictionary::create(std::move(map));
</del><ins>+            RefPtr&lt;ImmutableDictionary&gt; featuresMap = ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> 
</span><span class="cx">             if (!m_client.base.version)
</span><span class="cx">                 return adoptRef(toImpl(m_client.createNewPage_deprecatedForUseWithV0(toAPI(page), toAPI(featuresMap.get()), toAPI(navigationActionData.modifiers), toAPI(navigationActionData.mouseButton), m_client.base.clientInfo)));
</span><span class="lines">@@ -1790,7 +1790,7 @@
</span><span class="cx">             relatedPages.append(page);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return toAPI(API::Array::create(std::move(relatedPages)).leakRef());
</del><ins>+    return toAPI(API::Array::create(WTF::move(relatedPages)).leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WKPageSetMayStartMediaWhenInWindow(WKPageRef pageRef, bool mayStartMedia)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKSessionStateRefcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKSessionStateRef.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKSessionStateRef.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKSessionStateRef.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -43,7 +43,7 @@
</span><span class="cx">     if (!WebKit::decodeLegacySessionState(WebKit::toImpl(data)-&gt;bytes(), WebKit::toImpl(data)-&gt;size(), sessionState))
</span><span class="cx">         return nullptr;
</span><span class="cx"> 
</span><del>-    return WebKit::toAPI(API::SessionState::create(std::move(sessionState)).leakRef());
</del><ins>+    return WebKit::toAPI(API::SessionState::create(WTF::move(sessionState)).leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WKDataRef WKSessionStateCopyData(WKSessionStateRef sessionState)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICmacWKContextPrivateMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/C/mac/WKContextPrivateMac.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx">     for (const auto&amp; plugin: plugins)
</span><span class="cx">         pluginInfoDictionaries.uncheckedAppend(createPluginInformationDictionary(plugin));
</span><span class="cx"> 
</span><del>-    RefPtr&lt;API::Array&gt; array = API::Array::create(std::move(pluginInfoDictionaries));
</del><ins>+    RefPtr&lt;API::Array&gt; array = API::Array::create(WTF::move(pluginInfoDictionaries));
</ins><span class="cx"> 
</span><span class="cx">     toImpl(contextRef)-&gt;ref();
</span><span class="cx">     dispatch_async(dispatch_get_main_queue(), ^() {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKBrowsingContextGroupmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBrowsingContextGroup.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBrowsingContextGroup.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKBrowsingContextGroup.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">             strings.uncheckedAppend(adoptRef(toImpl(WKStringCreateWithCFString((CFStringRef)entry))));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return toAPI(API::Array::create(std::move(strings)).leakRef());
</del><ins>+    return toAPI(API::Array::create(WTF::move(strings)).leakRef());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> -(void)addUserStyleSheet:(NSString *)source baseURL:(NSURL *)baseURL whitelistedURLPatterns:(NSArray *)whitelist blacklistedURLPatterns:(NSArray *)blacklist mainFrameOnly:(BOOL)mainFrameOnly
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKProcessGroupmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessGroup.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessGroup.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessGroup.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -194,7 +194,7 @@
</span><span class="cx"> 
</span><span class="cx">     WebContext::applyPlatformSpecificConfigurationDefaults(webContextConfiguration);
</span><span class="cx"> 
</span><del>-    _context = WebContext::create(std::move(webContextConfiguration));
</del><ins>+    _context = WebContext::create(WTF::move(webContextConfiguration));
</ins><span class="cx"> 
</span><span class="cx">     setUpConnectionClient(self, toAPI(_context.get()));
</span><span class="cx">     setUpInectedBundleClient(self, toAPI(_context.get()));
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKProcessPoolmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPool.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPool.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPool.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -166,7 +166,7 @@
</span><span class="cx">     webContextConfiguration.webSQLDatabaseDirectory = websiteDataDirectoryURL(@&quot;WebSQL&quot;).absoluteURL.path.fileSystemRepresentation;
</span><span class="cx">     webContextConfiguration.indexedDBDatabaseDirectory = websiteDataDirectoryURL(@&quot;IndexedDB&quot;).absoluteURL.path.fileSystemRepresentation;
</span><span class="cx"> 
</span><del>-    API::Object::constructInWrapper&lt;WebKit::WebContext&gt;(self, std::move(webContextConfiguration));
</del><ins>+    API::Object::constructInWrapper&lt;WebKit::WebContext&gt;(self, WTF::move(webContextConfiguration));
</ins><span class="cx">     _context-&gt;setHistoryClient(std::make_unique&lt;WebKit::HistoryClient&gt;());
</span><span class="cx">     _context-&gt;setUsesNetworkProcess(true);
</span><span class="cx">     _context-&gt;setProcessModel(WebKit::ProcessModelMultipleSecondaryProcesses);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKWebViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -278,7 +278,7 @@
</span><span class="cx">     [self addSubview:_scrollView.get()];
</span><span class="cx">     [_scrollView setBackgroundColor:[UIColor whiteColor]];
</span><span class="cx"> 
</span><del>-    _contentView = adoptNS([[WKContentView alloc] initWithFrame:bounds context:context configuration:std::move(webPageConfiguration) webView:self]);
</del><ins>+    _contentView = adoptNS([[WKContentView alloc] initWithFrame:bounds context:context configuration:WTF::move(webPageConfiguration) webView:self]);
</ins><span class="cx"> 
</span><span class="cx">     _page = [_contentView page];
</span><span class="cx">     _page-&gt;setApplicationNameForUserAgent([@&quot;Mobile/&quot; stringByAppendingString:[UIDevice currentDevice].buildVersion]);
</span><span class="lines">@@ -304,7 +304,7 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(MAC)
</span><del>-    _wkView = [[WKView alloc] initWithFrame:bounds context:context configuration:std::move(webPageConfiguration) webView:self];
</del><ins>+    _wkView = [[WKView alloc] initWithFrame:bounds context:context configuration:WTF::move(webPageConfiguration) webView:self];
</ins><span class="cx">     [self addSubview:_wkView.get()];
</span><span class="cx">     _page = WebKit::toImpl([_wkView pageRef]);
</span><span class="cx"> 
</span><span class="lines">@@ -1607,7 +1607,7 @@
</span><span class="cx">     if (!WebKit::decodeLegacySessionState(static_cast&lt;const uint8_t*&gt;(sessionStateData.bytes), sessionStateData.length, sessionState))
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    uint64_t navigationID = _page-&gt;restoreFromSessionState(std::move(sessionState));
</del><ins>+    uint64_t navigationID = _page-&gt;restoreFromSessionState(WTF::move(sessionState));
</ins><span class="cx">     if (navigationID) {
</span><span class="cx">         // FIXME: This is not necessarily always a reload navigation.
</span><span class="cx">         _navigationState-&gt;createReloadNavigation(navigationID);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitContextMenuItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitContextMenuItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -103,7 +103,7 @@
</span><span class="cx">     subMenuItems.reserveInitialCapacity(subMenu.size());
</span><span class="cx">     for (size_t i = 0; i &lt; subMenu.size(); ++i)
</span><span class="cx">         subMenuItems.uncheckedAppend(WebContextMenuItem::create(subMenu[i]).get());
</span><del>-    webkitContextMenuItemSetSubMenu(item, adoptGRef(webkitContextMenuCreate(API::Array::create(std::move(subMenuItems)).get())));
</del><ins>+    webkitContextMenuItemSetSubMenu(item, adoptGRef(webkitContextMenuCreate(API::Array::create(WTF::move(subMenuItems)).get())));
</ins><span class="cx"> 
</span><span class="cx">     return item;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitFileChooserRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -315,7 +315,7 @@
</span><span class="cx">     g_ptr_array_add(selectedFiles.get(), 0);
</span><span class="cx"> 
</span><span class="cx">     // Select the files in WebCore and update local private attributes.
</span><del>-    request-&gt;priv-&gt;listener-&gt;chooseFiles(API::Array::create(std::move(choosenFiles)).get());
</del><ins>+    request-&gt;priv-&gt;listener-&gt;chooseFiles(API::Array::create(WTF::move(choosenFiles)).get());
</ins><span class="cx">     request-&gt;priv-&gt;selectedFiles = selectedFiles;
</span><span class="cx">     request-&gt;priv-&gt;handledRequest = true;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -256,7 +256,7 @@
</span><span class="cx">     WebContextConfiguration webContextConfiguration;
</span><span class="cx">     webContextConfiguration.injectedBundlePath = WebCore::filenameToString(injectedBundleFilename().data());
</span><span class="cx">     WebContext::applyPlatformSpecificConfigurationDefaults(webContextConfiguration);
</span><del>-    priv-&gt;context = WebContext::create(std::move(webContextConfiguration));
</del><ins>+    priv-&gt;context = WebContext::create(WTF::move(webContextConfiguration));
</ins><span class="cx"> 
</span><span class="cx">     priv-&gt;requestManager = webContext-&gt;priv-&gt;context-&gt;supplement&lt;WebSoupCustomProtocolRequestManager&gt;();
</span><span class="cx">     priv-&gt;context-&gt;setCacheModel(CacheModelPrimaryWebBrowser);
</span><span class="lines">@@ -893,7 +893,7 @@
</span><span class="cx"> 
</span><span class="cx">     ImmutableDictionary::MapType message;
</span><span class="cx">     message.set(String::fromUTF8(&quot;Hostname&quot;), API::String::create(String::fromUTF8(hostname)));
</span><del>-    context-&gt;priv-&gt;context-&gt;postMessageToInjectedBundle(String::fromUTF8(&quot;PrefetchDNS&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    context-&gt;priv-&gt;context-&gt;postMessageToInjectedBundle(String::fromUTF8(&quot;PrefetchDNS&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -3131,7 +3131,7 @@
</span><span class="cx">     message.set(String::fromUTF8(&quot;CallbackID&quot;), API::UInt64::create(callbackID));
</span><span class="cx"> 
</span><span class="cx">     webView-&gt;priv-&gt;snapshotResultsMap.set(callbackID, adoptGRef(g_task_new(webView, cancellable, callback, userData)));
</span><del>-    getPage(webView)-&gt;postMessageToInjectedBundle(String::fromUTF8(&quot;GetSnapshot&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    getPage(webView)-&gt;postMessageToInjectedBundle(String::fromUTF8(&quot;GetSnapshot&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewBasecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -984,7 +984,7 @@
</span><span class="cx">     WebPageConfiguration webPageConfiguration;
</span><span class="cx">     webPageConfiguration.pageGroup = pageGroup;
</span><span class="cx">     webPageConfiguration.relatedPage = relatedPage;
</span><del>-    priv-&gt;pageProxy = context-&gt;createWebPage(*priv-&gt;pageClient, std::move(webPageConfiguration));
</del><ins>+    priv-&gt;pageProxy = context-&gt;createWebPage(*priv-&gt;pageClient, WTF::move(webPageConfiguration));
</ins><span class="cx">     priv-&gt;pageProxy-&gt;initializeWebPage();
</span><span class="cx"> 
</span><span class="cx"> #if USE(TEXTURE_MAPPER_GL)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIgtkWebKitWebViewGroupcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewGroup.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewGroup.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebViewGroup.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -247,7 +247,7 @@
</span><span class="cx">         entries.append(API::String::createFromUTF8String(*list));
</span><span class="cx">         list++;
</span><span class="cx">     }
</span><del>-    return API::Array::create(std::move(entries));
</del><ins>+    return API::Array::create(WTF::move(entries));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPIiosWKViewIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/ios/WKViewIOS.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/ios/WKViewIOS.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/ios/WKViewIOS.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -225,7 +225,7 @@
</span><span class="cx">     webPageConfiguration.pageGroup = toImpl(pageGroupRef);
</span><span class="cx">     webPageConfiguration.relatedPage = toImpl(relatedPage);
</span><span class="cx"> 
</span><del>-    _contentView = adoptNS([[WKContentView alloc] initWithFrame:bounds context:*toImpl(contextRef) configuration:std::move(webPageConfiguration) webView:nil]);
</del><ins>+    _contentView = adoptNS([[WKContentView alloc] initWithFrame:bounds context:*toImpl(contextRef) configuration:WTF::move(webPageConfiguration) webView:nil]);
</ins><span class="cx"> 
</span><span class="cx">     [[_contentView layer] setAnchorPoint:CGPointZero];
</span><span class="cx">     [_contentView setFrame:bounds];
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPImacWKViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -3496,7 +3496,7 @@
</span><span class="cx"> 
</span><span class="cx">     _data = [[WKViewData alloc] init];
</span><span class="cx">     _data-&gt;_pageClient = std::make_unique&lt;PageClientImpl&gt;(self, webView);
</span><del>-    _data-&gt;_page = context.createWebPage(*_data-&gt;_pageClient, std::move(webPageConfiguration));
</del><ins>+    _data-&gt;_page = context.createWebPage(*_data-&gt;_pageClient, WTF::move(webPageConfiguration));
</ins><span class="cx">     _data-&gt;_page-&gt;setAddsVisitedLinks(context.historyClient().addsVisitedLinks());
</span><span class="cx"> 
</span><span class="cx">     _data-&gt;_page-&gt;setIntrinsicDeviceScaleFactor([self _intrinsicDeviceScaleFactor]);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessCocoaNavigationStatemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Cocoa/NavigationState.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Cocoa/NavigationState.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Cocoa/NavigationState.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -332,7 +332,7 @@
</span><span class="cx"> 
</span><span class="cx"> void NavigationState::PolicyClient::decidePolicyForNewWindowAction(WebPageProxy* webPageProxy, WebFrameProxy* sourceFrame, const NavigationActionData&amp; navigationActionData, const WebCore::ResourceRequest&amp; request, const WTF::String&amp; frameName, RefPtr&lt;WebFramePolicyListenerProxy&gt; listener, API::Object* userData)
</span><span class="cx"> {
</span><del>-    decidePolicyForNavigationAction(webPageProxy, nullptr, navigationActionData, sourceFrame, request, request, std::move(listener), userData);
</del><ins>+    decidePolicyForNavigationAction(webPageProxy, nullptr, navigationActionData, sourceFrame, request, request, WTF::move(listener), userData);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void NavigationState::PolicyClient::decidePolicyForResponse(WebPageProxy*, WebFrameProxy* frame, const WebCore::ResourceResponse&amp; resourceResponse, const WebCore::ResourceRequest&amp; resourceRequest, bool canShowMIMEType, RefPtr&lt;WebFramePolicyListenerProxy&gt; listener, API::Object* userData)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessCocoaUIDelegatemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Cocoa/UIDelegate.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -232,7 +232,7 @@
</span><span class="cx"> RetainPtr&lt;NSArray&gt; UIDelegate::UIClient::actionsForElement(_WKActivatedElementInfo *elementInfo, RetainPtr&lt;NSArray&gt; defaultActions)
</span><span class="cx"> {
</span><span class="cx">     if (!m_uiDelegate.m_delegateMethods.webViewActionsForElementDefaultActions)
</span><del>-        return std::move(defaultActions);
</del><ins>+        return WTF::move(defaultActions);
</ins><span class="cx"> 
</span><span class="cx">     auto delegate = m_uiDelegate.m_delegate.get();
</span><span class="cx">     if (!delegate)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessCoordinatedGraphicsCoordinatedLayerTreeHostProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedLayerTreeHostProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> 
</span><span class="cx"> void CoordinatedLayerTreeHostProxy::dispatchUpdate(std::function&lt;void()&gt; function)
</span><span class="cx"> {
</span><del>-    m_scene-&gt;appendUpdate(std::move(function));
</del><ins>+    m_scene-&gt;appendUpdate(WTF::move(function));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void CoordinatedLayerTreeHostProxy::commitCoordinatedGraphicsState(const CoordinatedGraphicsState&amp; graphicsState)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessCoordinatedGraphicsWebViewcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/CoordinatedGraphics/WebView.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">     webPageConfiguration.pageGroup = pageGroup;
</span><span class="cx"> 
</span><span class="cx">     // Need to call createWebPage after other data members, specifically m_visible, are initialized.
</span><del>-    m_page = context-&gt;createWebPage(*this, std::move(webPageConfiguration));
</del><ins>+    m_page = context-&gt;createWebPage(*this, WTF::move(webPageConfiguration));
</ins><span class="cx"> 
</span><span class="cx">     m_page-&gt;pageGroup().preferences().setAcceleratedCompositingEnabled(true);
</span><span class="cx">     m_page-&gt;pageGroup().preferences().setForceCompositingMode(true);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessGenericCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/GenericCallback.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/GenericCallback.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/GenericCallback.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     explicit CallbackBase(Type type, std::unique_ptr&lt;ProcessThrottler::BackgroundActivityToken&gt; activityToken)
</span><span class="cx">         : m_type(type)
</span><span class="cx">         , m_callbackID(generateCallbackID())
</span><del>-        , m_activityToken(std::move(activityToken))
</del><ins>+        , m_activityToken(WTF::move(activityToken))
</ins><span class="cx">     {
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx"> 
</span><span class="cx">     static PassRefPtr&lt;GenericCallback&gt; create(CallbackFunction callback, std::unique_ptr&lt;ProcessThrottler::BackgroundActivityToken&gt; activityToken = nullptr)
</span><span class="cx">     {
</span><del>-        return adoptRef(new GenericCallback(callback, std::move(activityToken)));
</del><ins>+        return adoptRef(new GenericCallback(callback, WTF::move(activityToken)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     virtual ~GenericCallback()
</span><span class="lines">@@ -130,7 +130,7 @@
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="cx">     GenericCallback(CallbackFunction callback, std::unique_ptr&lt;ProcessThrottler::BackgroundActivityToken&gt; activityToken)
</span><del>-        : CallbackBase(type(), std::move(activityToken))
</del><ins>+        : CallbackBase(type(), WTF::move(activityToken))
</ins><span class="cx">         , m_callback(callback)
</span><span class="cx">     {
</span><span class="cx">     }
</span><span class="lines">@@ -192,7 +192,7 @@
</span><span class="cx">     template&lt;typename... T&gt;
</span><span class="cx">     uint64_t put(std::function&lt;void (T...)&gt; function, std::unique_ptr&lt;ProcessThrottler::BackgroundActivityToken&gt; activityToken)
</span><span class="cx">     {
</span><del>-        auto callback = GenericCallbackType&lt;sizeof...(T), T...&gt;::type::create(std::move(function), std::move(activityToken));
</del><ins>+        auto callback = GenericCallbackType&lt;sizeof...(T), T...&gt;::type::create(WTF::move(function), WTF::move(activityToken));
</ins><span class="cx">         return put(callback);
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessInspectorServerWebSocketServercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -79,7 +79,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebSocketServer::didAcceptConnection(std::unique_ptr&lt;WebSocketServerConnection&gt; connection)
</span><span class="cx"> {
</span><del>-    m_connections.append(std::move(connection));
</del><ins>+    m_connections.append(WTF::move(connection));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebSocketServer::didCloseWebSocketServerConnection(WebSocketServerConnection* connection)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessInspectorServersoupWebSocketServerSoupcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/InspectorServer/soup/WebSocketServerSoup.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -48,7 +48,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto webSocketConnection = std::make_unique&lt;WebSocketServerConnection&gt;(server-&gt;client(), server);
</span><span class="cx">     webSocketConnection-&gt;setSocketHandle(SocketStreamHandle::create(connection, webSocketConnection.get()));
</span><del>-    server-&gt;didAcceptConnection(std::move(webSocketConnection));
</del><ins>+    server-&gt;didAcceptConnection(WTF::move(webSocketConnection));
</ins><span class="cx"> 
</span><span class="cx">     return TRUE;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNotificationsWebNotificationManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx">             if (pageIt == pageNotificationIDs.end()) {
</span><span class="cx">                 Vector&lt;uint64_t&gt; newVector;
</span><span class="cx">                 newVector.reserveInitialCapacity(size);
</span><del>-                pageIt = pageNotificationIDs.add(webPage, std::move(newVector)).iterator;
</del><ins>+                pageIt = pageNotificationIDs.add(webPage, WTF::move(newVector)).iterator;
</ins><span class="cx">             }
</span><span class="cx"> 
</span><span class="cx">             uint64_t pageNotificationID = it-&gt;value.second;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessNotificationsWebNotificationProvidercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Notifications/WebNotificationProvider.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     for (const auto&amp; notificationID : notificationIDs)
</span><span class="cx">         arrayIDs.uncheckedAppend(API::UInt64::create(notificationID));
</span><span class="cx"> 
</span><del>-    m_client.clearNotifications(toAPI(API::Array::create(std::move(arrayIDs)).get()), m_client.base.clientInfo);
</del><ins>+    m_client.clearNotifications(toAPI(API::Array::create(WTF::move(arrayIDs)).get()), m_client.base.clientInfo);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebNotificationProvider::addNotificationManager(WebNotificationManagerProxy* manager)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPageLoadStatecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/PageLoadState.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/PageLoadState.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/PageLoadState.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PageLoadState::Transaction::Transaction(Transaction&amp;&amp; other)
</span><del>-    : m_webPageProxy(std::move(other.m_webPageProxy))
</del><ins>+    : m_webPageProxy(WTF::move(other.m_webPageProxy))
</ins><span class="cx">     , m_pageLoadState(other.m_pageLoadState)
</span><span class="cx"> {
</span><span class="cx">     other.m_pageLoadState = nullptr;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsPlugInAutoStartProvidercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PlugInAutoStartProvider.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -99,10 +99,10 @@
</span><span class="cx">                 hashMap.set(String::number(originHash.key), API::Double::create(originHash.value));
</span><span class="cx">         }
</span><span class="cx">         if (hashMap.size())
</span><del>-            map.set(stringOriginHash.key, ImmutableDictionary::create(std::move(hashMap)));
</del><ins>+            map.set(stringOriginHash.key, ImmutableDictionary::create(WTF::move(hashMap)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return ImmutableDictionary::create(std::move(map));
</del><ins>+    return ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PlugInAutoStartProvider::setAutoStartOriginsTable(ImmutableDictionary&amp; table)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsPluginProcessManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Plugins/PluginProcessManager.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     attributes.processType = pluginProcessType;
</span><span class="cx">     attributes.sandboxPolicy = pluginProcessSandboxPolicy;
</span><span class="cx"> 
</span><del>-    m_pluginProcessTokens.append(std::make_pair(std::move(attributes), token));
</del><ins>+    m_pluginProcessTokens.append(std::make_pair(WTF::move(attributes), token));
</ins><span class="cx">     m_knownTokens.add(token);
</span><span class="cx"> 
</span><span class="cx">     return token;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessPluginsWebPluginSiteDataManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Plugins/WebPluginSiteDataManager.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -140,7 +140,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPluginSiteDataManager::getSitesWithData(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx"> 
</span><span class="cx">     if (!m_webContext) {
</span><span class="cx">         callback-&gt;invalidate();
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPluginSiteDataManager::clearSiteData(API::Array* sites, uint64_t flags, uint64_t maxAgeInSeconds, std::function&lt;void (CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;VoidCallback&gt; callback = VoidCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;VoidCallback&gt; callback = VoidCallback::create(WTF::move(callbackFunction));
</ins><span class="cx">     if (!m_webContext) {
</span><span class="cx">         // FIXME: If the context is invalid we should not call the callback. It'd be better to just return false from clearSiteData.
</span><span class="cx">         callback-&gt;invalidate(CallbackBase::Error::OwnerWasInvalidated);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessStatisticsRequestcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/StatisticsRequest.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/StatisticsRequest.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/StatisticsRequest.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx">         for (const auto&amp; statistic : data.webCoreCacheStatistics)
</span><span class="cx">             cacheStatistics.uncheckedAppend(createDictionaryFromHashMap(statistic));
</span><span class="cx"> 
</span><del>-        m_responseDictionary-&gt;set(&quot;WebCoreCacheStatistics&quot;, API::Array::create(std::move(cacheStatistics)).get());
</del><ins>+        m_responseDictionary-&gt;set(&quot;WebCoreCacheStatistics&quot;, API::Array::create(WTF::move(cacheStatistics)).get());
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (m_outstandingRequests.isEmpty()) {
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessStorageStorageManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/Storage/StorageManager.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -659,7 +659,7 @@
</span><span class="cx"> void StorageManager::getStorageDetailsByOriginInternal(FunctionDispatcher* dispatcher, void* context, void (*callbackFunction)(const Vector&lt;LocalStorageDetails&gt;&amp; storageDetails, void* context))
</span><span class="cx"> {
</span><span class="cx">     Vector&lt;LocalStorageDetails&gt; storageDetails = m_localStorageDatabaseTracker-&gt;details();
</span><del>-    dispatcher-&gt;dispatch(bind(callbackFunction, std::move(storageDetails), context));
</del><ins>+    dispatcher-&gt;dispatch(bind(callbackFunction, WTF::move(storageDetails), context));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void StorageManager::deleteEntriesForOriginInternal(SecurityOrigin* securityOrigin)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessUserContentWebScriptMessageHandlercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/UserContent/WebScriptMessageHandler.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -56,12 +56,12 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;WebScriptMessageHandler&gt; WebScriptMessageHandler::create(std::unique_ptr&lt;Client&gt; client, const String&amp; name)
</span><span class="cx"> {
</span><del>-    return adoptRef(new WebScriptMessageHandler(std::move(client), name));
</del><ins>+    return adoptRef(new WebScriptMessageHandler(WTF::move(client), name));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebScriptMessageHandler::WebScriptMessageHandler(std::unique_ptr&lt;Client&gt; client, const String&amp; name)
</span><span class="cx">     : m_identifier(generateIdentifier())
</span><del>-    , m_client(std::move(client))
</del><ins>+    , m_client(WTF::move(client))
</ins><span class="cx">     , m_name(name)
</span><span class="cx"> {
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessUserContentWebUserContentControllerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/UserContent/WebUserContentControllerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebUserContentControllerProxy::addUserScript(WebCore::UserScript userScript)
</span><span class="cx"> {
</span><del>-    m_userScripts.append(std::move(userScript));
</del><ins>+    m_userScripts.append(WTF::move(userScript));
</ins><span class="cx"> 
</span><span class="cx">     for (auto&amp; processAndCount : m_processes)
</span><span class="cx">         processAndCount.key-&gt;connection()-&gt;send(Messages::WebUserContentController::AddUserScripts({ m_userScripts.last() }), m_identifier);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebApplicationCacheManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebApplicationCacheManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebApplicationCacheManagerProxy::getApplicationCacheOrigins(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx"> 
</span><span class="cx">     if (!context()) {
</span><span class="cx">         callback-&gt;invalidate();
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebBackForwardListcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebBackForwardList.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebBackForwardList.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebBackForwardList.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx">             m_entries.insert(m_currentIndex, newItem);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_page-&gt;didChangeBackForwardList(newItem, std::move(removedItems));
</del><ins>+    m_page-&gt;didChangeBackForwardList(newItem, WTF::move(removedItems));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebBackForwardList::goToItem(WebBackForwardListItem* item)
</span><span class="lines">@@ -276,7 +276,7 @@
</span><span class="cx">         vector.uncheckedAppend(m_entries[i].get());
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(vector));
</del><ins>+    return API::Array::create(WTF::move(vector));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;API::Array&gt; WebBackForwardList::forwardListAsAPIArrayWithLimit(unsigned limit) const
</span><span class="lines">@@ -300,7 +300,7 @@
</span><span class="cx">         vector.uncheckedAppend(m_entries[i].get());
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(vector));
</del><ins>+    return API::Array::create(WTF::move(vector));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebBackForwardList::removeAllItems()
</span><span class="lines">@@ -315,12 +315,12 @@
</span><span class="cx">             continue;
</span><span class="cx"> 
</span><span class="cx">         m_page-&gt;backForwardRemovedItem(entry-&gt;itemID());
</span><del>-        removedItems.append(std::move(entry));
</del><ins>+        removedItems.append(WTF::move(entry));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_entries.clear();
</span><span class="cx">     m_hasCurrentIndex = false;
</span><del>-    m_page-&gt;didChangeBackForwardList(nullptr, std::move(removedItems));
</del><ins>+    m_page-&gt;didChangeBackForwardList(nullptr, WTF::move(removedItems));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebBackForwardList::clear()
</span><span class="lines">@@ -350,7 +350,7 @@
</span><span class="cx"> 
</span><span class="cx">         m_entries.clear();
</span><span class="cx">         m_hasCurrentIndex = false;
</span><del>-        m_page-&gt;didChangeBackForwardList(nullptr, std::move(removedItems));
</del><ins>+        m_page-&gt;didChangeBackForwardList(nullptr, WTF::move(removedItems));
</ins><span class="cx"> 
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="lines">@@ -377,7 +377,7 @@
</span><span class="cx">         m_hasCurrentIndex = false;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_page-&gt;didChangeBackForwardList(nullptr, std::move(removedItems));
</del><ins>+    m_page-&gt;didChangeBackForwardList(nullptr, WTF::move(removedItems));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> BackForwardListState WebBackForwardList::backForwardListState(const std::function&lt;bool (WebBackForwardListItem&amp;)&gt;&amp; filter) const
</span><span class="lines">@@ -411,11 +411,11 @@
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; backForwardListItemState : backForwardListState.items) {
</span><span class="cx">         backForwardListItemState.identifier = generateWebBackForwardItemID();
</span><del>-        items.uncheckedAppend(WebBackForwardListItem::create(std::move(backForwardListItemState)));
</del><ins>+        items.uncheckedAppend(WebBackForwardListItem::create(WTF::move(backForwardListItemState)));
</ins><span class="cx">     }
</span><span class="cx">     m_hasCurrentIndex = !!backForwardListState.currentIndex;
</span><span class="cx">     m_currentIndex = backForwardListState.currentIndex.valueOr(0);
</span><del>-    m_entries = std::move(items);
</del><ins>+    m_entries = WTF::move(items);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> Vector&lt;BackForwardListItemState&gt; WebBackForwardList::itemStates() const
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebContextcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebContext.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebContext.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebContext.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx"> PassRefPtr&lt;WebContext&gt; WebContext::create(WebContextConfiguration configuration)
</span><span class="cx"> {
</span><span class="cx">     InitializeWebKit2();
</span><del>-    return adoptRef(new WebContext(std::move(configuration)));
</del><ins>+    return adoptRef(new WebContext(WTF::move(configuration)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static Vector&lt;WebContext*&gt;&amp; contexts()
</span><span class="lines">@@ -171,8 +171,8 @@
</span><span class="cx"> #if USE(SOUP)
</span><span class="cx">     , m_initialHTTPCookieAcceptPolicy(HTTPCookieAcceptPolicyOnlyFromMainDocumentDomain)
</span><span class="cx"> #endif
</span><del>-    , m_webSQLDatabaseDirectory(std::move(configuration.webSQLDatabaseDirectory))
-    , m_indexedDBDatabaseDirectory(std::move(configuration.indexedDBDatabaseDirectory))
</del><ins>+    , m_webSQLDatabaseDirectory(WTF::move(configuration.webSQLDatabaseDirectory))
+    , m_indexedDBDatabaseDirectory(WTF::move(configuration.indexedDBDatabaseDirectory))
</ins><span class="cx">     , m_shouldUseTestingNetworkSession(false)
</span><span class="cx">     , m_processTerminationEnabled(true)
</span><span class="cx"> #if ENABLE(NETWORK_PROCESS)
</span><span class="lines">@@ -298,7 +298,7 @@
</span><span class="cx">     if (!historyClient)
</span><span class="cx">         m_historyClient = std::make_unique&lt;API::HistoryClient&gt;();
</span><span class="cx">     else
</span><del>-        m_historyClient = std::move(historyClient);
</del><ins>+        m_historyClient = WTF::move(historyClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebContext::setDownloadClient(std::unique_ptr&lt;API::DownloadClient&gt; downloadClient)
</span><span class="lines">@@ -306,7 +306,7 @@
</span><span class="cx">     if (!downloadClient)
</span><span class="cx">         m_downloadClient = std::make_unique&lt;API::DownloadClient&gt;();
</span><span class="cx">     else
</span><del>-        m_downloadClient = std::move(downloadClient);
</del><ins>+        m_downloadClient = WTF::move(downloadClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebContext::setProcessModel(ProcessModel processModel)
</span><span class="lines">@@ -830,7 +830,7 @@
</span><span class="cx">             process = &amp;createNewWebProcessRespectingProcessCountLimit();
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return process-&gt;createWebPage(pageClient, std::move(configuration));
</del><ins>+    return process-&gt;createWebPage(pageClient, WTF::move(configuration));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> DownloadProxy* WebContext::download(WebPageProxy* initiatingPage, const ResourceRequest&amp; request)
</span><span class="lines">@@ -1238,7 +1238,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    RefPtr&lt;StatisticsRequest&gt; request = StatisticsRequest::create(DictionaryCallback::create(std::move(callbackFunction)));
</del><ins>+    RefPtr&lt;StatisticsRequest&gt; request = StatisticsRequest::create(DictionaryCallback::create(WTF::move(callbackFunction)));
</ins><span class="cx"> 
</span><span class="cx">     if (statisticsMask &amp; StatisticsRequestTypeWebContent)
</span><span class="cx">         requestWebContentStatistics(request.get());
</span><span class="lines">@@ -1386,17 +1386,17 @@
</span><span class="cx">         mimeTypes.reserveInitialCapacity(pluginModule.info.mimes.size());
</span><span class="cx">         for (const auto&amp; mimeClassInfo : pluginModule.info.mimes)
</span><span class="cx">             mimeTypes.uncheckedAppend(API::String::create(mimeClassInfo.type));
</span><del>-        map.set(ASCIILiteral(&quot;mimes&quot;), API::Array::create(std::move(mimeTypes)));
</del><ins>+        map.set(ASCIILiteral(&quot;mimes&quot;), API::Array::create(WTF::move(mimeTypes)));
</ins><span class="cx"> 
</span><span class="cx"> #if PLATFORM(COCOA)
</span><span class="cx">         map.set(ASCIILiteral(&quot;bundleId&quot;), API::String::create(pluginModule.bundleIdentifier));
</span><span class="cx">         map.set(ASCIILiteral(&quot;version&quot;), API::String::create(pluginModule.versionString));
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-        plugins.uncheckedAppend(ImmutableDictionary::create(std::move(map)));
</del><ins>+        plugins.uncheckedAppend(ImmutableDictionary::create(WTF::move(map)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_client.plugInInformationBecameAvailable(this, API::Array::create(std::move(plugins)).get());
</del><ins>+    m_client.plugInInformationBecameAvailable(this, API::Array::create(WTF::move(plugins)).get());
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebCookieManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebCookieManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -101,7 +101,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebCookieManagerProxy::getHostnamesWithCookies(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_arrayCallbacks.set(callbackID, callback.release());
</span><span class="cx"> 
</span><span class="lines">@@ -163,7 +163,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebCookieManagerProxy::getHTTPCookieAcceptPolicy(std::function&lt;void (HTTPCookieAcceptPolicy, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;HTTPCookieAcceptPolicyCallback&gt; callback = HTTPCookieAcceptPolicyCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;HTTPCookieAcceptPolicyCallback&gt; callback = HTTPCookieAcceptPolicyCallback::create(WTF::move(callbackFunction));
</ins><span class="cx"> 
</span><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_httpCookieAcceptPolicyCallbacks.set(callbackID, callback.release());
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebDatabaseManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebDatabaseManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -154,7 +154,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebDatabaseManagerProxy::getDatabasesByOrigin(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_arrayCallbacks.set(callbackID, callback.release());
</span><span class="cx"> 
</span><span class="lines">@@ -190,24 +190,24 @@
</span><span class="cx">             if (databaseDetails.modificationTime())
</span><span class="cx">                 detailsMap.set(databaseDetailsModificationTimeKey(), API::Double::create(databaseDetails.modificationTime()));
</span><span class="cx"> 
</span><del>-            databases.uncheckedAppend(ImmutableDictionary::create(std::move(detailsMap)));
</del><ins>+            databases.uncheckedAppend(ImmutableDictionary::create(WTF::move(detailsMap)));
</ins><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         HashMap&lt;String, RefPtr&lt;API::Object&gt;&gt; originAndDatabasesMap;
</span><span class="cx">         originAndDatabasesMap.set(originKey(), origin);
</span><span class="cx">         originAndDatabasesMap.set(originQuotaKey(), API::UInt64::create(originAndDatabases.originQuota));
</span><span class="cx">         originAndDatabasesMap.set(originUsageKey(), API::UInt64::create(originAndDatabases.originUsage));
</span><del>-        originAndDatabasesMap.set(databaseDetailsKey(), API::Array::create(std::move(databases)));
</del><ins>+        originAndDatabasesMap.set(databaseDetailsKey(), API::Array::create(WTF::move(databases)));
</ins><span class="cx"> 
</span><del>-        result.uncheckedAppend(ImmutableDictionary::create(std::move(originAndDatabasesMap)));
</del><ins>+        result.uncheckedAppend(ImmutableDictionary::create(WTF::move(originAndDatabasesMap)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    callback-&gt;performCallbackWithReturnValue(API::Array::create(std::move(result)).get());
</del><ins>+    callback-&gt;performCallbackWithReturnValue(API::Array::create(WTF::move(result)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebDatabaseManagerProxy::getDatabaseOrigins(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_arrayCallbacks.set(callbackID, callback.release());
</span><span class="cx"> 
</span><span class="lines">@@ -228,7 +228,7 @@
</span><span class="cx">     for (const auto&amp; originIdentifier : originIdentifiers)
</span><span class="cx">         securityOrigins.uncheckedAppend(WebSecurityOrigin::create(SecurityOrigin::createFromDatabaseIdentifier(originIdentifier)));
</span><span class="cx"> 
</span><del>-    callback-&gt;performCallbackWithReturnValue(API::Array::create(std::move(securityOrigins)).get());
</del><ins>+    callback-&gt;performCallbackWithReturnValue(API::Array::create(WTF::move(securityOrigins)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebDatabaseManagerProxy::deleteDatabaseWithNameForOrigin(const String&amp; databaseIdentifier, WebSecurityOrigin* origin)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebFormClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebFormClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebFormClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebFormClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx">     ImmutableDictionary::MapType map;
</span><span class="cx">     for (size_t i = 0; i &lt; textFieldValues.size(); ++i)
</span><span class="cx">         map.set(textFieldValues[i].first, API::String::create(textFieldValues[i].second));
</span><del>-    RefPtr&lt;ImmutableDictionary&gt; textFieldsMap = ImmutableDictionary::create(std::move(map));
</del><ins>+    RefPtr&lt;ImmutableDictionary&gt; textFieldsMap = ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> 
</span><span class="cx">     m_client.willSubmitForm(toAPI(page), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), toAPI(userData), toAPI(listener), m_client.base.clientInfo);
</span><span class="cx">     return true;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebGrammarDetailcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebGrammarDetail.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebGrammarDetail.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebGrammarDetail.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     Vector&lt;RefPtr&lt;API::Object&gt; &gt; wkGuesses(numGuesses);
</span><span class="cx">     for (unsigned i = 0; i &lt; numGuesses; ++i)
</span><span class="cx">         wkGuesses[i] = API::String::create(m_grammarDetail.guesses[i]);
</span><del>-    return API::Array::create(std::move(wkGuesses));
</del><ins>+    return API::Array::create(WTF::move(wkGuesses));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> WebGrammarDetail::WebGrammarDetail(const WebCore::GrammarDetail&amp; grammarDetail)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebKeyValueStorageManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebKeyValueStorageManager.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebKeyValueStorageManager.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebKeyValueStorageManager.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -96,12 +96,12 @@
</span><span class="cx">     for (unsigned i = 0; i &lt; securityOrigins.size(); ++i)
</span><span class="cx">         webSecurityOrigins.uncheckedAppend(WebSecurityOrigin::create(securityOrigins[i]));
</span><span class="cx"> 
</span><del>-    callback-&gt;performCallbackWithReturnValue(API::Array::create(std::move(webSecurityOrigins)).get());
</del><ins>+    callback-&gt;performCallbackWithReturnValue(API::Array::create(WTF::move(webSecurityOrigins)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebKeyValueStorageManager::getKeyValueStorageOrigins(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    context()-&gt;storageManager().getOrigins(RunLoop::main(), ArrayCallback::create(std::move(callbackFunction)).leakRef(), didGetKeyValueStorageOrigins);
</del><ins>+    context()-&gt;storageManager().getOrigins(RunLoop::main(), ArrayCallback::create(WTF::move(callbackFunction)).leakRef(), didGetKeyValueStorageOrigins);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void didGetStorageDetailsByOrigin(const Vector&lt;LocalStorageDetails&gt;&amp; storageDetails, void* context)
</span><span class="lines">@@ -122,15 +122,15 @@
</span><span class="cx">         if (originDetails.modificationTime)
</span><span class="cx">             detailsMap.set(WebKeyValueStorageManager::modificationTimeKey(), API::Double::create(originDetails.modificationTime));
</span><span class="cx"> 
</span><del>-        result.uncheckedAppend(ImmutableDictionary::create(std::move(detailsMap)));
</del><ins>+        result.uncheckedAppend(ImmutableDictionary::create(WTF::move(detailsMap)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    callback-&gt;performCallbackWithReturnValue(API::Array::create(std::move(result)).get());
</del><ins>+    callback-&gt;performCallbackWithReturnValue(API::Array::create(WTF::move(result)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebKeyValueStorageManager::getStorageDetailsByOrigin(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    context()-&gt;storageManager().getStorageDetailsByOrigin(RunLoop::main(), ArrayCallback::create(std::move(callbackFunction)).leakRef(), didGetStorageDetailsByOrigin);
</del><ins>+    context()-&gt;storageManager().getStorageDetailsByOrigin(RunLoop::main(), ArrayCallback::create(WTF::move(callbackFunction)).leakRef(), didGetStorageDetailsByOrigin);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebKeyValueStorageManager::deleteEntriesForOrigin(WebSecurityOrigin* origin)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebMediaCacheManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebMediaCacheManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebMediaCacheManagerProxy::getHostnamesWithMediaCache(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_arrayCallbacks.set(callbackID, callback.release());
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebOriginDataManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebOriginDataManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebOriginDataManagerProxy::getOrigins(WKOriginDataTypes types, std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx"> 
</span><span class="cx">     if (!context()) {
</span><span class="cx">         callback-&gt;invalidate();
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageContextMenuClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebPageContextMenuClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -54,9 +54,9 @@
</span><span class="cx">     WKArrayRef newMenu = nullptr;
</span><span class="cx">     if (m_client.base.version &gt;= 2) {
</span><span class="cx">         RefPtr&lt;WebHitTestResult&gt; webHitTestResult = WebHitTestResult::create(hitTestResultData);
</span><del>-        m_client.getContextMenuFromProposedMenu(toAPI(page), toAPI(API::Array::create(std::move(proposedMenuItems)).get()), &amp;newMenu, toAPI(webHitTestResult.get()), toAPI(userData), m_client.base.clientInfo);
</del><ins>+        m_client.getContextMenuFromProposedMenu(toAPI(page), toAPI(API::Array::create(WTF::move(proposedMenuItems)).get()), &amp;newMenu, toAPI(webHitTestResult.get()), toAPI(userData), m_client.base.clientInfo);
</ins><span class="cx">     } else
</span><del>-        m_client.getContextMenuFromProposedMenu_deprecatedForUseWithV0(toAPI(page), toAPI(API::Array::create(std::move(proposedMenuItems)).get()), &amp;newMenu, toAPI(userData), m_client.base.clientInfo);
</del><ins>+        m_client.getContextMenuFromProposedMenu_deprecatedForUseWithV0(toAPI(page), toAPI(API::Array::create(WTF::move(proposedMenuItems)).get()), &amp;newMenu, toAPI(userData), m_client.base.clientInfo);
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;API::Array&gt; array = adoptRef(toImpl(newMenu));
</span><span class="cx">     
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">     for (const auto&amp; menuItem : menuItemsVector)
</span><span class="cx">         menuItems.uncheckedAppend(WebContextMenuItem::create(menuItem));
</span><span class="cx"> 
</span><del>-    m_client.showContextMenu(toAPI(page), toAPI(menuLocation), toAPI(API::Array::create(std::move(menuItems)).get()), m_client.base.clientInfo);
</del><ins>+    m_client.showContextMenu(toAPI(page), toAPI(menuLocation), toAPI(API::Array::create(WTF::move(menuItems)).get()), m_client.base.clientInfo);
</ins><span class="cx"> 
</span><span class="cx">     return true;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebPageProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -214,12 +214,12 @@
</span><span class="cx">     record-&gt;currentDatabaseUsage = currentDatabaseUsage;
</span><span class="cx">     record-&gt;expectedUsage = expectedUsage;
</span><span class="cx">     record-&gt;reply = reply;
</span><del>-    return std::move(record);
</del><ins>+    return WTF::move(record);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void ExceededDatabaseQuotaRecords::add(std::unique_ptr&lt;ExceededDatabaseQuotaRecords::Record&gt; record)
</span><span class="cx"> {
</span><del>-    m_records.append(std::move(record));
</del><ins>+    m_records.append(WTF::move(record));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> ExceededDatabaseQuotaRecords::Record* ExceededDatabaseQuotaRecords::next()
</span><span class="lines">@@ -474,7 +474,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_loaderClient = std::move(loaderClient);
</del><ins>+    m_loaderClient = WTF::move(loaderClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::setPolicyClient(std::unique_ptr&lt;API::PolicyClient&gt; policyClient)
</span><span class="lines">@@ -484,7 +484,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_policyClient = std::move(policyClient);
</del><ins>+    m_policyClient = WTF::move(policyClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::setFormClient(std::unique_ptr&lt;API::FormClient&gt; formClient)
</span><span class="lines">@@ -494,7 +494,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_formClient = std::move(formClient);
</del><ins>+    m_formClient = WTF::move(formClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::setUIClient(std::unique_ptr&lt;API::UIClient&gt; uiClient)
</span><span class="lines">@@ -504,7 +504,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_uiClient = std::move(uiClient);
</del><ins>+    m_uiClient = WTF::move(uiClient);
</ins><span class="cx"> 
</span><span class="cx">     if (!isValid())
</span><span class="cx">         return;
</span><span class="lines">@@ -520,7 +520,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    m_findClient = std::move(findClient);
</del><ins>+    m_findClient = WTF::move(findClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::initializeFindMatchesClient(const WKPageFindMatchesClientBase* client)
</span><span class="lines">@@ -933,7 +933,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::didChangeBackForwardList(WebBackForwardListItem* added, Vector&lt;RefPtr&lt;WebBackForwardListItem&gt;&gt; removed)
</span><span class="cx"> {
</span><del>-    m_loaderClient-&gt;didChangeBackForwardList(this, added, std::move(removed));
</del><ins>+    m_loaderClient-&gt;didChangeBackForwardList(this, added, WTF::move(removed));
</ins><span class="cx"> 
</span><span class="cx">     auto transaction = m_pageLoadState.transaction();
</span><span class="cx"> 
</span><span class="lines">@@ -1256,7 +1256,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::ValidateCommand(commandName, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -1480,7 +1480,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto coalescedWheelEvent = std::make_unique&lt;Vector&lt;NativeWebWheelEvent&gt;&gt;();
</span><span class="cx">     coalescedWheelEvent-&gt;append(event);
</span><del>-    m_currentlyProcessedWheelEvents.append(std::move(coalescedWheelEvent));
</del><ins>+    m_currentlyProcessedWheelEvents.append(WTF::move(coalescedWheelEvent));
</ins><span class="cx">     sendWheelEvent(event);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -1488,7 +1488,7 @@
</span><span class="cx"> {
</span><span class="cx">     auto nextCoalescedEvent = std::make_unique&lt;Vector&lt;NativeWebWheelEvent&gt;&gt;();
</span><span class="cx">     WebWheelEvent nextWheelEvent = coalescedWheelEvent(m_wheelEventQueue, *nextCoalescedEvent.get());
</span><del>-    m_currentlyProcessedWheelEvents.append(std::move(nextCoalescedEvent));
</del><ins>+    m_currentlyProcessedWheelEvents.append(WTF::move(nextCoalescedEvent));
</ins><span class="cx">     sendWheelEvent(nextWheelEvent);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -1853,7 +1853,7 @@
</span><span class="cx">     bool hasBackForwardList = !!sessionState.backForwardListState.currentIndex;
</span><span class="cx"> 
</span><span class="cx">     if (hasBackForwardList) {
</span><del>-        m_backForwardList-&gt;restoreFromState(std::move(sessionState.backForwardListState));
</del><ins>+        m_backForwardList-&gt;restoreFromState(WTF::move(sessionState.backForwardListState));
</ins><span class="cx"> 
</span><span class="cx">         for (const auto&amp; entry : m_backForwardList-&gt;entries())
</span><span class="cx">             process().registerNewWebBackForwardListItem(entry.get());
</span><span class="lines">@@ -2229,7 +2229,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::RunJavaScriptInMainFrame(script, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2240,7 +2240,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetRenderTreeExternalRepresentation(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2251,7 +2251,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_loadDependentStringCallbackIDs.add(callbackID);
</span><span class="cx">     m_process-&gt;send(Messages::WebPage::GetSourceForFrame(frame-&gt;frameID(), callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="lines">@@ -2263,7 +2263,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_loadDependentStringCallbackIDs.add(callbackID);
</span><span class="cx">     m_process-&gt;send(Messages::WebPage::GetContentsAsString(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="lines">@@ -2275,7 +2275,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_loadDependentStringCallbackIDs.add(callbackID);
</span><span class="cx">     m_process-&gt;send(Messages::WebPage::GetBytecodeProfile(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="lines">@@ -2288,7 +2288,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetContentsAsMHTMLData(callbackID, useBinaryEncoding), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="lines">@@ -2300,7 +2300,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetSelectionOrContentsAsString(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2311,7 +2311,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetSelectionAsWebArchiveData(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2322,7 +2322,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetMainResourceDataOfFrame(frame-&gt;frameID(), callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2333,7 +2333,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetResourceDataFromFrame(frame-&gt;frameID(), resourceURL-&gt;string(), callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2344,7 +2344,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::GetWebArchiveOfFrame(frame-&gt;frameID(), callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -2821,7 +2821,7 @@
</span><span class="cx">     m_inDecidePolicyForNavigationAction = true;
</span><span class="cx">     m_syncNavigationActionPolicyActionIsValid = false;
</span><span class="cx"> 
</span><del>-    m_policyClient-&gt;decidePolicyForNavigationAction(this, frame, navigationActionData, originatingFrame, originalRequest, request, std::move(listener), userData.get());
</del><ins>+    m_policyClient-&gt;decidePolicyForNavigationAction(this, frame, navigationActionData, originatingFrame, originalRequest, request, WTF::move(listener), userData.get());
</ins><span class="cx"> 
</span><span class="cx">     m_inDecidePolicyForNavigationAction = false;
</span><span class="cx"> 
</span><span class="lines">@@ -2846,7 +2846,7 @@
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;WebFramePolicyListenerProxy&gt; listener = frame-&gt;setUpPolicyListenerProxy(listenerID);
</span><span class="cx"> 
</span><del>-    m_policyClient-&gt;decidePolicyForNewWindowAction(this, frame, navigationActionData, request, frameName, std::move(listener), userData.get());
</del><ins>+    m_policyClient-&gt;decidePolicyForNewWindowAction(this, frame, navigationActionData, request, frameName, WTF::move(listener), userData.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::decidePolicyForResponse(uint64_t frameID, const ResourceResponse&amp; response, const ResourceRequest&amp; request, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder&amp; decoder)
</span><span class="lines">@@ -2863,7 +2863,7 @@
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;WebFramePolicyListenerProxy&gt; listener = frame-&gt;setUpPolicyListenerProxy(listenerID);
</span><span class="cx"> 
</span><del>-    m_policyClient-&gt;decidePolicyForResponse(this, frame, response, request, canShowMIMEType, std::move(listener), userData.get());
</del><ins>+    m_policyClient-&gt;decidePolicyForResponse(this, frame, response, request, canShowMIMEType, WTF::move(listener), userData.get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::decidePolicyForResponseSync(uint64_t frameID, const ResourceResponse&amp; response, const ResourceRequest&amp; request, bool canShowMIMEType, uint64_t listenerID, IPC::MessageDecoder&amp; decoder, bool&amp; receivedPolicyAction, uint64_t&amp; policyAction, uint64_t&amp; downloadID)
</span><span class="lines">@@ -3494,10 +3494,10 @@
</span><span class="cx">         for (const auto&amp; rect : rects)
</span><span class="cx">             apiRects.uncheckedAppend(API::Rect::create(toAPI(rect)));
</span><span class="cx"> 
</span><del>-        matches.uncheckedAppend(API::Array::create(std::move(apiRects)));
</del><ins>+        matches.uncheckedAppend(API::Array::create(WTF::move(apiRects)));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_findMatchesClient.didFindStringMatches(this, string, API::Array::create(std::move(matches)).get(), firstIndexAfterSelection);
</del><ins>+    m_findMatchesClient.didFindStringMatches(this, string, API::Array::create(WTF::move(matches)).get(), firstIndexAfterSelection);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPageProxy::didFailToFindString(const String&amp; string)
</span><span class="lines">@@ -3507,7 +3507,7 @@
</span><span class="cx"> 
</span><span class="cx"> bool WebPageProxy::sendMessage(std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder, unsigned messageSendFlags)
</span><span class="cx"> {
</span><del>-    return m_process-&gt;sendMessage(std::move(encoder), messageSendFlags);
</del><ins>+    return m_process-&gt;sendMessage(WTF::move(encoder), messageSendFlags);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> IPC::Connection* WebPageProxy::messageSenderConnection()
</span><span class="lines">@@ -4492,7 +4492,7 @@
</span><span class="cx">     std::unique_ptr&lt;ExceededDatabaseQuotaRecords::Record&gt; newRecord = records.createRecord(frameID,
</span><span class="cx">         originIdentifier, databaseName, displayName, currentQuota, currentOriginUsage,
</span><span class="cx">         currentDatabaseUsage, expectedUsage, reply);
</span><del>-    records.add(std::move(newRecord));
</del><ins>+    records.add(WTF::move(newRecord));
</ins><span class="cx"> 
</span><span class="cx">     if (records.areBeingProcessed())
</span><span class="cx">         return;
</span><span class="lines">@@ -5015,7 +5015,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     process().send(Messages::WebPage::GetMarkedRangeAsync(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -5026,7 +5026,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     process().send(Messages::WebPage::GetSelectedRangeAsync(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -5037,7 +5037,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     process().send(Messages::WebPage::CharacterIndexForPointAsync(point, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -5048,7 +5048,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     process().send(Messages::WebPage::FirstRectForCharacterRangeAsync(range, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -5080,7 +5080,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::TakeSnapshot(rect, bitmapSize, options, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebProcessProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebProcessProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -320,7 +320,7 @@
</span><span class="cx">         BackForwardListItemState backForwardListItemState;
</span><span class="cx">         backForwardListItemState.identifier = itemID;
</span><span class="cx">         backForwardListItemState.pageState = pageState;
</span><del>-        backForwardListItem = WebBackForwardListItem::create(std::move(backForwardListItemState));
</del><ins>+        backForwardListItem = WebBackForwardListItem::create(WTF::move(backForwardListItemState));
</ins><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessWebResourceCacheManagerProxycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> 
</span><span class="cx"> void WebResourceCacheManagerProxy::getCacheOrigins(std::function&lt;void (API::Array*, CallbackBase::Error)&gt; callbackFunction)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(std::move(callbackFunction));
</del><ins>+    RefPtr&lt;ArrayCallback&gt; callback = ArrayCallback::create(WTF::move(callbackFunction));
</ins><span class="cx">     uint64_t callbackID = callback-&gt;callbackID();
</span><span class="cx">     m_arrayCallbacks.set(callbackID, callback.release());
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcesseflInputMethodContextEflcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> InputMethodContextEfl::InputMethodContextEfl(EwkView* view, EflUniquePtr&lt;Ecore_IMF_Context&gt; context)
</span><span class="cx">     : m_view(view)
</span><del>-    , m_context(std::move(context))
</del><ins>+    , m_context(WTF::move(context))
</ins><span class="cx">     , m_focused(false)
</span><span class="cx"> {
</span><span class="cx">     ASSERT(m_context);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcesseflInputMethodContextEflh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx">         if (!context)
</span><span class="cx">             return nullptr;
</span><span class="cx"> 
</span><del>-        return std::make_unique&lt;InputMethodContextEfl&gt;(viewImpl, std::move(context));
</del><ins>+        return std::make_unique&lt;InputMethodContextEfl&gt;(viewImpl, WTF::move(context));
</ins><span class="cx">     }
</span><span class="cx">     InputMethodContextEfl(EwkView*, EflUniquePtr&lt;Ecore_IMF_Context&gt;);
</span><span class="cx">     ~InputMethodContextEfl();
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcesseflWebUIPopupMenuClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/efl/WebUIPopupMenuClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/efl/WebUIPopupMenuClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/efl/WebUIPopupMenuClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;API::Array&gt; ItemsArray;
</span><span class="cx">     if (!webPopupItems.isEmpty())
</span><del>-        ItemsArray = API::Array::create(std::move(webPopupItems));
</del><ins>+        ItemsArray = API::Array::create(WTF::move(webPopupItems));
</ins><span class="cx"> 
</span><span class="cx">     m_client.showPopupMenu(toAPI(pageProxy), toAPI(static_cast&lt;WebPopupMenuListenerEfl*&gt;(popupMenuProxy)), toAPI(rect), toAPI(textDirection), pageScaleFactor, toAPI(ItemsArray.get()), selectedIndex, m_client.base.clientInfo);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessiosWKActionSheetAssistantmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/ios/WKActionSheetAssistant.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -235,7 +235,7 @@
</span><span class="cx">     auto elementInfo = adoptNS([[_WKActivatedElementInfo alloc] _initWithType:_WKActivatedElementTypeImage
</span><span class="cx">         URL:targetURL location:positionInformation.point title:positionInformation.title rect:positionInformation.bounds]);
</span><span class="cx"> 
</span><del>-    RetainPtr&lt;NSArray&gt; actions = _view.page-&gt;uiClient().actionsForElement(elementInfo.get(), std::move(defaultActions));
</del><ins>+    RetainPtr&lt;NSArray&gt; actions = _view.page-&gt;uiClient().actionsForElement(elementInfo.get(), WTF::move(defaultActions));
</ins><span class="cx"> 
</span><span class="cx">     if (![actions count])
</span><span class="cx">         return;
</span><span class="lines">@@ -244,7 +244,7 @@
</span><span class="cx">     if (!_interactionSheet)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    _elementInfo = std::move(elementInfo);
</del><ins>+    _elementInfo = WTF::move(elementInfo);
</ins><span class="cx"> 
</span><span class="cx">     if (![_interactionSheet presentSheet])
</span><span class="cx">         [self cleanupSheet];
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx">     RetainPtr&lt;_WKActivatedElementInfo&gt; elementInfo = adoptNS([[_WKActivatedElementInfo alloc] _initWithType:_WKActivatedElementTypeLink
</span><span class="cx">         URL:targetURL location:positionInformation.point title:positionInformation.title rect:positionInformation.bounds]);
</span><span class="cx"> 
</span><del>-    RetainPtr&lt;NSArray&gt; actions = _view.page-&gt;uiClient().actionsForElement(elementInfo.get(), std::move(defaultActions));
</del><ins>+    RetainPtr&lt;NSArray&gt; actions = _view.page-&gt;uiClient().actionsForElement(elementInfo.get(), WTF::move(defaultActions));
</ins><span class="cx"> 
</span><span class="cx">     if (![actions count])
</span><span class="cx">         return;
</span><span class="lines">@@ -280,7 +280,7 @@
</span><span class="cx">     if (!_interactionSheet)
</span><span class="cx">         return;
</span><span class="cx"> 
</span><del>-    _elementInfo = std::move(elementInfo);
</del><ins>+    _elementInfo = WTF::move(elementInfo);
</ins><span class="cx"> 
</span><span class="cx">     if (![_interactionSheet presentSheet])
</span><span class="cx">         [self cleanupSheet];
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessiosWKContentViewmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/ios/WKContentView.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/ios/WKContentView.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/ios/WKContentView.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -432,7 +432,7 @@
</span><span class="cx"> 
</span><span class="cx">     _pageClient = std::make_unique&lt;PageClientImpl&gt;(self, webView);
</span><span class="cx"> 
</span><del>-    _page = context.createWebPage(*_pageClient, std::move(webPageConfiguration));
</del><ins>+    _page = context.createWebPage(*_pageClient, WTF::move(webPageConfiguration));
</ins><span class="cx">     _page-&gt;initializeWebPage();
</span><span class="cx">     _page-&gt;setIntrinsicDeviceScaleFactor(WKGetScaleFactorForScreen([UIScreen mainScreen]));
</span><span class="cx">     _page-&gt;setUseFixedLayout(true);
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessiosWKGeolocationProviderIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/ios/WKGeolocationProviderIOS.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx"> - (void)geolocationAuthorizationGranted
</span><span class="cx"> {
</span><span class="cx">     // Step 2: ask the user if the this particular page can use gelocation.
</span><del>-    Vector&lt;GeolocationRequestData&gt; requests = std::move(_requestsWaitingForCoreLocationAuthorization);
</del><ins>+    Vector&lt;GeolocationRequestData&gt; requests = WTF::move(_requestsWaitingForCoreLocationAuthorization);
</ins><span class="cx">     for (const auto&amp; request : requests) {
</span><span class="cx">         RetainPtr&lt;WKWebAllowDenyPolicyListener&gt; policyListener = adoptNS([[WKWebAllowDenyPolicyListener alloc] initWithPermissionRequestProxy:request.permissionRequest.get()]);
</span><span class="cx">         decidePolicyForGeolocationRequestFromOrigin(request.origin.get(), request.frame-&gt;url(), policyListener.get(), request.window.get());
</span><span class="lines">@@ -179,7 +179,7 @@
</span><span class="cx"> 
</span><span class="cx"> - (void)geolocationAuthorizationDenied
</span><span class="cx"> {
</span><del>-    Vector&lt;GeolocationRequestData&gt; requests = std::move(_requestsWaitingForCoreLocationAuthorization);
</del><ins>+    Vector&lt;GeolocationRequestData&gt; requests = WTF::move(_requestsWaitingForCoreLocationAuthorization);
</ins><span class="cx">     for (const auto&amp; requestData : requests)
</span><span class="cx">         requestData.permissionRequest-&gt;deny();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessiosWebPageProxyIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/ios/WebPageProxyIOS.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -312,7 +312,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::SelectWithGesture(point, (uint32_t)granularity, gestureType, gestureState, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -323,7 +323,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::UpdateSelectionWithTouches(point, touches, baseIsStart, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx">     
</span><span class="lines">@@ -344,7 +344,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::RequestAutocorrectionData(textForAutocorrection, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -355,7 +355,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::ApplyAutocorrection(correction, originalText, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -373,7 +373,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::RequestDictationContext(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -384,7 +384,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::RequestAutocorrectionContext(callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -400,7 +400,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx">     m_process-&gt;send(Messages::WebPage::SelectWithTwoTouches(from, to, gestureType, gestureState, callbackID), m_pageID);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessiosformsWKFileUploadPanelmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/ios/forms/WKFileUploadPanel.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -285,7 +285,7 @@
</span><span class="cx">     urls.reserveInitialCapacity(count);
</span><span class="cx">     for (NSURL *fileURL in fileURLs)
</span><span class="cx">         urls.uncheckedAppend(adoptRef(toImpl(WKURLCreateWithCFURL((CFURLRef)fileURL))));
</span><del>-    RefPtr&lt;API::Array&gt; fileURLsRef = API::Array::create(std::move(urls));
</del><ins>+    RefPtr&lt;API::Array&gt; fileURLsRef = API::Array::create(WTF::move(urls));
</ins><span class="cx"> 
</span><span class="cx">     NSData *jpeg = UIImageJPEGRepresentation(iconImage, 1.0);
</span><span class="cx">     RefPtr&lt;API::Data&gt; iconImageDataRef = adoptRef(toImpl(WKDataCreate(reinterpret_cast&lt;const unsigned char*&gt;([jpeg bytes]), [jpeg length])));
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacLegacySessionStateCodingcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/mac/LegacySessionStateCoding.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -184,7 +184,7 @@
</span><span class="cx">     MallocPtr&lt;uint8_t&gt; finishEncoding(size_t&amp; size)
</span><span class="cx">     {
</span><span class="cx">         size = m_bufferSize;
</span><del>-        return std::move(m_buffer);
</del><ins>+        return WTF::move(m_buffer);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> private:
</span><span class="lines">@@ -828,7 +828,7 @@
</span><span class="cx">         if (!decoder.isValid())
</span><span class="cx">             return;
</span><span class="cx"> 
</span><del>-        formData.elements.append(std::move(formDataElement));
</del><ins>+        formData.elements.append(WTF::move(formDataElement));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     bool hasGeneratedFiles;
</span><span class="lines">@@ -853,7 +853,7 @@
</span><span class="cx">         if (!decoder.isValid())
</span><span class="cx">             return;
</span><span class="cx"> 
</span><del>-        frameState.children.append(std::move(childFrameState));
</del><ins>+        frameState.children.append(WTF::move(childFrameState));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     decoder &gt;&gt; frameState.documentSequenceNumber;
</span><span class="lines">@@ -868,7 +868,7 @@
</span><span class="cx">         if (!decoder.isValid())
</span><span class="cx">             return;
</span><span class="cx"> 
</span><del>-        frameState.documentState.append(std::move(state));
</del><ins>+        frameState.documentState.append(WTF::move(state));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     String formContentType;
</span><span class="lines">@@ -879,11 +879,11 @@
</span><span class="cx"> 
</span><span class="cx">     if (hasFormData) {
</span><span class="cx">         HTTPBody httpBody;
</span><del>-        httpBody.contentType = std::move(formContentType);
</del><ins>+        httpBody.contentType = WTF::move(formContentType);
</ins><span class="cx"> 
</span><span class="cx">         decodeFormData(decoder, httpBody);
</span><span class="cx"> 
</span><del>-        frameState.httpBody = std::move(httpBody);
</del><ins>+        frameState.httpBody = WTF::move(httpBody);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     decoder &gt;&gt; frameState.itemSequenceNumber;
</span><span class="lines">@@ -907,7 +907,7 @@
</span><span class="cx">         Vector&lt;uint8_t&gt; stateObjectData;
</span><span class="cx">         decoder &gt;&gt; stateObjectData;
</span><span class="cx"> 
</span><del>-        frameState.stateObjectData = std::move(stateObjectData);
</del><ins>+        frameState.stateObjectData = WTF::move(stateObjectData);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     decoder &gt;&gt; frameState.target;
</span><span class="lines">@@ -981,7 +981,7 @@
</span><span class="cx">         if (!decodeSessionHistoryEntry(entryDictionary, entry))
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><del>-        entries.append(std::move(entry));
</del><ins>+        entries.append(WTF::move(entry));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return true;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacRemoteLayerTreeDrawingAreaProxymm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/mac/RemoteLayerTreeDrawingAreaProxy.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -348,7 +348,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_webPageProxy-&gt;process().send(Messages::DrawingArea::AddTransactionCallbackID(m_callbacks.put(std::move(callbackFunction), nullptr)), m_webPageProxy-&gt;pageID());
</del><ins>+    m_webPageProxy-&gt;process().send(Messages::DrawingArea::AddTransactionCallbackID(m_callbacks.put(WTF::move(callbackFunction), nullptr)), m_webPageProxy-&gt;pageID());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacViewGestureControllerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/mac/ViewGestureController.h        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx">     bool handleScrollWheelEvent(NSEvent *);
</span><span class="cx">     void wheelEventWasNotHandledByWebCore(NSEvent *);
</span><span class="cx"> 
</span><del>-    void setCustomSwipeViews(Vector&lt;RetainPtr&lt;NSView&gt;&gt; views) { m_customSwipeViews = std::move(views); }
</del><ins>+    void setCustomSwipeViews(Vector&lt;RetainPtr&lt;NSView&gt;&gt; views) { m_customSwipeViews = WTF::move(views); }
</ins><span class="cx">     void setCustomSwipeViewsTopContentInset(float topContentInset) { m_customSwipeViewsTopContentInset = topContentInset; }
</span><span class="cx">     WebCore::FloatRect windowRelativeBoundsForCustomSwipeViews() const;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessmacWebPageProxyMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/UIProcess/mac/WebPageProxyMac.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -325,7 +325,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    uint64_t callbackID = m_callbacks.put(std::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</del><ins>+    uint64_t callbackID = m_callbacks.put(WTF::move(callbackFunction), std::make_unique&lt;ProcessThrottler::BackgroundActivityToken&gt;(m_process-&gt;throttler()));
</ins><span class="cx"> 
</span><span class="cx">     process().send(Messages::WebPage::AttributedSubstringForCharacterRangeAsync(range, callbackID), m_pageID);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -185,7 +185,7 @@
</span><span class="cx">     for (const auto&amp; item : items)
</span><span class="cx">         menuItems.uncheckedAppend(WebContextMenuItem::create(item));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(menuItems));
</del><ins>+    return API::Array::create(WTF::move(menuItems));
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIgtkWebKitWebPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/gtk/WebKitWebPage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -157,7 +157,7 @@
</span><span class="cx">     message.set(String::fromUTF8(&quot;Frame&quot;), toImpl(frame));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Identifier&quot;), API::UInt64::create(identifier));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Request&quot;), toImpl(request));
</span><del>-    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidInitiateLoadForResource&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidInitiateLoadForResource&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static WKURLRequestRef willSendRequestForFrame(WKBundlePageRef page, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef wkRequest, WKURLResponseRef wkRedirectResponse, const void* clientInfo)
</span><span class="lines">@@ -182,7 +182,7 @@
</span><span class="cx">     message.set(String::fromUTF8(&quot;Request&quot;), newRequest.get());
</span><span class="cx">     if (!redirectResourceResponse.isNull())
</span><span class="cx">         message.set(String::fromUTF8(&quot;RedirectResponse&quot;), toImpl(wkRedirectResponse));
</span><del>-    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidSendRequestForResource&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidSendRequestForResource&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> 
</span><span class="cx">     return toAPI(newRequest.release().leakRef());
</span><span class="cx"> }
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx">     message.set(String::fromUTF8(&quot;Page&quot;), toImpl(page));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Identifier&quot;), API::UInt64::create(identifier));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Response&quot;), toImpl(response));
</span><del>-    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidReceiveResponseForResource&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidReceiveResponseForResource&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void didReceiveContentLengthForResource(WKBundlePageRef page, WKBundleFrameRef, uint64_t identifier, uint64_t length, const void*)
</span><span class="lines">@@ -202,7 +202,7 @@
</span><span class="cx">     message.set(String::fromUTF8(&quot;Page&quot;), toImpl(page));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Identifier&quot;), API::UInt64::create(identifier));
</span><span class="cx">     message.set(String::fromUTF8(&quot;ContentLength&quot;), API::UInt64::create(length));
</span><del>-    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidReceiveContentLengthForResource&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidReceiveContentLengthForResource&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void didFinishLoadForResource(WKBundlePageRef page, WKBundleFrameRef, uint64_t identifier, const void*)
</span><span class="lines">@@ -210,7 +210,7 @@
</span><span class="cx">     ImmutableDictionary::MapType message;
</span><span class="cx">     message.set(String::fromUTF8(&quot;Page&quot;), toImpl(page));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Identifier&quot;), API::UInt64::create(identifier));
</span><del>-    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidFinishLoadForResource&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidFinishLoadForResource&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void didFailLoadForResource(WKBundlePageRef page, WKBundleFrameRef, uint64_t identifier, WKErrorRef error, const void*)
</span><span class="lines">@@ -219,7 +219,7 @@
</span><span class="cx">     message.set(String::fromUTF8(&quot;Page&quot;), toImpl(page));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Identifier&quot;), API::UInt64::create(identifier));
</span><span class="cx">     message.set(String::fromUTF8(&quot;Error&quot;), toImpl(error));
</span><del>-    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidFailLoadForResource&quot;), ImmutableDictionary::create(std::move(message)).get());
</del><ins>+    WebProcess::shared().injectedBundle()-&gt;postMessage(String::fromUTF8(&quot;WebPage.DidFailLoadForResource&quot;), ImmutableDictionary::create(WTF::move(message)).get());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> static void webkitWebPageGetProperty(GObject* object, guint propId, GValue* value, GParamSpec* paramSpec)
</span><span class="lines">@@ -402,7 +402,7 @@
</span><span class="cx">         messageReply.set(&quot;Page&quot;, webPage);
</span><span class="cx">         messageReply.set(&quot;CallbackID&quot;, API::UInt64::create(callbackID));
</span><span class="cx">         messageReply.set(&quot;Snapshot&quot;, snapshotImage);
</span><del>-        WebProcess::shared().injectedBundle()-&gt;postMessage(&quot;WebPage.DidGetSnapshot&quot;, ImmutableDictionary::create(std::move(messageReply)).get());
</del><ins>+        WebProcess::shared().injectedBundle()-&gt;postMessage(&quot;WebPage.DidGetSnapshot&quot;, ImmutableDictionary::create(WTF::move(messageReply)).get());
</ins><span class="cx">     } else
</span><span class="cx">         ASSERT_NOT_REACHED();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx">     encoder-&gt;encode(messageName);
</span><span class="cx">     encoder-&gt;encode(InjectedBundleUserMessageEncoder(messageBody));
</span><span class="cx"> 
</span><del>-    WebProcess::shared().parentProcessConnection()-&gt;sendMessage(std::move(encoder));
</del><ins>+    WebProcess::shared().parentProcessConnection()-&gt;sendMessage(WTF::move(encoder));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InjectedBundle::postSynchronousMessage(const String&amp; messageName, API::Object* messageBody, RefPtr&lt;API::Object&gt;&amp; returnData)
</span><span class="lines">@@ -129,7 +129,7 @@
</span><span class="cx">     encoder-&gt;encode(messageName);
</span><span class="cx">     encoder-&gt;encode(InjectedBundleUserMessageEncoder(messageBody));
</span><span class="cx"> 
</span><del>-    std::unique_ptr&lt;IPC::MessageDecoder&gt; replyDecoder = WebProcess::shared().parentProcessConnection()-&gt;sendSyncMessage(syncRequestID, std::move(encoder), std::chrono::milliseconds::max());
</del><ins>+    std::unique_ptr&lt;IPC::MessageDecoder&gt; replyDecoder = WebProcess::shared().parentProcessConnection()-&gt;sendSyncMessage(syncRequestID, WTF::move(encoder), std::chrono::milliseconds::max());
</ins><span class="cx">     if (!replyDecoder || !replyDecoder-&gt;decode(messageDecoder)) {
</span><span class="cx">         returnData = nullptr;
</span><span class="cx">         return;
</span><span class="lines">@@ -415,7 +415,7 @@
</span><span class="cx">     for (const auto&amp; origin : origins)
</span><span class="cx">         originIdentifiers.uncheckedAppend(API::String::create(origin-&gt;databaseIdentifier()));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(originIdentifiers));
</del><ins>+    return API::Array::create(WTF::move(originIdentifiers));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> int InjectedBundle::numberOfPages(WebFrame* frame, double pageWidthInPixels, double pageHeightInPixels)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundleBackForwardListItemcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundleBackForwardListItem.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx">     for (const auto&amp; child : m_item-&gt;children())
</span><span class="cx">         children.uncheckedAppend(InjectedBundleBackForwardListItem::create(child));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(children));
</del><ins>+    return API::Array::create(WTF::move(children));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> } // namespace WebKit
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageContextMenuClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx"> 
</span><span class="cx">     WKArrayRef newMenuWK = 0;
</span><span class="cx">     WKTypeRef userDataToPass = 0;
</span><del>-    m_client.getContextMenuFromDefaultMenu(toAPI(page), toAPI(hitTestResult), toAPI(API::Array::create(std::move(defaultMenuItems)).get()), &amp;newMenuWK, &amp;userDataToPass, m_client.base.clientInfo);
</del><ins>+    m_client.getContextMenuFromDefaultMenu(toAPI(page), toAPI(hitTestResult), toAPI(API::Array::create(WTF::move(defaultMenuItems)).get()), &amp;newMenuWK, &amp;userDataToPass, m_client.base.clientInfo);
</ins><span class="cx">     RefPtr&lt;API::Array&gt; array = adoptRef(toImpl(newMenuWK));
</span><span class="cx">     userData = adoptRef(toImpl(userDataToPass));
</span><span class="cx">     
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleInjectedBundlePageFormClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundlePageFormClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -134,7 +134,7 @@
</span><span class="cx">     ImmutableDictionary::MapType map;
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         map.set(values[i].first, API::String::create(values[i].second));
</span><del>-    auto textFieldsMap = ImmutableDictionary::create(std::move(map));
</del><ins>+    auto textFieldsMap = ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> 
</span><span class="cx">     m_client.willSendSubmitEvent(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), m_client.base.clientInfo);
</span><span class="cx"> }
</span><span class="lines">@@ -149,7 +149,7 @@
</span><span class="cx">     ImmutableDictionary::MapType map;
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         map.set(values[i].first, API::String::create(values[i].second));
</span><del>-    auto textFieldsMap = ImmutableDictionary::create(std::move(map));
</del><ins>+    auto textFieldsMap = ImmutableDictionary::create(WTF::move(map));
</ins><span class="cx"> 
</span><span class="cx">     WKTypeRef userDataToPass = 0;
</span><span class="cx">     m_client.willSubmitForm(toAPI(page), toAPI(nodeHandle.get()), toAPI(frame), toAPI(sourceFrame), toAPI(textFieldsMap.get()), &amp;userDataToPass, m_client.base.clientInfo);
</span><span class="lines">@@ -167,7 +167,7 @@
</span><span class="cx">     for (const auto&amp; element : elements)
</span><span class="cx">         elementHandles.uncheckedAppend(InjectedBundleNodeHandle::getOrCreate(element.get()));
</span><span class="cx"> 
</span><del>-    m_client.didAssociateFormControls(toAPI(page), toAPI(API::Array::create(std::move(elementHandles)).get()), m_client.base.clientInfo);
</del><ins>+    m_client.didAssociateFormControls(toAPI(page), toAPI(API::Array::create(WTF::move(elementHandles)).get()), m_client.base.clientInfo);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> bool InjectedBundlePageFormClient::shouldNotifyOnFormChanges(WebPage* page)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsNetscapeNetscapeBrowserFuncscpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapeBrowserFuncs.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -299,7 +299,7 @@
</span><span class="cx">         return error;
</span><span class="cx"> 
</span><span class="cx">     RefPtr&lt;NetscapePlugin&gt; plugin = NetscapePlugin::fromNPP(npp);
</span><del>-    plugin-&gt;loadURL(&quot;POST&quot;, makeURLString(url), target, std::move(headerFields), postData, false, 0);
</del><ins>+    plugin-&gt;loadURL(&quot;POST&quot;, makeURLString(url), target, WTF::move(headerFields), postData, false, 0);
</ins><span class="cx">     return NPERR_NO_ERROR;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsNetscapeNetscapePlugincpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/NetscapePlugin.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -363,7 +363,7 @@
</span><span class="cx">     
</span><span class="cx">     // FIXME: Based on the plug-in visibility, figure out if we should throttle the timer, or if we should start it at all.
</span><span class="cx">     timer-&gt;start();
</span><del>-    m_timers.set(timerID, std::move(timer));
</del><ins>+    m_timers.set(timerID, WTF::move(timer));
</ins><span class="cx"> 
</span><span class="cx">     return timerID;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessPluginsNetscapemacNetscapePluginMacmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -994,7 +994,7 @@
</span><span class="cx">     if (status != noErr)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span><del>-    keyCodes = std::move(outputData);
</del><ins>+    keyCodes = WTF::move(outputData);
</ins><span class="cx">     return true;
</span><span class="cx"> }
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessResourceCachecfWebResourceCacheManagerCFNetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/ResourceCache/cf/WebResourceCacheManagerCFNet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx">             CFArrayAppendArray(hostNames.get(), partitionNames, CFRangeMake(0, CFArrayGetCount(partitionNames)));
</span><span class="cx">             CFRelease(partitionNames);
</span><span class="cx">         }
</span><del>-        callback(std::move(hostNames));
</del><ins>+        callback(WTF::move(hostNames));
</ins><span class="cx">     });
</span><span class="cx"> }
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportSessionStateConversioncpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/SessionStateConversion.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/SessionStateConversion.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/SessionStateConversion.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        httpBody.elements.append(std::move(element));
</del><ins>+        httpBody.elements.append(WTF::move(element));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return httpBody;
</span><span class="lines">@@ -91,7 +91,7 @@
</span><span class="cx">         HTTPBody httpBody = toHTTPBody(*formData);
</span><span class="cx">         httpBody.contentType = historyItem.formContentType();
</span><span class="cx"> 
</span><del>-        frameState.httpBody = std::move(httpBody);
</del><ins>+        frameState.httpBody = WTF::move(httpBody);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(IOS)
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; childHistoryItem : historyItem.children()) {
</span><span class="cx">         FrameState childFrameState = toFrameState(*childHistoryItem);
</span><del>-        frameState.children.append(std::move(childFrameState));
</del><ins>+        frameState.children.append(WTF::move(childFrameState));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     return frameState;
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportWebFrameLoaderClientcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -657,7 +657,7 @@
</span><span class="cx"> 
</span><span class="cx">     bool canShowMIMEType = webPage-&gt;canShowMIMEType(response.mimeType());
</span><span class="cx"> 
</span><del>-    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(std::move(function));
</del><ins>+    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(WTF::move(function));
</ins><span class="cx">     bool receivedPolicyAction;
</span><span class="cx">     uint64_t policyAction;
</span><span class="cx">     uint64_t downloadID;
</span><span class="lines">@@ -691,7 +691,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(std::move(function));
</del><ins>+    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(WTF::move(function));
</ins><span class="cx"> 
</span><span class="cx">     NavigationActionData navigationActionData;
</span><span class="cx">     navigationActionData.navigationType = action-&gt;navigationType();
</span><span class="lines">@@ -727,7 +727,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx">     
</span><del>-    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(std::move(function));
</del><ins>+    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(WTF::move(function));
</ins><span class="cx">     bool receivedPolicyAction;
</span><span class="cx">     uint64_t newNavigationID;
</span><span class="cx">     uint64_t policyAction;
</span><span class="lines">@@ -830,7 +830,7 @@
</span><span class="cx">     webPage-&gt;injectedBundleFormClient().willSubmitForm(webPage, form, m_frame, sourceFrame, values, userData);
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(std::move(function));
</del><ins>+    uint64_t listenerID = m_frame-&gt;setUpPolicyListener(WTF::move(function));
</ins><span class="cx"> 
</span><span class="cx">     webPage-&gt;send(Messages::WebPageProxy::WillSubmitForm(m_frame-&gt;frameID(), sourceFrame-&gt;frameID(), values, listenerID, InjectedBundleUserMessageEncoder(userData.get())));
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportWebPasteboardOverridescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebPasteboardOverrides.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebPasteboardOverrides.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/WebPasteboardOverrides.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> 
</span><span class="cx">     if (addResult.isNewEntry) {
</span><span class="cx">         std::unique_ptr&lt;HashMap&lt;String, Vector&lt;uint8_t&gt;&gt;&gt; typeMap = std::make_unique&lt;HashMap&lt;String, Vector&lt;uint8_t&gt;&gt;&gt;();
</span><del>-        addResult.iterator-&gt;value = std::move(typeMap);
</del><ins>+        addResult.iterator-&gt;value = WTF::move(typeMap);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     addResult.iterator-&gt;value-&gt;set(type, data);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebCoreSupportgtkWebEditorClientGtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebCoreSupport/gtk/WebEditorClientGtk.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -55,7 +55,7 @@
</span><span class="cx">         if (command.isTextInsertion() &amp;&amp; !allowTextInsertion)
</span><span class="cx">             return false;
</span><span class="cx"> 
</span><del>-        commands.append(std::move(command));
</del><ins>+        commands.append(WTF::move(command));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     for (auto&amp; command : commands) {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageEventDispatchercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx"> void EventDispatcher::getQueuedTouchEventsForPage(const WebPage&amp; webPage, TouchEventQueue&amp; destinationQueue)
</span><span class="cx"> {
</span><span class="cx">     SpinLockHolder locker(&amp;m_touchEventsLock);
</span><del>-    destinationQueue = std::move(m_touchEvents.take(webPage.pageID()));
</del><ins>+    destinationQueue = WTF::move(m_touchEvents.take(webPage.pageID()));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void EventDispatcher::touchEvent(uint64_t pageID, const WebKit::WebTouchEvent&amp; touchEvent)
</span><span class="lines">@@ -165,7 +165,7 @@
</span><span class="cx">     {
</span><span class="cx">         SpinLockHolder locker(&amp;m_touchEventsLock);
</span><span class="cx">         updateListWasEmpty = m_touchEvents.isEmpty();
</span><del>-        auto addResult = m_touchEvents.add(pageID, std::move(TouchEventQueue()));
</del><ins>+        auto addResult = m_touchEvents.add(pageID, WTF::move(TouchEventQueue()));
</ins><span class="cx">         if (addResult.isNewEntry)
</span><span class="cx">             addResult.iterator-&gt;value.append(touchEvent);
</span><span class="cx">         else {
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageFindControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/FindController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -249,7 +249,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; m_findMatches.size(); ++i) {
</span><span class="cx">         Vector&lt;IntRect&gt; rects;
</span><span class="cx">         m_findMatches[i]-&gt;textRects(rects);
</span><del>-        matchRects.append(std::move(rects));
</del><ins>+        matchRects.append(WTF::move(rects));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     m_webPage-&gt;send(Messages::WebPageProxy::DidFindStringMatches(string, matchRects, indexForSelection));
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPagePageOverlayControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/PageOverlayController.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/PageOverlayController.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/PageOverlayController.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -106,7 +106,7 @@
</span><span class="cx">         break;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_overlayGraphicsLayers.set(overlay.get(), std::move(layer));
</del><ins>+    m_overlayGraphicsLayers.set(overlay.get(), WTF::move(layer));
</ins><span class="cx"> 
</span><span class="cx">     updateForceSynchronousScrollLayerPositionUpdates();
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebFramecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebFrame.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;WebFrame&gt; WebFrame::create(std::unique_ptr&lt;WebFrameLoaderClient&gt; frameLoaderClient)
</span><span class="cx"> {
</span><del>-    RefPtr&lt;WebFrame&gt; frame = adoptRef(new WebFrame(std::move(frameLoaderClient)));
</del><ins>+    RefPtr&lt;WebFrame&gt; frame = adoptRef(new WebFrame(WTF::move(frameLoaderClient)));
</ins><span class="cx"> 
</span><span class="cx">     // Add explict ref() that will be balanced in WebFrameLoaderClient::frameLoaderDestroyed().
</span><span class="cx">     frame-&gt;ref();
</span><span class="lines">@@ -148,7 +148,7 @@
</span><span class="cx">     , m_policyListenerID(0)
</span><span class="cx">     , m_policyFunction(0)
</span><span class="cx">     , m_policyDownloadID(0)
</span><del>-    , m_frameLoaderClient(std::move(frameLoaderClient))
</del><ins>+    , m_frameLoaderClient(WTF::move(frameLoaderClient))
</ins><span class="cx">     , m_loadListener(0)
</span><span class="cx">     , m_frameID(generateFrameID())
</span><span class="cx"> {
</span><span class="lines">@@ -229,7 +229,7 @@
</span><span class="cx"> 
</span><span class="cx">     ASSERT(m_policyFunction);
</span><span class="cx"> 
</span><del>-    FramePolicyFunction function = std::move(m_policyFunction);
</del><ins>+    FramePolicyFunction function = WTF::move(m_policyFunction);
</ins><span class="cx"> 
</span><span class="cx">     invalidatePolicyListener();
</span><span class="cx"> 
</span><span class="lines">@@ -457,7 +457,7 @@
</span><span class="cx">         vector.uncheckedAppend(webFrame);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(vector));
</del><ins>+    return API::Array::create(WTF::move(vector));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> String WebFrame::layerTreeAsText() const
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebInspectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebInspector.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto frontendClient = std::make_unique&lt;WebInspectorFrontendClient&gt;(m_page, m_inspectorPage);
</span><span class="cx">     m_frontendClient = frontendClient.get();
</span><del>-    m_inspectorPage-&gt;corePage()-&gt;inspectorController().setInspectorFrontendClient(std::move(frontendClient));
</del><ins>+    m_inspectorPage-&gt;corePage()-&gt;inspectorController().setInspectorFrontendClient(WTF::move(frontendClient));
</ins><span class="cx">     return m_inspectorPage;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -122,7 +122,7 @@
</span><span class="cx"> 
</span><span class="cx">     auto frontendClient = std::make_unique&lt;WebInspectorFrontendClient&gt;(m_page, m_inspectorPage);
</span><span class="cx">     m_frontendClient = frontendClient.get();
</span><del>-    m_inspectorPage-&gt;corePage()-&gt;inspectorController().setInspectorFrontendClient(std::move(frontendClient));
</del><ins>+    m_inspectorPage-&gt;corePage()-&gt;inspectorController().setInspectorFrontendClient(WTF::move(frontendClient));
</ins><span class="cx">     return m_inspectorPage;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageWebPagecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -558,7 +558,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_formClient = std::move(formClient);
</del><ins>+    m_formClient = WTF::move(formClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebPage::initializeInjectedBundleLoaderClient(WKBundlePageLoaderClientBase* client)
</span><span class="lines">@@ -597,7 +597,7 @@
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_uiClient = std::move(uiClient);
</del><ins>+    m_uiClient = WTF::move(uiClient);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(FULLSCREEN_API)
</span><span class="lines">@@ -801,7 +801,7 @@
</span><span class="cx">     for (const auto&amp; repaintRect : view-&gt;trackedRepaintRects())
</span><span class="cx">         repaintRects.uncheckedAppend(API::Rect::create(toAPI(repaintRect)));
</span><span class="cx"> 
</span><del>-    return API::Array::create(std::move(repaintRects));
</del><ins>+    return API::Array::create(WTF::move(repaintRects));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> PluginView* WebPage::focusedPluginViewForFrame(Frame&amp; frame)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPagegtkLayerTreeHostGtkcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -371,7 +371,7 @@
</span><span class="cx">     layer-&gt;setShowRepaintCounter(m_webPage-&gt;corePage()-&gt;settings().showRepaintCounter());
</span><span class="cx"> 
</span><span class="cx">     m_rootLayer-&gt;addChild(layer.get());
</span><del>-    m_pageOverlayLayers.add(pageOverlay, std::move(layer));
</del><ins>+    m_pageOverlayLayers.add(pageOverlay, WTF::move(layer));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void LayerTreeHostGtk::destroyPageOverlayLayer(PageOverlay* pageOverlay)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPageiosWebPageIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -2526,7 +2526,7 @@
</span><span class="cx">     double totalScaleFactor = 1;
</span><span class="cx">     computePagesForPrintingImpl(frameID, printInfo, pageRects, totalScaleFactor);
</span><span class="cx">     std::size_t pageCount = pageRects.size();
</span><del>-    reply-&gt;send(std::move(pageRects), totalScaleFactor);
</del><ins>+    reply-&gt;send(WTF::move(pageRects), totalScaleFactor);
</ins><span class="cx"> 
</span><span class="cx">     RetainPtr&lt;CFMutableDataRef&gt; pdfPageData;
</span><span class="cx">     drawPagesToPDFImpl(frameID, printInfo, firstPage, pageCount - firstPage, pdfPageData);
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPagemacPlatformCAAnimationRemotemm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCAAnimationRemote.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCAAnimationRemote.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/PlatformCAAnimationRemote.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -401,7 +401,7 @@
</span><span class="cx">     Vector&lt;RefPtr&lt;TimingFunction&gt;&gt; timingFunctions;
</span><span class="cx">     timingFunctions.append(value-&gt;clone());
</span><span class="cx"> 
</span><del>-    m_properties.timingFunctions = std::move(timingFunctions);
</del><ins>+    m_properties.timingFunctions = WTF::move(timingFunctions);
</ins><span class="cx">     m_properties.reverseTimingFunctions = reverse;
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -569,7 +569,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         keyframes.uncheckedAppend(KeyframeValue(values[i]));
</span><span class="cx">     
</span><del>-    m_properties.keyValues = std::move(keyframes);
</del><ins>+    m_properties.keyValues = WTF::move(keyframes);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PlatformCAAnimationRemote::setValues(const Vector&lt;TransformationMatrix&gt;&amp; values)
</span><span class="lines">@@ -583,7 +583,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         keyframes.uncheckedAppend(KeyframeValue(values[i]));
</span><span class="cx">     
</span><del>-    m_properties.keyValues = std::move(keyframes);
</del><ins>+    m_properties.keyValues = WTF::move(keyframes);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PlatformCAAnimationRemote::setValues(const Vector&lt;FloatPoint3D&gt;&amp; values)
</span><span class="lines">@@ -597,7 +597,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         keyframes.uncheckedAppend(KeyframeValue(values[i]));
</span><span class="cx">     
</span><del>-    m_properties.keyValues = std::move(keyframes);
</del><ins>+    m_properties.keyValues = WTF::move(keyframes);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void PlatformCAAnimationRemote::setValues(const Vector&lt;Color&gt;&amp; values)
</span><span class="lines">@@ -611,7 +611,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         keyframes.uncheckedAppend(KeyframeValue(values[i]));
</span><span class="cx">     
</span><del>-    m_properties.keyValues = std::move(keyframes);
</del><ins>+    m_properties.keyValues = WTF::move(keyframes);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(CSS_FILTERS)
</span><span class="lines">@@ -628,7 +628,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         keyframes.uncheckedAppend(KeyframeValue(values[i]));
</span><span class="cx">     
</span><del>-    m_properties.keyValues = std::move(keyframes);
</del><ins>+    m_properties.keyValues = WTF::move(keyframes);
</ins><span class="cx"> }
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="lines">@@ -657,7 +657,7 @@
</span><span class="cx">     for (size_t i = 0; i &lt; values.size(); ++i)
</span><span class="cx">         timingFunctions.uncheckedAppend(values[i]-&gt;clone());
</span><span class="cx">     
</span><del>-    m_properties.timingFunctions = std::move(timingFunctions);
</del><ins>+    m_properties.timingFunctions = WTF::move(timingFunctions);
</ins><span class="cx">     m_properties.reverseTimingFunctions = reverse;
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPagemacRemoteLayerTreeContextmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -109,8 +109,8 @@
</span><span class="cx">     rootLayerRemote.recursiveBuildTransaction(*this, transaction);
</span><span class="cx">     m_currentTransaction = nullptr;
</span><span class="cx"> 
</span><del>-    transaction.setCreatedLayers(std::move(m_createdLayers));
-    transaction.setDestroyedLayerIDs(std::move(m_destroyedLayers));
</del><ins>+    transaction.setCreatedLayers(WTF::move(m_createdLayers));
+    transaction.setDestroyedLayerIDs(WTF::move(m_destroyedLayers));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RemoteLayerTreeContext::layerPropertyChangedWhileBuildingTransaction(PlatformCALayerRemote&amp; layer)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessWebPagemacRemoteLayerTreeDrawingAreamm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -318,7 +318,7 @@
</span><span class="cx">     // FIXME: Minimize these transactions if nothing changed.
</span><span class="cx">     RemoteLayerTreeTransaction layerTransaction;
</span><span class="cx">     layerTransaction.setTransactionID(takeNextTransactionID());
</span><del>-    layerTransaction.setCallbackIDs(std::move(m_pendingCallbackIDs));
</del><ins>+    layerTransaction.setCallbackIDs(WTF::move(m_pendingCallbackIDs));
</ins><span class="cx">     m_remoteLayerTreeContext-&gt;buildTransaction(layerTransaction, *toGraphicsLayerCARemote(m_rootLayer.get())-&gt;platformCALayer());
</span><span class="cx">     backingStoreCollection.willCommitLayerTree(layerTransaction);
</span><span class="cx">     m_webPage.willCommitLayerTree(layerTransaction);
</span><span class="lines">@@ -357,7 +357,7 @@
</span><span class="cx">     if (hadAnyChangedBackingStore)
</span><span class="cx">         backingStoreCollection.scheduleVolatilityTimer();
</span><span class="cx"> 
</span><del>-    RefPtr&lt;BackingStoreFlusher&gt; backingStoreFlusher = BackingStoreFlusher::create(WebProcess::shared().parentProcessConnection(), std::move(commitEncoder), std::move(contextsToFlush));
</del><ins>+    RefPtr&lt;BackingStoreFlusher&gt; backingStoreFlusher = BackingStoreFlusher::create(WebProcess::shared().parentProcessConnection(), WTF::move(commitEncoder), WTF::move(contextsToFlush));
</ins><span class="cx">     m_pendingBackingStoreFlusher = backingStoreFlusher;
</span><span class="cx"> 
</span><span class="cx">     dispatch_async(m_commitQueue, [backingStoreFlusher]{
</span><span class="lines">@@ -402,13 +402,13 @@
</span><span class="cx"> 
</span><span class="cx"> PassRefPtr&lt;RemoteLayerTreeDrawingArea::BackingStoreFlusher&gt; RemoteLayerTreeDrawingArea::BackingStoreFlusher::create(IPC::Connection* connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder, Vector&lt;RetainPtr&lt;CGContextRef&gt;&gt; contextsToFlush)
</span><span class="cx"> {
</span><del>-    return adoptRef(new RemoteLayerTreeDrawingArea::BackingStoreFlusher(connection, std::move(encoder), std::move(contextsToFlush)));
</del><ins>+    return adoptRef(new RemoteLayerTreeDrawingArea::BackingStoreFlusher(connection, WTF::move(encoder), WTF::move(contextsToFlush)));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> RemoteLayerTreeDrawingArea::BackingStoreFlusher::BackingStoreFlusher(IPC::Connection* connection, std::unique_ptr&lt;IPC::MessageEncoder&gt; encoder, Vector&lt;RetainPtr&lt;CGContextRef&gt;&gt; contextsToFlush)
</span><span class="cx">     : m_connection(connection)
</span><del>-    , m_commitEncoder(std::move(encoder))
-    , m_contextsToFlush(std::move(contextsToFlush))
</del><ins>+    , m_commitEncoder(WTF::move(encoder))
+    , m_contextsToFlush(WTF::move(contextsToFlush))
</ins><span class="cx">     , m_hasFlushed(false)
</span><span class="cx"> {
</span><span class="cx"> }
</span><span class="lines">@@ -421,7 +421,7 @@
</span><span class="cx">         CGContextFlush(context.get());
</span><span class="cx">     m_hasFlushed = true;
</span><span class="cx"> 
</span><del>-    m_connection-&gt;sendMessage(std::move(m_commitEncoder));
</del><ins>+    m_connection-&gt;sendMessage(WTF::move(m_commitEncoder));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void RemoteLayerTreeDrawingArea::viewStateDidChange(ViewState::Flags, bool wantsDidUpdateViewState)
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessiosWebVideoFullscreenManagermm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/ios/WebVideoFullscreenManager.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/ios/WebVideoFullscreenManager.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Source/WebKit2/WebProcess/ios/WebVideoFullscreenManager.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -142,7 +142,7 @@
</span><span class="cx">         rangesVector.append(std::pair&lt;double,double&gt;(start, end));
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    m_page-&gt;send(Messages::WebVideoFullscreenManagerProxy::SetSeekableRangesVector(std::move(rangesVector)), m_page-&gt;pageID());
</del><ins>+    m_page-&gt;send(Messages::WebVideoFullscreenManagerProxy::SetSeekableRangesVector(WTF::move(rangesVector)), m_page-&gt;pageID());
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void WebVideoFullscreenManager::setAudioMediaSelectionOptions(const Vector&lt;String&gt;&amp; options, uint64_t selectedIndex)
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/ChangeLog        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -1,3 +1,23 @@
</span><ins>+2014-07-03  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Add WTF::move()
+        https://bugs.webkit.org/show_bug.cgi?id=134500
+
+        Rubber-stamped by Anders Carlsson.
+
+        Substitute WTF::move() for std::move().
+
+        * DumpRenderTree/win/DRTDataObject.cpp:
+        * TestWebKitAPI/Tests/WTF/HashMap.cpp:
+        * TestWebKitAPI/Tests/WTF/HashSet.cpp:
+        * TestWebKitAPI/Tests/WTF/RefPtr.cpp:
+        * TestWebKitAPI/Tests/WTF/Vector.cpp:
+        * TestWebKitAPI/Tests/WTF/WTFString.cpp:
+        * TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm: Added FIXME comments that explain that some of the sub-tests
+        aren't actually testing move semantics in tests: MoveAssignmentFromSameType, MoveAssignmentFromSimilarType,
+        ConstructionFromSameType, and ConstructionFromSimilarType.
+        * TestWebKitAPI/Tests/WebCore/CalculationValue.cpp:
+
</ins><span class="cx"> 2014-07-03  László Langó  &lt;llango.u-szeged@partner.samsung.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [JavaScriptCore] Add --cmakeargs option to build-jsc.
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreewinDRTDataObjectcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/win/DRTDataObject.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/win/DRTDataObject.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/DumpRenderTree/win/DRTDataObject.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -255,13 +255,13 @@
</span><span class="cx">     ZeroMemory(pStgMed.get(), sizeof(STGMEDIUM));
</span><span class="cx"> 
</span><span class="cx">     *formatetc = *pformatetc;
</span><del>-    m_formats.append(std::move(formatetc));
</del><ins>+    m_formats.append(WTF::move(formatetc));
</ins><span class="cx"> 
</span><span class="cx">     if (fRelease)
</span><span class="cx">         *pStgMed = *pmedium;
</span><span class="cx">     else
</span><span class="cx">         CopyMedium(pStgMed.get(), pmedium, pformatetc);
</span><del>-    m_medium.append(std::move(pStgMed));
</del><ins>+    m_medium.append(WTF::move(pStgMed));
</ins><span class="cx"> 
</span><span class="cx">     return S_OK;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFHashMapcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/HashMap.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/HashMap.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/HashMap.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -90,7 +90,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i + 1);
</span><del>-        moveOnlyValues.set(i + 1, std::move(moveOnly));
</del><ins>+        moveOnlyValues.set(i + 1, WTF::move(moveOnly));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="lines">@@ -113,7 +113,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i + 1);
</span><del>-        moveOnlyKeys.set(std::move(moveOnly), i + 1);
</del><ins>+        moveOnlyKeys.set(WTF::move(moveOnly), i + 1);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFHashSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/HashSet.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/HashSet.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/HashSet.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i + 1);
</span><del>-        hashSet.add(std::move(moveOnly));
</del><ins>+        hashSet.add(WTF::move(moveOnly));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i)
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFRefPtrcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/RefPtr.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/RefPtr.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/RefPtr.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         RefPtr&lt;RefLogger&gt; p1 = &amp;a;
</span><del>-        RefPtr&lt;RefLogger&gt; p2 = std::move(p1);
</del><ins>+        RefPtr&lt;RefLogger&gt; p2 = WTF::move(p1);
</ins><span class="cx">         ASSERT_EQ(nullptr, p1.get());
</span><span class="cx">         ASSERT_EQ(&amp;a, p2.get());
</span><span class="cx">     }
</span><span class="lines">@@ -77,7 +77,7 @@
</span><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         RefPtr&lt;RefLogger&gt; p1 = &amp;a;
</span><del>-        RefPtr&lt;RefLogger&gt; p2(std::move(p1));
</del><ins>+        RefPtr&lt;RefLogger&gt; p2(WTF::move(p1));
</ins><span class="cx">         ASSERT_EQ(nullptr, p1.get());
</span><span class="cx">         ASSERT_EQ(&amp;a, p2.get());
</span><span class="cx">     }
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx"> 
</span><span class="cx">     {
</span><span class="cx">         RefPtr&lt;DerivedRefLogger&gt; p1 = &amp;a;
</span><del>-        RefPtr&lt;RefLogger&gt; p2 = std::move(p1);
</del><ins>+        RefPtr&lt;RefLogger&gt; p2 = WTF::move(p1);
</ins><span class="cx">         ASSERT_EQ(nullptr, p1.get());
</span><span class="cx">         ASSERT_EQ(&amp;a, p2.get());
</span><span class="cx">     }
</span><span class="lines">@@ -121,7 +121,7 @@
</span><span class="cx">     DerivedRefLogger a(&quot;a&quot;);
</span><span class="cx">     {
</span><span class="cx">         PassRef&lt;RefLogger&gt; passRef(a);
</span><del>-        RefPtr&lt;RefLogger&gt; ptr = std::move(passRef);
</del><ins>+        RefPtr&lt;RefLogger&gt; ptr = WTF::move(passRef);
</ins><span class="cx">         ASSERT_EQ(&amp;a, ptr.get());
</span><span class="cx">         ptr.release();
</span><span class="cx">         ASSERT_EQ(nullptr, ptr.get());
</span><span class="lines">@@ -204,7 +204,7 @@
</span><span class="cx">         ASSERT_EQ(&amp;a, p1.get());
</span><span class="cx">         ASSERT_EQ(&amp;b, p2.get());
</span><span class="cx">         log() &lt;&lt; &quot;| &quot;;
</span><del>-        p1 = std::move(p2);
</del><ins>+        p1 = WTF::move(p2);
</ins><span class="cx">         ASSERT_EQ(&amp;b, p1.get());
</span><span class="cx">         ASSERT_EQ(nullptr, p2.get());
</span><span class="cx">         log() &lt;&lt; &quot;| &quot;;
</span><span class="lines">@@ -250,7 +250,7 @@
</span><span class="cx">         ASSERT_EQ(&amp;a, p1.get());
</span><span class="cx">         ASSERT_EQ(&amp;c, p2.get());
</span><span class="cx">         log() &lt;&lt; &quot;| &quot;;
</span><del>-        p1 = std::move(p2);
</del><ins>+        p1 = WTF::move(p2);
</ins><span class="cx">         ASSERT_EQ(&amp;c, p1.get());
</span><span class="cx">         ASSERT_EQ(nullptr, p2.get());
</span><span class="cx">         log() &lt;&lt; &quot;| &quot;;
</span><span class="lines">@@ -270,7 +270,7 @@
</span><span class="cx">     {
</span><span class="cx">         RefPtr&lt;RefLogger&gt; ptr(&amp;a);
</span><span class="cx">         ASSERT_EQ(&amp;a, ptr.get());
</span><del>-        ptr = std::move(ptr);
</del><ins>+        ptr = WTF::move(ptr);
</ins><span class="cx">         ASSERT_EQ(&amp;a, ptr.get());
</span><span class="cx">     }
</span><span class="cx">     ASSERT_STREQ(&quot;ref(a) deref(a) &quot;, takeLogStr().c_str());
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFVectorcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/Vector.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/Vector.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/Vector.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -149,7 +149,7 @@
</span><span class="cx">     vector.reserveInitialCapacity(100);
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i);
</span><del>-        vector.uncheckedAppend(std::move(moveOnly));
</del><ins>+        vector.uncheckedAppend(WTF::move(moveOnly));
</ins><span class="cx">         EXPECT_EQ(0U, moveOnly.value());
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -163,7 +163,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i);
</span><del>-        vector.append(std::move(moveOnly));
</del><ins>+        vector.append(WTF::move(moveOnly));
</ins><span class="cx">         EXPECT_EQ(0U, moveOnly.value());
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -177,7 +177,7 @@
</span><span class="cx"> 
</span><span class="cx">         for (size_t j = 0; j &lt; i; ++j)
</span><span class="cx">             vector.append(j);
</span><del>-        vector.append(std::move(vector[0]));
</del><ins>+        vector.append(WTF::move(vector[0]));
</ins><span class="cx"> 
</span><span class="cx">         EXPECT_EQ(0U, vector[0].value());
</span><span class="cx"> 
</span><span class="lines">@@ -193,7 +193,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i);
</span><del>-        vector.insert(0, std::move(moveOnly));
</del><ins>+        vector.insert(0, WTF::move(moveOnly));
</ins><span class="cx">         EXPECT_EQ(0U, moveOnly.value());
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -203,7 +203,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 200; i += 2) {
</span><span class="cx">         MoveOnly moveOnly(1000 + i);
</span><del>-        vector.insert(i, std::move(moveOnly));
</del><ins>+        vector.insert(i, WTF::move(moveOnly));
</ins><span class="cx">         EXPECT_EQ(0U, moveOnly.value());
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -222,7 +222,7 @@
</span><span class="cx"> 
</span><span class="cx">     for (size_t i = 0; i &lt; 100; ++i) {
</span><span class="cx">         MoveOnly moveOnly(i);
</span><del>-        vector.append(std::move(moveOnly));
</del><ins>+        vector.append(WTF::move(moveOnly));
</ins><span class="cx">         EXPECT_EQ(0U, moveOnly.value());
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFWTFStringcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -156,7 +156,7 @@
</span><span class="cx"> TEST(WTF, StringIsolatedCopy)
</span><span class="cx"> {
</span><span class="cx">     String original = &quot;1234&quot;;
</span><del>-    auto copy = std::move(original).isolatedCopy();
</del><ins>+    auto copy = WTF::move(original).isolatedCopy();
</ins><span class="cx">     ASSERT_FALSE(original.impl() == copy.impl());
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWTFnsRetainPtrmm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WTF/ns/RetainPtr.mm        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -45,6 +45,8 @@
</span><span class="cx">     RetainPtr&lt;NSString&gt; ptr;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move assignment operator.
</span><ins>+    // FIXME: This doesn't actually test that we moved the value. We should use a mock
+    // NSObject that logs -retain and -release calls.
</ins><span class="cx">     ptr = RetainPtr&lt;NSString&gt;(string);
</span><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr);
</span><span class="lines">@@ -53,7 +55,7 @@
</span><span class="cx">     RetainPtr&lt;NSString&gt; temp = string;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move assignment operator.
</span><del>-    ptr = std::move(temp);
</del><ins>+    ptr = WTF::move(temp);
</ins><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr);
</span><span class="cx">     EXPECT_EQ((NSString *)0, temp);
</span><span class="lines">@@ -65,6 +67,8 @@
</span><span class="cx">     RetainPtr&lt;NSString&gt; ptr;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move assignment operator.
</span><ins>+    // FIXME: This doesn't actually test that we moved the value. We should use a mock
+    // NSObject that logs -retain and -release calls.
</ins><span class="cx">     ptr = RetainPtr&lt;NSMutableString&gt;(string);
</span><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr);
</span><span class="lines">@@ -73,7 +77,7 @@
</span><span class="cx">     RetainPtr&lt;NSMutableString&gt; temp = string;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move assignment operator.
</span><del>-    ptr = std::move(temp);
</del><ins>+    ptr = WTF::move(temp);
</ins><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr);
</span><span class="cx">     EXPECT_EQ((NSString *)0, temp);
</span><span class="lines">@@ -84,6 +88,8 @@
</span><span class="cx">     NSString *string = @&quot;foo&quot;;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move constructor.
</span><ins>+    // FIXME: This doesn't actually test that we moved the value. We should use a mock
+    // NSObject that logs -retain and -release calls.
</ins><span class="cx">     RetainPtr&lt;NSString&gt; ptr = RetainPtr&lt;NSString&gt;(string);
</span><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr);
</span><span class="lines">@@ -91,7 +97,7 @@
</span><span class="cx">     RetainPtr&lt;NSString&gt; temp = string;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move constructor.
</span><del>-    RetainPtr&lt;NSString&gt; ptr2(std::move(temp));
</del><ins>+    RetainPtr&lt;NSString&gt; ptr2(WTF::move(temp));
</ins><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr2);
</span><span class="cx">     EXPECT_EQ((NSString *)0, temp);
</span><span class="lines">@@ -102,6 +108,8 @@
</span><span class="cx">     NSMutableString *string = [NSMutableString stringWithUTF8String:&quot;foo&quot;];
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move constructor.
</span><ins>+    // FIXME: This doesn't actually test that we moved the value. We should use a mock
+    // NSObject that logs -retain and -release calls.
</ins><span class="cx">     RetainPtr&lt;NSString&gt; ptr = RetainPtr&lt;NSMutableString&gt;(string);
</span><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr);
</span><span class="lines">@@ -109,7 +117,7 @@
</span><span class="cx">     RetainPtr&lt;NSMutableString&gt; temp = string;
</span><span class="cx"> 
</span><span class="cx">     // This should invoke RetainPtr's move constructor.
</span><del>-    RetainPtr&lt;NSString&gt; ptr2(std::move(temp));
</del><ins>+    RetainPtr&lt;NSString&gt; ptr2(WTF::move(temp));
</ins><span class="cx"> 
</span><span class="cx">     EXPECT_EQ(string, ptr2);
</span><span class="cx">     EXPECT_EQ((NSString *)0, temp);
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebCoreCalculationValuecpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebCore/CalculationValue.cpp (170773 => 170774)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebCore/CalculationValue.cpp        2014-07-03 22:11:30 UTC (rev 170773)
+++ trunk/Tools/TestWebKitAPI/Tests/WebCore/CalculationValue.cpp        2014-07-03 22:13:54 UTC (rev 170774)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> static PassRef&lt;WebCore::CalculationValue&gt; createTestValue()
</span><span class="cx"> {
</span><span class="cx">     auto node = std::make_unique&lt;CalculationDeletionTestNode&gt;();
</span><del>-    return WebCore::CalculationValue::create(std::move(node), WebCore::CalculationRangeAll);
</del><ins>+    return WebCore::CalculationValue::create(WTF::move(node), WebCore::CalculationRangeAll);
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> TEST(CalculationValue, LengthConstruction)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx">     {
</span><span class="cx">         WebCore::Length lengthC(*value);
</span><span class="cx">         EXPECT_EQ(2U, value-&gt;refCount());
</span><del>-        WebCore::Length lengthD(std::move(lengthC));
</del><ins>+        WebCore::Length lengthD(WTF::move(lengthC));
</ins><span class="cx">         EXPECT_EQ(2U, value-&gt;refCount());
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -123,7 +123,7 @@
</span><span class="cx">         auto* rawValue = value.get();
</span><span class="cx">         WebCore::Length lengthC(value.releaseNonNull());
</span><span class="cx">         EXPECT_EQ(1U, rawValue-&gt;refCount());
</span><del>-        WebCore::Length lengthD(std::move(lengthC));
</del><ins>+        WebCore::Length lengthD(WTF::move(lengthC));
</ins><span class="cx">         EXPECT_EQ(1U, rawValue-&gt;refCount());
</span><span class="cx"> 
</span><span class="cx">         EXPECT_EQ(0U, deletionCount);
</span><span class="lines">@@ -153,7 +153,7 @@
</span><span class="cx">         WebCore::Length lengthC(*value);
</span><span class="cx">         EXPECT_EQ(2U, value-&gt;refCount());
</span><span class="cx">         WebCore::Length lengthD;
</span><del>-        lengthD = std::move(lengthC);
</del><ins>+        lengthD = WTF::move(lengthC);
</ins><span class="cx">         EXPECT_EQ(2U, value-&gt;refCount());
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -188,7 +188,7 @@
</span><span class="cx">         EXPECT_EQ(2U, value-&gt;refCount());
</span><span class="cx">         WebCore::Length lengthH(*value2);
</span><span class="cx">         EXPECT_EQ(2U, value2-&gt;refCount());
</span><del>-        lengthG = std::move(lengthH);
</del><ins>+        lengthG = WTF::move(lengthH);
</ins><span class="cx">         EXPECT_EQ(1U, value-&gt;refCount());
</span><span class="cx">         EXPECT_EQ(2U, value2-&gt;refCount());
</span><span class="cx">     }
</span><span class="lines">@@ -226,7 +226,7 @@
</span><span class="cx">         WebCore::Length lengthC(value.releaseNonNull());
</span><span class="cx">         EXPECT_EQ(1U, rawValue-&gt;refCount());
</span><span class="cx">         WebCore::Length lengthD;
</span><del>-        lengthD = std::move(lengthC);
</del><ins>+        lengthD = WTF::move(lengthC);
</ins><span class="cx">         EXPECT_EQ(1U, rawValue-&gt;refCount());
</span><span class="cx"> 
</span><span class="cx">         EXPECT_EQ(0U, deletionCount);
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx">         WebCore::Length lengthH(value2.releaseNonNull());
</span><span class="cx">         EXPECT_EQ(1U, rawValue2-&gt;refCount());
</span><span class="cx"> 
</span><del>-        lengthG = std::move(lengthH);
</del><ins>+        lengthG = WTF::move(lengthH);
</ins><span class="cx">         EXPECT_EQ(1U, deletionCount);
</span><span class="cx">         EXPECT_EQ(1U, rawValue2-&gt;refCount());
</span><span class="cx">     }
</span></span></pre>
</div>
</div>

</body>
</html>