<!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>[178209] trunk/Source/WebCore</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/178209">178209</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2015-01-09 15:15:35 -0800 (Fri, 09 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove more sync database code
https://bugs.webkit.org/show_bug.cgi?id=140318

Reviewed by Sam Weinig.

* CMakeLists.txt:
* DerivedSources.make:
* Modules/webdatabase/DatabaseBackendSync.cpp: Removed.
* Modules/webdatabase/DatabaseBackendSync.h: Removed.
* Modules/webdatabase/DatabaseCallback.h:
* Modules/webdatabase/DatabaseCallback.idl:
* Modules/webdatabase/DatabaseManager.cpp:
(WebCore::DatabaseManager::openDatabaseSync): Deleted.
* Modules/webdatabase/DatabaseManager.h:
* Modules/webdatabase/DatabaseServer.cpp:
(WebCore::DatabaseServer::createDatabase):
* Modules/webdatabase/DatabaseSync.cpp: Removed.
* Modules/webdatabase/DatabaseSync.h: Removed.
* Modules/webdatabase/DatabaseSync.idl: Removed.
* Modules/webdatabase/SQLStatementSync.cpp: Removed.
* Modules/webdatabase/SQLStatementSync.h: Removed.
* Modules/webdatabase/SQLTransactionBackendSync.cpp: Removed.
* Modules/webdatabase/SQLTransactionBackendSync.h: Removed.
* Modules/webdatabase/SQLTransactionSync.cpp: Removed.
* Modules/webdatabase/SQLTransactionSync.h: Removed.
* Modules/webdatabase/SQLTransactionSync.idl: Removed.
* Modules/webdatabase/SQLTransactionSyncCallback.h: Removed.
* Modules/webdatabase/SQLTransactionSyncCallback.idl: Removed.
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:
* WebCore.xcodeproj/project.pbxproj:
* bindings/js/JSSQLTransactionSyncCustom.cpp: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreCMakeListstxt">trunk/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreDerivedSourcesmake">trunk/Source/WebCore/DerivedSources.make</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseCallbackh">trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseCallbackidl">trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.idl</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseManagercpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseManagerh">trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseServercpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.cpp</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxproj">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseBackendSynccpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseBackendSynch">trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseSynccpp">trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseSynch">trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseDatabaseSyncidl">trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.idl</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLStatementSynccpp">trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLStatementSynch">trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendSynccpp">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendSynch">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionSynccpp">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.cpp</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionSynch">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionSyncidl">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionSyncCallbackh">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.h</a></li>
<li><a href="#trunkSourceWebCoreModuleswebdatabaseSQLTransactionSyncCallbackidl">trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.idl</a></li>
<li><a href="#trunkSourceWebCorebindingsjsJSSQLTransactionSyncCustomcpp">trunk/Source/WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/CMakeLists.txt (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/CMakeLists.txt        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/CMakeLists.txt        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -302,7 +302,6 @@
</span><span class="cx">     Modules/webdatabase/DOMWindowWebDatabase.idl
</span><span class="cx">     Modules/webdatabase/Database.idl
</span><span class="cx">     Modules/webdatabase/DatabaseCallback.idl
</span><del>-    Modules/webdatabase/DatabaseSync.idl
</del><span class="cx">     Modules/webdatabase/SQLError.idl
</span><span class="cx">     Modules/webdatabase/SQLException.idl
</span><span class="cx">     Modules/webdatabase/SQLResultSet.idl
</span><span class="lines">@@ -312,8 +311,6 @@
</span><span class="cx">     Modules/webdatabase/SQLTransaction.idl
</span><span class="cx">     Modules/webdatabase/SQLTransactionCallback.idl
</span><span class="cx">     Modules/webdatabase/SQLTransactionErrorCallback.idl
</span><del>-    Modules/webdatabase/SQLTransactionSync.idl
-    Modules/webdatabase/SQLTransactionSyncCallback.idl
</del><span class="cx"> 
</span><span class="cx">     Modules/websockets/CloseEvent.idl
</span><span class="cx">     Modules/websockets/WebSocket.idl
</span><span class="lines">@@ -954,12 +951,10 @@
</span><span class="cx">     Modules/webdatabase/DatabaseBackend.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseBackendBase.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseBackendContext.cpp
</span><del>-    Modules/webdatabase/DatabaseBackendSync.cpp
</del><span class="cx">     Modules/webdatabase/DatabaseBase.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseContext.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseManager.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseServer.cpp
</span><del>-    Modules/webdatabase/DatabaseSync.cpp
</del><span class="cx">     Modules/webdatabase/DatabaseTask.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseThread.cpp
</span><span class="cx">     Modules/webdatabase/DatabaseTracker.cpp
</span><span class="lines">@@ -969,14 +964,11 @@
</span><span class="cx">     Modules/webdatabase/SQLResultSetRowList.cpp
</span><span class="cx">     Modules/webdatabase/SQLStatement.cpp
</span><span class="cx">     Modules/webdatabase/SQLStatementBackend.cpp
</span><del>-    Modules/webdatabase/SQLStatementSync.cpp
</del><span class="cx">     Modules/webdatabase/SQLTransaction.cpp
</span><span class="cx">     Modules/webdatabase/SQLTransactionBackend.cpp
</span><del>-    Modules/webdatabase/SQLTransactionBackendSync.cpp
</del><span class="cx">     Modules/webdatabase/SQLTransactionClient.cpp
</span><span class="cx">     Modules/webdatabase/SQLTransactionCoordinator.cpp
</span><span class="cx">     Modules/webdatabase/SQLTransactionStateMachine.cpp
</span><del>-    Modules/webdatabase/SQLTransactionSync.cpp
</del><span class="cx"> 
</span><span class="cx">     Modules/websockets/ThreadableWebSocketChannel.cpp
</span><span class="cx">     Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
</span><span class="lines">@@ -1136,7 +1128,6 @@
</span><span class="cx">     bindings/js/JSRequestAnimationFrameCallbackCustom.cpp
</span><span class="cx">     bindings/js/JSSQLResultSetRowListCustom.cpp
</span><span class="cx">     bindings/js/JSSQLTransactionCustom.cpp
</span><del>-    bindings/js/JSSQLTransactionSyncCustom.cpp
</del><span class="cx">     bindings/js/JSSVGElementInstanceCustom.cpp
</span><span class="cx">     bindings/js/JSSVGLengthCustom.cpp
</span><span class="cx">     bindings/js/JSSVGPathSegCustom.cpp
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/ChangeLog        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,3 +1,38 @@
</span><ins>+2015-01-09  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove more sync database code
+        https://bugs.webkit.org/show_bug.cgi?id=140318
+
+        Reviewed by Sam Weinig.
+
+        * CMakeLists.txt:
+        * DerivedSources.make:
+        * Modules/webdatabase/DatabaseBackendSync.cpp: Removed.
+        * Modules/webdatabase/DatabaseBackendSync.h: Removed.
+        * Modules/webdatabase/DatabaseCallback.h:
+        * Modules/webdatabase/DatabaseCallback.idl:
+        * Modules/webdatabase/DatabaseManager.cpp:
+        (WebCore::DatabaseManager::openDatabaseSync): Deleted.
+        * Modules/webdatabase/DatabaseManager.h:
+        * Modules/webdatabase/DatabaseServer.cpp:
+        (WebCore::DatabaseServer::createDatabase):
+        * Modules/webdatabase/DatabaseSync.cpp: Removed.
+        * Modules/webdatabase/DatabaseSync.h: Removed.
+        * Modules/webdatabase/DatabaseSync.idl: Removed.
+        * Modules/webdatabase/SQLStatementSync.cpp: Removed.
+        * Modules/webdatabase/SQLStatementSync.h: Removed.
+        * Modules/webdatabase/SQLTransactionBackendSync.cpp: Removed.
+        * Modules/webdatabase/SQLTransactionBackendSync.h: Removed.
+        * Modules/webdatabase/SQLTransactionSync.cpp: Removed.
+        * Modules/webdatabase/SQLTransactionSync.h: Removed.
+        * Modules/webdatabase/SQLTransactionSync.idl: Removed.
+        * Modules/webdatabase/SQLTransactionSyncCallback.h: Removed.
+        * Modules/webdatabase/SQLTransactionSyncCallback.idl: Removed.
+        * WebCore.vcxproj/WebCore.vcxproj:
+        * WebCore.vcxproj/WebCore.vcxproj.filters:
+        * WebCore.xcodeproj/project.pbxproj:
+        * bindings/js/JSSQLTransactionSyncCustom.cpp: Removed.
+
</ins><span class="cx"> 2015-01-09  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Remove or use TimelineAgent Resource related event types
</span></span></pre></div>
<a id="trunkSourceWebCoreDerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/DerivedSources.make (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/DerivedSources.make        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/DerivedSources.make        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -197,7 +197,6 @@
</span><span class="cx">     $(WebCore)/Modules/webdatabase/DOMWindowWebDatabase.idl \
</span><span class="cx">     $(WebCore)/Modules/webdatabase/Database.idl \
</span><span class="cx">     $(WebCore)/Modules/webdatabase/DatabaseCallback.idl \
</span><del>-    $(WebCore)/Modules/webdatabase/DatabaseSync.idl \
</del><span class="cx">     $(WebCore)/Modules/webdatabase/SQLError.idl \
</span><span class="cx">     $(WebCore)/Modules/webdatabase/SQLException.idl \
</span><span class="cx">     $(WebCore)/Modules/webdatabase/SQLResultSet.idl \
</span><span class="lines">@@ -207,8 +206,6 @@
</span><span class="cx">     $(WebCore)/Modules/webdatabase/SQLTransaction.idl \
</span><span class="cx">     $(WebCore)/Modules/webdatabase/SQLTransactionCallback.idl \
</span><span class="cx">     $(WebCore)/Modules/webdatabase/SQLTransactionErrorCallback.idl \
</span><del>-    $(WebCore)/Modules/webdatabase/SQLTransactionSync.idl \
-    $(WebCore)/Modules/webdatabase/SQLTransactionSyncCallback.idl \
</del><span class="cx">     $(WebCore)/Modules/websockets/CloseEvent.idl \
</span><span class="cx">     $(WebCore)/Modules/websockets/WebSocket.idl \
</span><span class="cx">     $(WebCore)/crypto/CryptoKey.idl \
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseBackendSynccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,62 +0,0 @@
</span><del>-/*
- * Copyright (C) 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#include &quot;config.h&quot;
-#include &quot;DatabaseBackendSync.h&quot;
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseBackendContext.h&quot;
-#include &quot;DatabaseTracker.h&quot;
-
-namespace WebCore {
-
-DatabaseBackendSync::DatabaseBackendSync(PassRefPtr&lt;DatabaseBackendContext&gt; databaseContext, const String&amp; name, const String&amp; expectedVersion, const String&amp; displayName, unsigned long estimatedSize)
-    : DatabaseBackendBase(databaseContext, name, expectedVersion, displayName, estimatedSize, DatabaseType::Sync)
-{
-}
-
-DatabaseBackendSync::~DatabaseBackendSync()
-{
-    // SQLite is &quot;multi-thread safe&quot;, but each database handle can only be used
-    // on a single thread at a time.
-    //
-    // For DatabaseBackendSync, we open the SQLite database on the script context
-    // thread. And hence we should also close it on that same thread. This means
-    // that the SQLite database need to be closed here in the destructor.
-
-    ASSERT(m_databaseContext-&gt;isContextThread());
-    if (opened())
-        closeDatabase();
-}
-
-bool DatabaseBackendSync::openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&amp; error, String&amp; errorMessage)
-{
-    return performOpenAndVerify(setVersionInNewDatabase, error, errorMessage);
-}
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseBackendSynch"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseBackendSync.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,60 +0,0 @@
</span><del>-/*
- * Copyright (C) 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
- */
-
-#ifndef DatabaseBackendSync_h
-#define DatabaseBackendSync_h
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseBackendBase.h&quot;
-#include &lt;wtf/text/WTFString.h&gt;
-
-namespace WebCore {
-
-class DatabaseServer;
-
-// FIXME: This implementation of DatabaseBackendSync is only a place holder
-// for the split out of the DatabaseSync backend to be done later. This
-// place holder is needed to allow other code that need to reference the
-// DatabaseBackendSync to do so before the proper backend split is
-// available. This should be replaced with the actual implementation later.
-
-class DatabaseBackendSync : public DatabaseBackendBase {
-public:
-    virtual ~DatabaseBackendSync();
-
-    virtual bool openAndVerifyVersion(bool setVersionInNewDatabase, DatabaseError&amp;, String&amp; errorMessage);
-
-protected:
-    DatabaseBackendSync(PassRefPtr&lt;DatabaseBackendContext&gt;, const String&amp; name, const String&amp; expectedVersion, const String&amp; displayName, unsigned long estimatedSize);
-
-    friend class DatabaseServer;
-};
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
-
-#endif // DatabaseBackendSync_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseCallbackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -44,7 +44,6 @@
</span><span class="cx"> public:
</span><span class="cx">     virtual ~DatabaseCallback() { }
</span><span class="cx">     virtual bool handleEvent(Database*) = 0;
</span><del>-    virtual bool handleEvent(DatabaseSync*) = 0;
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseCallbackidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.idl (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.idl        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseCallback.idl        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -30,5 +30,4 @@
</span><span class="cx">     Conditional=SQL_DATABASE,
</span><span class="cx"> ] callback interface DatabaseCallback {
</span><span class="cx">     boolean handleEvent(Database database);
</span><del>-    boolean handleEvent(DatabaseSync database);
</del><span class="cx"> };
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseManagercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -33,11 +33,9 @@
</span><span class="cx"> #include &quot;DatabaseBackend.h&quot;
</span><span class="cx"> #include &quot;DatabaseBackendBase.h&quot;
</span><span class="cx"> #include &quot;DatabaseBackendContext.h&quot;
</span><del>-#include &quot;DatabaseBackendSync.h&quot;
</del><span class="cx"> #include &quot;DatabaseCallback.h&quot;
</span><span class="cx"> #include &quot;DatabaseContext.h&quot;
</span><span class="cx"> #include &quot;DatabaseStrategy.h&quot;
</span><del>-#include &quot;DatabaseSync.h&quot;
</del><span class="cx"> #include &quot;DatabaseTask.h&quot;
</span><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;InspectorDatabaseInstrumentation.h&quot;
</span><span class="lines">@@ -320,31 +318,6 @@
</span><span class="cx">     return database.release();
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-PassRefPtr&lt;DatabaseSync&gt; DatabaseManager::openDatabaseSync(ScriptExecutionContext* context,
-    const String&amp; name, const String&amp; expectedVersion, const String&amp; displayName,
-    unsigned long estimatedSize, PassRefPtr&lt;DatabaseCallback&gt; creationCallback, DatabaseError&amp; error)
-{
-    ASSERT(context-&gt;isContextThread());
-    ASSERT(error == DatabaseError::None);
-
-    bool setVersionInNewDatabase = !creationCallback;
-    String errorMessage;
-    RefPtr&lt;DatabaseBackendBase&gt; backend = openDatabaseBackend(context, DatabaseType::Sync, name,
-        expectedVersion, displayName, estimatedSize, setVersionInNewDatabase, error, errorMessage);
-    if (!backend)
-        return 0;
-
-    RefPtr&lt;DatabaseSync&gt; database = DatabaseSync::create(context, backend);
-
-    if (backend-&gt;isNew() &amp;&amp; creationCallback.get()) {
-        LOG(StorageAPI, &quot;Invoking the creation callback for database %p\n&quot;, database.get());
-        creationCallback-&gt;handleEvent(database.get());
-    }
-
-    ASSERT(database);
-    return database.release();
-}
-
</del><span class="cx"> bool DatabaseManager::hasOpenDatabases(ScriptExecutionContext* context)
</span><span class="cx"> {
</span><span class="cx">     RefPtr&lt;DatabaseContext&gt; databaseContext = existingDatabaseContextFor(context);
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseManager.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -84,7 +84,6 @@
</span><span class="cx">     static ExceptionCode exceptionCodeForDatabaseError(DatabaseError);
</span><span class="cx"> 
</span><span class="cx">     PassRefPtr&lt;Database&gt; openDatabase(ScriptExecutionContext*, const String&amp; name, const String&amp; expectedVersion, const String&amp; displayName, unsigned long estimatedSize, PassRefPtr&lt;DatabaseCallback&gt;, DatabaseError&amp;);
</span><del>-    PassRefPtr&lt;DatabaseSync&gt; openDatabaseSync(ScriptExecutionContext*, const String&amp; name, const String&amp; expectedVersion, const String&amp; displayName, unsigned long estimatedSize, PassRefPtr&lt;DatabaseCallback&gt;, DatabaseError&amp;);
</del><span class="cx"> 
</span><span class="cx">     WEBCORE_EXPORT bool hasOpenDatabases(ScriptExecutionContext*);
</span><span class="cx">     void stopDatabases(ScriptExecutionContext*, DatabaseTaskSynchronizer*);
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseServercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseServer.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -31,8 +31,6 @@
</span><span class="cx"> #include &quot;Database.h&quot;
</span><span class="cx"> #include &quot;DatabaseBackend.h&quot;
</span><span class="cx"> #include &quot;DatabaseBackendContext.h&quot;
</span><del>-#include &quot;DatabaseBackendSync.h&quot;
-#include &quot;DatabaseSync.h&quot;
</del><span class="cx"> #include &quot;DatabaseTracker.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace WebCore {
</span><span class="lines">@@ -148,7 +146,8 @@
</span><span class="cx">         database = adoptRef(new Database(backendContext, name, expectedVersion, displayName, estimatedSize));
</span><span class="cx">         break;
</span><span class="cx">     case DatabaseType::Sync:
</span><del>-        database = adoptRef(new DatabaseSync(backendContext, name, expectedVersion, displayName, estimatedSize));
</del><ins>+        // FIXME: Remove this case.
+        ASSERT_NOT_REACHED();
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     if (!database-&gt;openAndVerifyVersion(setVersionInNewDatabase, error, errorMessage))
</span></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseSynccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,174 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-#include &quot;DatabaseSync.h&quot;
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseBackendContext.h&quot;
-#include &quot;DatabaseBackendSync.h&quot;
-#include &quot;DatabaseCallback.h&quot;
-#include &quot;DatabaseContext.h&quot;
-#include &quot;DatabaseManager.h&quot;
-#include &quot;DatabaseTracker.h&quot;
-#include &quot;Logging.h&quot;
-#include &quot;SQLException.h&quot;
-#include &quot;SQLTransactionSync.h&quot;
-#include &quot;SQLTransactionSyncCallback.h&quot;
-#include &quot;ScriptExecutionContext.h&quot;
-#include &quot;SecurityOrigin.h&quot;
-#include &lt;wtf/PassRefPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-#include &lt;wtf/text/CString.h&gt;
-
-namespace WebCore {
-
-PassRefPtr&lt;DatabaseSync&gt; DatabaseSync::create(ScriptExecutionContext*, PassRefPtr&lt;DatabaseBackendBase&gt; backend)
-{
-    return static_cast&lt;DatabaseSync*&gt;(backend.get());
-}
-
-DatabaseSync::DatabaseSync(PassRefPtr&lt;DatabaseBackendContext&gt; databaseContext,
-    const String&amp; name, const String&amp; expectedVersion, const String&amp; displayName, unsigned long estimatedSize)
-    : DatabaseBase(databaseContext-&gt;scriptExecutionContext())
-    , DatabaseBackendSync(databaseContext, name, expectedVersion, displayName, estimatedSize)
-{
-    setFrontend(this);
-}
-
-DatabaseSync::~DatabaseSync()
-{
-    ASSERT(m_scriptExecutionContext-&gt;isContextThread());
-}
-
-PassRefPtr&lt;DatabaseBackendSync&gt; DatabaseSync::backend()
-{
-    return this;
-}
-
-void DatabaseSync::changeVersion(const String&amp; oldVersion, const String&amp; newVersion, PassRefPtr&lt;SQLTransactionSyncCallback&gt; changeVersionCallback, ExceptionCode&amp; ec)
-{
-    ASSERT(m_scriptExecutionContext-&gt;isContextThread());
-
-    if (sqliteDatabase().transactionInProgress()) {
-        setLastErrorMessage(&quot;unable to changeVersion from within a transaction&quot;);
-        ec = SQLException::DATABASE_ERR;
-        return;
-    }
-
-    RefPtr&lt;SQLTransactionSync&gt; transaction = SQLTransactionSync::create(this, changeVersionCallback, false);
-    if ((ec = transaction-&gt;begin())) {
-        ASSERT(!lastErrorMessage().isEmpty());
-        return;
-    }
-
-    String actualVersion;
-    if (!getVersionFromDatabase(actualVersion)) {
-        setLastErrorMessage(&quot;unable to read the current version&quot;, sqliteDatabase().lastError(), sqliteDatabase().lastErrorMsg());
-        ec = SQLException::UNKNOWN_ERR;
-        return;
-    }
-
-    if (actualVersion != oldVersion) {
-        setLastErrorMessage(&quot;current version of the database and `oldVersion` argument do not match&quot;);
-        ec = SQLException::VERSION_ERR;
-        return;
-    }
-
-    if ((ec = transaction-&gt;execute())) {
-        ASSERT(!lastErrorMessage().isEmpty());
-        return;
-    }
-
-    if (!setVersionInDatabase(newVersion)) {
-        setLastErrorMessage(&quot;unable to set the new version&quot;, sqliteDatabase().lastError(), sqliteDatabase().lastErrorMsg());
-        ec = SQLException::UNKNOWN_ERR;
-        return;
-    }
-
-    if ((ec = transaction-&gt;commit())) {
-        ASSERT(!lastErrorMessage().isEmpty());
-        setCachedVersion(oldVersion);
-        return;
-    }
-
-    setExpectedVersion(newVersion);
-    setLastErrorMessage(&quot;&quot;);
-}
-
-void DatabaseSync::transaction(PassRefPtr&lt;SQLTransactionSyncCallback&gt; callback, ExceptionCode&amp; ec)
-{
-    runTransaction(callback, false, ec);
-}
-
-void DatabaseSync::readTransaction(PassRefPtr&lt;SQLTransactionSyncCallback&gt; callback, ExceptionCode&amp; ec)
-{
-    runTransaction(callback, true, ec);
-}
-
-void DatabaseSync::runTransaction(PassRefPtr&lt;SQLTransactionSyncCallback&gt; callback, bool readOnly, ExceptionCode&amp; ec)
-{
-    ASSERT(m_scriptExecutionContext-&gt;isContextThread());
-
-    if (sqliteDatabase().transactionInProgress()) {
-        setLastErrorMessage(&quot;unable to start a transaction from within a transaction&quot;);
-        ec = SQLException::DATABASE_ERR;
-        return;
-    }
-
-    RefPtr&lt;SQLTransactionSync&gt; transaction = SQLTransactionSync::create(this, callback, readOnly);
-    if ((ec = transaction-&gt;begin()) || (ec = transaction-&gt;execute()) || (ec = transaction-&gt;commit())) {
-        ASSERT(!lastErrorMessage().isEmpty());
-        transaction-&gt;rollback();
-    }
-
-    setLastErrorMessage(&quot;&quot;);
-}
-
-void DatabaseSync::markAsDeletedAndClose()
-{
-    // FIXME: need to do something similar to closeImmediately(), but in a sync way
-}
-
-void DatabaseSync::closeImmediately()
-{
-    ASSERT(m_scriptExecutionContext-&gt;isContextThread());
-
-    if (!opened())
-        return;
-
-    logErrorMessage(&quot;forcibly closing database&quot;);
-    closeDatabase();
-}
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseSynch"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,89 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef DatabaseSync_h
-#define DatabaseSync_h
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseBackendSync.h&quot;
-#include &quot;DatabaseBase.h&quot;
-#include &quot;DatabaseBasicTypes.h&quot;
-#include &lt;wtf/Forward.h&gt;
-#include &lt;wtf/text/WTFString.h&gt;
-
-namespace WebCore {
-
-class DatabaseCallback;
-class SQLTransactionSync;
-class SQLTransactionSyncCallback;
-
-// Instances of this class should be created and used only on the worker's context thread.
-class DatabaseSync : public DatabaseBase, public DatabaseBackendSync {
-public:
-    virtual ~DatabaseSync();
-
-    void changeVersion(const String&amp; oldVersion, const String&amp; newVersion, PassRefPtr&lt;SQLTransactionSyncCallback&gt;, ExceptionCode&amp;);
-    void transaction(PassRefPtr&lt;SQLTransactionSyncCallback&gt;, ExceptionCode&amp;);
-    void readTransaction(PassRefPtr&lt;SQLTransactionSyncCallback&gt;, ExceptionCode&amp;);
-
-    virtual void markAsDeletedAndClose();
-    virtual void closeImmediately();
-
-    const String&amp; lastErrorMessage() const { return m_lastErrorMessage; }
-    void setLastErrorMessage(const String&amp; message) { m_lastErrorMessage = message; }
-    void setLastErrorMessage(const char* message, int sqliteCode)
-    {
-        setLastErrorMessage(String::format(&quot;%s (%d)&quot;, message, sqliteCode));
-    }
-    void setLastErrorMessage(const char* message, int sqliteCode, const char* sqliteMessage)
-    {
-        setLastErrorMessage(String::format(&quot;%s (%d, %s)&quot;, message, sqliteCode, sqliteMessage));
-    }
-
-private:
-    DatabaseSync(PassRefPtr&lt;DatabaseBackendContext&gt;, const String&amp; name,
-        const String&amp; expectedVersion, const String&amp; displayName, unsigned long estimatedSize);
-    PassRefPtr&lt;DatabaseBackendSync&gt; backend();
-    static PassRefPtr&lt;DatabaseSync&gt; create(ScriptExecutionContext*, PassRefPtr&lt;DatabaseBackendBase&gt;);
-
-    void runTransaction(PassRefPtr&lt;SQLTransactionSyncCallback&gt;, bool readOnly, ExceptionCode&amp;);
-
-    String m_lastErrorMessage;
-
-    friend class DatabaseManager;
-    friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
-};
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
-
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseDatabaseSyncidl"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.idl (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.idl        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/DatabaseSync.idl        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,41 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-[
-    NoInterfaceObject,
-    Conditional=SQL_DATABASE,
-] interface DatabaseSync {
-    readonly attribute DOMString version;
-    readonly attribute DOMString lastErrorMessage;
-    [RaisesException] void changeVersion(DOMString oldVersion, DOMString newVersion, optional SQLTransactionSyncCallback callback);
-    [RaisesException] void transaction(SQLTransactionSyncCallback callback);
-    [RaisesException] void readTransaction(SQLTransactionSyncCallback callback);
-};
-
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLStatementSynccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,137 +0,0 @@
</span><del>-/*
- * Copyright (C) 2007 Apple Inc. All rights reserved.
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1.  Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- * 2.  Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- * 3.  Neither the name of Apple Inc. (&quot;Apple&quot;) nor the names of
- *     its contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS &quot;AS IS&quot; AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-#include &quot;SQLStatementSync.h&quot;
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseSync.h&quot;
-#include &quot;SQLException.h&quot;
-#include &quot;SQLResultSet.h&quot;
-#include &quot;SQLValue.h&quot;
-#include &quot;SQLiteDatabase.h&quot;
-#include &quot;SQLiteStatement.h&quot;
-#include &lt;wtf/PassRefPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-
-namespace WebCore {
-
-SQLStatementSync::SQLStatementSync(const String&amp; statement, const Vector&lt;SQLValue&gt;&amp; arguments, int permissions)
-    : m_statement(statement)
-    , m_arguments(arguments)
-    , m_permissions(permissions)
-{
-    ASSERT(!m_statement.isEmpty());
-}
-
-PassRefPtr&lt;SQLResultSet&gt; SQLStatementSync::execute(DatabaseSync* db, ExceptionCode&amp; ec)
-{
-    db-&gt;setAuthorizerPermissions(m_permissions);
-
-    SQLiteDatabase* database = &amp;db-&gt;sqliteDatabase();
-
-    SQLiteStatement statement(*database, m_statement);
-    int result = statement.prepare();
-    if (result != SQLResultOk) {
-        ec = (result == SQLResultInterrupt ? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
-        db-&gt;setLastErrorMessage(&quot;could not prepare statement&quot;, result, database-&gt;lastErrorMsg());
-        return 0;
-    }
-
-    if (statement.bindParameterCount() != m_arguments.size()) {
-        ec = (db-&gt;isInterrupted()? SQLException::DATABASE_ERR : SQLException::SYNTAX_ERR);
-        db-&gt;setLastErrorMessage(&quot;number of '?'s in statement string does not match argument count&quot;);
-        return 0;
-    }
-
-    for (unsigned i = 0; i &lt; m_arguments.size(); ++i) {
-        result = statement.bindValue(i + 1, m_arguments[i]);
-        if (result == SQLResultFull) {
-            ec = SQLException::QUOTA_ERR;
-            db-&gt;setLastErrorMessage(&quot;there was not enough remaining storage space&quot;);
-            return 0;
-        }
-
-        if (result != SQLResultOk) {
-            ec = SQLException::DATABASE_ERR;
-            db-&gt;setLastErrorMessage(&quot;could not bind value&quot;, result, database-&gt;lastErrorMsg());
-            return 0;
-        }
-    }
-
-    RefPtr&lt;SQLResultSet&gt; resultSet = SQLResultSet::create();
-
-    // Step so we can fetch the column names.
-    result = statement.step();
-    if (result == SQLResultRow) {
-        int columnCount = statement.columnCount();
-        SQLResultSetRowList* rows = resultSet-&gt;rows();
-
-        for (int i = 0; i &lt; columnCount; i++)
-            rows-&gt;addColumn(statement.getColumnName(i));
-
-        do {
-            for (int i = 0; i &lt; columnCount; i++)
-                rows-&gt;addResult(statement.getColumnValue(i));
-
-            result = statement.step();
-        } while (result == SQLResultRow);
-
-        if (result != SQLResultDone) {
-            ec = SQLException::DATABASE_ERR;
-            db-&gt;setLastErrorMessage(&quot;could not iterate results&quot;, result, database-&gt;lastErrorMsg());
-            return 0;
-        }
-    } else if (result == SQLResultDone) {
-        // Didn't find anything, or was an insert.
-        if (db-&gt;lastActionWasInsert())
-            resultSet-&gt;setInsertId(database-&gt;lastInsertRowID());
-    } else if (result == SQLResultFull) {
-        // Quota error, the delegate will be asked for more space and this statement might be re-run.
-        ec = SQLException::QUOTA_ERR;
-        db-&gt;setLastErrorMessage(&quot;there was not enough remaining storage space&quot;);
-        return 0;
-    } else if (result == SQLResultConstraint) {
-        ec = SQLException::CONSTRAINT_ERR;
-        db-&gt;setLastErrorMessage(&quot;statement failed due to a constraint failure&quot;);
-        return 0;
-    } else {
-        ec = SQLException::DATABASE_ERR;
-        db-&gt;setLastErrorMessage(&quot;could not execute statement&quot;, result, database-&gt;lastErrorMsg());
-        return 0;
-    }
-
-    resultSet-&gt;setRowsAffected(database-&gt;lastChanges());
-    return resultSet.release();
-}
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLStatementSynch"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLStatementSync.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,63 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef SQLStatementSync_h
-#define SQLStatementSync_h
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseBasicTypes.h&quot;
-#include &quot;SQLValue.h&quot;
-#include &lt;wtf/Forward.h&gt;
-#include &lt;wtf/Vector.h&gt;
-#include &lt;wtf/text/WTFString.h&gt;
-
-namespace WebCore {
-
-class DatabaseSync;
-class SQLResultSet;
-
-class SQLStatementSync {
-public:
-    SQLStatementSync(const String&amp; statement, const Vector&lt;SQLValue&gt;&amp; arguments, int permissions);
-
-    PassRefPtr&lt;SQLResultSet&gt; execute(DatabaseSync*, ExceptionCode&amp;);
-
-private:
-    String m_statement;
-    Vector&lt;SQLValue&gt; m_arguments;
-    int m_permissions;
-};
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
-
-#endif // SQLStatementSync_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendSynccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,237 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- * Copyright (C) 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-#include &quot;SQLTransactionBackendSync.h&quot;
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseAuthorizer.h&quot;
-#include &quot;DatabaseBackendContext.h&quot;
-#include &quot;DatabaseSync.h&quot;
-#include &quot;SQLException.h&quot;
-#include &quot;SQLResultSet.h&quot;
-#include &quot;SQLStatementSync.h&quot;
-#include &quot;SQLTransactionClient.h&quot;
-#include &quot;SQLTransactionSync.h&quot;
-#include &quot;SQLTransactionSyncCallback.h&quot;
-#include &quot;SQLValue.h&quot;
-#include &quot;SQLiteTransaction.h&quot;
-#include &quot;ScriptExecutionContext.h&quot;
-#include &lt;wtf/PassRefPtr.h&gt;
-#include &lt;wtf/RefPtr.h&gt;
-#include &lt;wtf/text/WTFString.h&gt;
-
-namespace WebCore {
-
-SQLTransactionBackendSync::SQLTransactionBackendSync(DatabaseSync* db, PassRefPtr&lt;SQLTransactionSyncCallback&gt; callback, bool readOnly)
-    : m_database(db)
-    , m_callback(callback)
-    , m_readOnly(readOnly)
-    , m_hasVersionMismatch(false)
-    , m_modifiedDatabase(false)
-    , m_transactionClient(std::make_unique&lt;SQLTransactionClient&gt;())
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-}
-
-SQLTransactionBackendSync::~SQLTransactionBackendSync()
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-    if (m_sqliteTransaction &amp;&amp; m_sqliteTransaction-&gt;inProgress())
-        rollback();
-}
-
-PassRefPtr&lt;SQLResultSet&gt; SQLTransactionBackendSync::executeSQL(const String&amp; sqlStatement, const Vector&lt;SQLValue&gt;&amp; arguments, ExceptionCode&amp; ec)
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-
-    m_database-&gt;setLastErrorMessage(&quot;&quot;);
-
-    if (!m_database-&gt;opened()) {
-        m_database-&gt;setLastErrorMessage(&quot;cannot executeSQL because the database is not open&quot;);
-        ec = SQLException::UNKNOWN_ERR;
-        return 0;
-    }
-
-    if (m_hasVersionMismatch) {
-        m_database-&gt;setLastErrorMessage(&quot;cannot executeSQL because there is a version mismatch&quot;);
-        ec = SQLException::VERSION_ERR;
-        return 0;
-    }
-
-    if (sqlStatement.isEmpty())
-        return 0;
-
-    int permissions = DatabaseAuthorizer::ReadWriteMask;
-    if (!m_database-&gt;databaseContext()-&gt;allowDatabaseAccess())
-        permissions |= DatabaseAuthorizer::NoAccessMask;
-    else if (m_readOnly)
-        permissions |= DatabaseAuthorizer::ReadOnlyMask;
-
-    SQLStatementSync statement(sqlStatement, arguments, permissions);
-
-    m_database-&gt;resetAuthorizer();
-    bool retryStatement = true;
-    RefPtr&lt;SQLResultSet&gt; resultSet;
-    while (retryStatement) {
-        retryStatement = false;
-        resultSet = statement.execute(m_database.get(), ec);
-        if (!resultSet) {
-            if (m_sqliteTransaction-&gt;wasRolledBackBySqlite())
-                return 0;
-
-            if (ec == SQLException::QUOTA_ERR) {
-                if (m_transactionClient-&gt;didExceedQuota(database())) {
-                    ec = 0;
-                    retryStatement = true;
-                } else {
-                    m_database-&gt;setLastErrorMessage(&quot;there was not enough remaining storage space&quot;);
-                    return 0;
-                }
-            }
-        }
-    }
-
-    if (m_database-&gt;lastActionChangedDatabase())
-        m_modifiedDatabase = true;
-
-    return resultSet.release();
-}
-
-ExceptionCode SQLTransactionBackendSync::begin()
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-    if (!m_database-&gt;opened()) {
-        m_database-&gt;setLastErrorMessage(&quot;cannot begin transaction because the database is not open&quot;);
-        return SQLException::UNKNOWN_ERR;
-    }
-
-    ASSERT(!m_database-&gt;sqliteDatabase().transactionInProgress());
-
-    // Set the maximum usage for this transaction if this transactions is not read-only.
-    if (!m_readOnly)
-        m_database-&gt;sqliteDatabase().setMaximumSize(m_database-&gt;maximumSize());
-
-    ASSERT(!m_sqliteTransaction);
-    m_sqliteTransaction = std::make_unique&lt;SQLiteTransaction&gt;(m_database-&gt;sqliteDatabase(), m_readOnly);
-
-    m_database-&gt;resetDeletes();
-    m_database-&gt;disableAuthorizer();
-    m_sqliteTransaction-&gt;begin();
-    m_database-&gt;enableAuthorizer();
-
-    // Check if begin() succeeded.
-    if (!m_sqliteTransaction-&gt;inProgress()) {
-        ASSERT(!m_database-&gt;sqliteDatabase().transactionInProgress());
-        m_database-&gt;setLastErrorMessage(&quot;unable to begin transaction&quot;,
-            m_database-&gt;sqliteDatabase().lastError(), m_database-&gt;sqliteDatabase().lastErrorMsg());
-        m_sqliteTransaction = nullptr;
-        return SQLException::DATABASE_ERR;
-    }
-
-    // Note: We intentionally retrieve the actual version even with an empty expected version.
-    // In multi-process browsers, we take this opportinutiy to update the cached value for
-    // the actual version. In single-process browsers, this is just a map lookup.
-    String actualVersion;
-    if (!m_database-&gt;getActualVersionForTransaction(actualVersion)) {
-        m_database-&gt;setLastErrorMessage(&quot;unable to read version&quot;,
-            m_database-&gt;sqliteDatabase().lastError(), m_database-&gt;sqliteDatabase().lastErrorMsg());
-        rollback();
-        return SQLException::DATABASE_ERR;
-    }
-    m_hasVersionMismatch = !m_database-&gt;expectedVersion().isEmpty() &amp;&amp; (m_database-&gt;expectedVersion() != actualVersion);
-    return 0;
-}
-
-ExceptionCode SQLTransactionBackendSync::execute()
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-    if (!m_database-&gt;opened() || (m_callback &amp;&amp; !m_callback-&gt;handleEvent(SQLTransactionSync::from(this)))) {
-        if (m_database-&gt;lastErrorMessage().isEmpty())
-            m_database-&gt;setLastErrorMessage(&quot;failed to execute transaction callback&quot;);
-        m_callback = 0;
-        return SQLException::UNKNOWN_ERR;
-    }
-
-    m_callback = 0;
-    return 0;
-}
-
-ExceptionCode SQLTransactionBackendSync::commit()
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-    if (!m_database-&gt;opened()) {
-        m_database-&gt;setLastErrorMessage(&quot;unable to commit transaction because the database is not open.&quot;);
-        return SQLException::UNKNOWN_ERR;
-    }
-
-    ASSERT(m_sqliteTransaction);
-
-    m_database-&gt;disableAuthorizer();
-    m_sqliteTransaction-&gt;commit();
-    m_database-&gt;enableAuthorizer();
-
-    // If the commit failed, the transaction will still be marked as &quot;in progress&quot;
-    if (m_sqliteTransaction-&gt;inProgress()) {
-        m_database-&gt;setLastErrorMessage(&quot;unable to commit transaction&quot;,
-            m_database-&gt;sqliteDatabase().lastError(), m_database-&gt;sqliteDatabase().lastErrorMsg());
-        return SQLException::DATABASE_ERR;
-    }
-
-    m_sqliteTransaction = nullptr;
-
-    // Vacuum the database if anything was deleted.
-    if (m_database-&gt;hadDeletes())
-        m_database-&gt;incrementalVacuumIfNeeded();
-
-    // The commit was successful. If the transaction modified this database, notify the delegates.
-    if (m_modifiedDatabase)
-        m_transactionClient-&gt;didCommitWriteTransaction(database());
-    return 0;
-}
-
-void SQLTransactionBackendSync::rollback()
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-    m_database-&gt;disableAuthorizer();
-    if (m_sqliteTransaction) {
-        m_sqliteTransaction-&gt;rollback();
-        m_sqliteTransaction = nullptr;
-    }
-    m_database-&gt;enableAuthorizer();
-
-    ASSERT(!m_database-&gt;sqliteDatabase().transactionInProgress());
-}
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionBackendSynch"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionBackendSync.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,87 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- * Copyright (C) 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef SQLTransactionBackendSync_h
-#define SQLTransactionBackendSync_h
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseBasicTypes.h&quot;
-#include &lt;memory&gt;
-#include &lt;wtf/Forward.h&gt;
-#include &lt;wtf/RefCounted.h&gt;
-#include &lt;wtf/Vector.h&gt;
-#include &lt;wtf/text/WTFString.h&gt;
-
-namespace WebCore {
-
-class DatabaseSync;
-class SQLResultSet;
-class SQLTransactionClient;
-class SQLTransactionSyncCallback;
-class SQLValue;
-class SQLiteTransaction;
-
-// Instances of this class should be created and used only on the worker's context thread.
-class SQLTransactionBackendSync : public RefCounted&lt;SQLTransactionBackendSync&gt; {
-public:
-    ~SQLTransactionBackendSync();
-
-    PassRefPtr&lt;SQLResultSet&gt; executeSQL(const String&amp; sqlStatement, const Vector&lt;SQLValue&gt;&amp; arguments, ExceptionCode&amp;);
-
-    DatabaseSync* database() { return m_database.get(); }
-    bool isReadOnly() const { return m_readOnly; }
-
-    ExceptionCode begin();
-    ExceptionCode execute();
-    ExceptionCode commit();
-    void rollback();
-
-private:
-    SQLTransactionBackendSync(DatabaseSync*, PassRefPtr&lt;SQLTransactionSyncCallback&gt;, bool readOnly);
-
-    RefPtr&lt;DatabaseSync&gt; m_database;
-    RefPtr&lt;SQLTransactionSyncCallback&gt; m_callback;
-    bool m_readOnly;
-    bool m_hasVersionMismatch;
-
-    bool m_modifiedDatabase;
-    std::unique_ptr&lt;SQLTransactionClient&gt; m_transactionClient;
-    std::unique_ptr&lt;SQLiteTransaction&gt; m_sqliteTransaction;
-
-    friend class SQLTransactionSync; // FIXME: Remove this once the front-end has been properly isolated.
-};
-
-} // namespace WebCore
-
-#endif
-
-#endif // SQLTransactionBackendSync_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionSynccpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,61 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- * Copyright (C) 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-#include &quot;SQLTransactionSync.h&quot;
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;DatabaseSync.h&quot;
-#include &quot;SQLTransactionSyncCallback.h&quot;
-#include &quot;ScriptExecutionContext.h&quot;
-
-namespace WebCore {
-
-PassRefPtr&lt;SQLTransactionSync&gt; SQLTransactionSync::create(DatabaseSync* db, PassRefPtr&lt;SQLTransactionSyncCallback&gt; callback, bool readOnly)
-{
-    return adoptRef(new SQLTransactionSync(db, callback, readOnly));
-}
-
-SQLTransactionSync::SQLTransactionSync(DatabaseSync* db, PassRefPtr&lt;SQLTransactionSyncCallback&gt; callback, bool readOnly)
-    : SQLTransactionBackendSync(db, callback, readOnly)
-{
-    ASSERT(m_database-&gt;scriptExecutionContext()-&gt;isContextThread());
-}
-
-SQLTransactionSync* SQLTransactionSync::from(SQLTransactionBackendSync* backend)
-{
-    return static_cast&lt;SQLTransactionSync*&gt;(backend);
-}
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionSynch"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,56 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- * Copyright (C) 2013 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef SQLTransactionSync_h
-#define SQLTransactionSync_h
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;SQLTransactionBackendSync.h&quot;
-
-namespace WebCore {
-
-// Instances of this class should be created and used only on the worker's context thread.
-class SQLTransactionSync : public SQLTransactionBackendSync {
-public:
-    static PassRefPtr&lt;SQLTransactionSync&gt; create(DatabaseSync*, PassRefPtr&lt;SQLTransactionSyncCallback&gt;, bool readOnly = false);
-
-    static SQLTransactionSync* from(SQLTransactionBackendSync*);
-
-private:
-    SQLTransactionSync(DatabaseSync*, PassRefPtr&lt;SQLTransactionSyncCallback&gt;, bool readOnly);
-};
-
-} // namespace WebCore
-
-#endif
-
-#endif // SQLTransactionSync_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionSyncidl"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSync.idl        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,37 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-[
-    NoInterfaceObject,
-    Conditional=SQL_DATABASE,
-    ImplementationLacksVTable,
-] interface SQLTransactionSync {
-    [Custom] SQLResultSet executeSql(DOMString sqlStatement, ObjectArray arguments);
-};
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionSyncCallbackh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.h (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.h        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.h        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,53 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef SQLTransactionSyncCallback_h
-#define SQLTransactionSyncCallback_h
-
-#if ENABLE(SQL_DATABASE)
-
-#include &lt;wtf/RefCounted.h&gt;
-
-namespace WebCore {
-
-class SQLTransactionSync;
-
-// Instances of this class should be created and used only on the worker's context thread.
-class SQLTransactionSyncCallback : public RefCounted&lt;SQLTransactionSyncCallback&gt; {
-public:
-    virtual ~SQLTransactionSyncCallback() { }
-    virtual bool handleEvent(SQLTransactionSync*) = 0;
-};
-
-}
-
-#endif
-
-#endif // SQLTransactionSyncCallback_h
</del></span></pre></div>
<a id="trunkSourceWebCoreModuleswebdatabaseSQLTransactionSyncCallbackidl"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.idl (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.idl        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/Modules/webdatabase/SQLTransactionSyncCallback.idl        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,35 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-[
-    Conditional=SQL_DATABASE,
-] callback interface SQLTransactionSyncCallback {
-    boolean handleEvent(SQLTransactionSync transaction);
-};
</del></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1379,20 +1379,6 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabaseSync.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataTransfer.cpp&quot;&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="lines">@@ -4025,20 +4011,6 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransactionSync.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSStorage.cpp&quot;&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="lines">@@ -6800,12 +6772,10 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBackend.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBackendBase.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBackendContext.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBackendSync.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBase.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseContext.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseManager.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseServer.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseSync.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseTask.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseThread.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseTracker.cpp&quot; /&gt;
</span><span class="lines">@@ -6816,14 +6786,11 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLResultSetRowList.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLStatement.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLStatementBackend.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLStatementSync.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransaction.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionBackend.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionBackendSync.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionClient.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionCoordinator.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionStateMachine.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionSync.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\websockets\ThreadableWebSocketChannel.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\websockets\ThreadableWebSocketChannelClientWrapper.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\websockets\WebSocket.cpp&quot; /&gt;
</span><span class="lines">@@ -17354,20 +17321,6 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\bindings\js\JSSQLTransactionSyncCustom.cpp&quot;&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='DebugSuffix|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Release_WinCairo|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-      &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\bindings\js\JSRTCIceCandidateCustom.cpp&quot;&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="lines">@@ -18377,7 +18330,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSCSSValueList.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSCustomEvent.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabase.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabaseSync.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataTransfer.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataTransferItem.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataTransferItemList.h&quot; /&gt;
</span><span class="lines">@@ -18578,7 +18530,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSSQLResultSet.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSSQLResultSetRowList.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransaction.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransactionSync.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSStorage.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSStorageEvent.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSStorageInfo.h&quot; /&gt;
</span><span class="lines">@@ -19090,7 +19041,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseError.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseManager.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseServer.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseSync.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseTask.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseThread.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseTracker.h&quot; /&gt;
</span><span class="lines">@@ -19115,8 +19065,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionErrorCallback.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionState.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionStateMachine.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionSync.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionSyncCallback.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\websockets\CloseEvent.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\websockets\ThreadableWebSocketChannel.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\websockets\ThreadableWebSocketChannelClientWrapper.h&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -477,9 +477,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBackendContext.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBackendSync.cpp&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseBase.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -492,9 +489,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseServer.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseSync.cpp&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\DatabaseTask.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -525,18 +519,12 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLStatementBackend.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLStatementSync.cpp&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransaction.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionBackend.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionBackendSync.cpp&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionClient.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -546,9 +534,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionStateMachine.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\Modules\webdatabase\SQLTransactionSync.cpp&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\Modules\websockets\ThreadableWebSocketChannel.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\websockets&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -4464,9 +4449,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\bindings\js\JSSQLTransactionCustom.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;bindings\js&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;..\bindings\js\JSSQLTransactionSyncCustom.cpp&quot;&gt;
-      &lt;Filter&gt;bindings\js&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;..\bindings\js\JSRTCIceCandidateCustom.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;bindings\js&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -5290,9 +5272,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabase.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabaseSync.cpp&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataTransfer.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -5833,9 +5812,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransaction.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransactionSync.cpp&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSStorage.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -7425,9 +7401,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseBackendContext.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseBackendSync.h&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseBase.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -7449,9 +7422,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseServer.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseSync.h&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\DatabaseTask.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -7494,18 +7464,12 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLStatementErrorCallback.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLStatementSync.h&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransaction.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionBackend.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionBackendSync.h&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionCallback.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -7524,12 +7488,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionStateMachine.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionSync.h&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;..\Modules\webdatabase\SQLTransactionSyncCallback.h&quot;&gt;
-      &lt;Filter&gt;Modules\webdatabase&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;..\Modules\websockets\CloseEvent.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Modules\websockets&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -13211,9 +13169,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabase.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDatabaseSync.h&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataTransfer.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="lines">@@ -13748,9 +13703,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransaction.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSSQLTransactionSync.h&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSStorage.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -3606,8 +3606,6 @@
</span><span class="cx">                 97BC6A271505F081001B74AC /* DatabaseContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC69E51505F081001B74AC /* DatabaseContext.cpp */; };
</span><span class="cx">                 97BC6A281505F081001B74AC /* DatabaseContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC69E61505F081001B74AC /* DatabaseContext.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 97BC6A291505F081001B74AC /* DatabaseDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC69E71505F081001B74AC /* DatabaseDetails.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                97BC6A2A1505F081001B74AC /* DatabaseSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC69E81505F081001B74AC /* DatabaseSync.cpp */; };
-                97BC6A2B1505F081001B74AC /* DatabaseSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC69E91505F081001B74AC /* DatabaseSync.h */; };
</del><span class="cx">                 97BC6A2D1505F081001B74AC /* DatabaseTask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC69EB1505F081001B74AC /* DatabaseTask.cpp */; };
</span><span class="cx">                 97BC6A2E1505F081001B74AC /* DatabaseTask.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC69EC1505F081001B74AC /* DatabaseTask.h */; };
</span><span class="cx">                 97BC6A2F1505F081001B74AC /* DatabaseThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC69ED1505F081001B74AC /* DatabaseThread.cpp */; };
</span><span class="lines">@@ -3627,8 +3625,6 @@
</span><span class="cx">                 97BC6A481505F081001B74AC /* SQLStatement.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A061505F081001B74AC /* SQLStatement.h */; };
</span><span class="cx">                 97BC6A491505F081001B74AC /* SQLStatementCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A071505F081001B74AC /* SQLStatementCallback.h */; };
</span><span class="cx">                 97BC6A4B1505F081001B74AC /* SQLStatementErrorCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A091505F081001B74AC /* SQLStatementErrorCallback.h */; };
</span><del>-                97BC6A4D1505F081001B74AC /* SQLStatementSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC6A0B1505F081001B74AC /* SQLStatementSync.cpp */; };
-                97BC6A4E1505F081001B74AC /* SQLStatementSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A0C1505F081001B74AC /* SQLStatementSync.h */; };
</del><span class="cx">                 97BC6A4F1505F081001B74AC /* SQLTransaction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC6A0D1505F081001B74AC /* SQLTransaction.cpp */; };
</span><span class="cx">                 97BC6A501505F081001B74AC /* SQLTransaction.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A0E1505F081001B74AC /* SQLTransaction.h */; };
</span><span class="cx">                 97BC6A521505F081001B74AC /* SQLTransactionCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A101505F081001B74AC /* SQLTransactionCallback.h */; };
</span><span class="lines">@@ -3637,9 +3633,6 @@
</span><span class="cx">                 97BC6A561505F081001B74AC /* SQLTransactionCoordinator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC6A141505F081001B74AC /* SQLTransactionCoordinator.cpp */; };
</span><span class="cx">                 97BC6A571505F081001B74AC /* SQLTransactionCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A151505F081001B74AC /* SQLTransactionCoordinator.h */; };
</span><span class="cx">                 97BC6A581505F081001B74AC /* SQLTransactionErrorCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A161505F081001B74AC /* SQLTransactionErrorCallback.h */; };
</span><del>-                97BC6A5A1505F081001B74AC /* SQLTransactionSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC6A181505F081001B74AC /* SQLTransactionSync.cpp */; };
-                97BC6A5B1505F081001B74AC /* SQLTransactionSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A191505F081001B74AC /* SQLTransactionSync.h */; };
-                97BC6A5D1505F081001B74AC /* SQLTransactionSyncCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC6A1B1505F081001B74AC /* SQLTransactionSyncCallback.h */; };
</del><span class="cx">                 97BC84831236FD93000C6161 /* TextDocumentParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC84811236FD93000C6161 /* TextDocumentParser.cpp */; };
</span><span class="cx">                 97BC84841236FD93000C6161 /* TextDocumentParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC84821236FD93000C6161 /* TextDocumentParser.h */; };
</span><span class="cx">                 97BC849B12370A4B000C6161 /* HTMLInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC849A12370A4B000C6161 /* HTMLInputStream.h */; };
</span><span class="lines">@@ -4982,19 +4975,12 @@
</span><span class="cx">                 B5320D6B122A24E9002D1440 /* FontPlatformData.h in Headers */ = {isa = PBXBuildFile; fileRef = B5320D69122A24E9002D1440 /* FontPlatformData.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 B5320D6C122A24E9002D1440 /* FontPlatformDataCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = B5320D6A122A24E9002D1440 /* FontPlatformDataCocoa.mm */; };
</span><span class="cx">                 B543B85717EB758F003BE93A /* SVGPropertyInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B543B85617EB758F003BE93A /* SVGPropertyInfo.cpp */; };
</span><del>-                B55D5AA4119131FC00BCC315 /* JSSQLTransactionSyncCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = B55D5AA2119131FC00BCC315 /* JSSQLTransactionSyncCallback.h */; };
-                B55D5AA5119131FC00BCC315 /* JSSQLTransactionSyncCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55D5AA3119131FC00BCC315 /* JSSQLTransactionSyncCallback.cpp */; };
-                B55D5AA91191325000BCC315 /* JSSQLTransactionSyncCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B55D5AA71191325000BCC315 /* JSSQLTransactionSyncCustom.cpp */; };
</del><span class="cx">                 B562DB6017D3CD630010AF96 /* HTMLElementTypeHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = B562DB5E17D3CD560010AF96 /* HTMLElementTypeHelpers.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 B562DB6117D3CD660010AF96 /* SVGElementTypeHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = B562DB5F17D3CD560010AF96 /* SVGElementTypeHelpers.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 B56576E817DA94E200A56BDC /* DOMConstructorWithDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = B56576E717DA94E200A56BDC /* DOMConstructorWithDocument.h */; };
</span><span class="cx">                 B56579B51824D12A00E79F23 /* RenderChildIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = B56579B41824D12A00E79F23 /* RenderChildIterator.h */; };
</span><span class="cx">                 B57CB52D182A3EED0079A647 /* InlineElementBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B57CB52C182A3EED0079A647 /* InlineElementBox.cpp */; };
</span><span class="cx">                 B57CB52E182A3EFC0079A647 /* InlineElementBox.h in Headers */ = {isa = PBXBuildFile; fileRef = B57CB52B182A37F60079A647 /* InlineElementBox.h */; };
</span><del>-                B58CEB6911913607002A6790 /* JSDatabaseSync.h in Headers */ = {isa = PBXBuildFile; fileRef = B58CEB6711913607002A6790 /* JSDatabaseSync.h */; };
-                B58CEB6A11913607002A6790 /* JSDatabaseSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B58CEB6811913607002A6790 /* JSDatabaseSync.cpp */; };
-                B58CEB6D1191361C002A6790 /* JSSQLTransactionSync.h in Headers */ = {isa = PBXBuildFile; fileRef = B58CEB6B1191361C002A6790 /* JSSQLTransactionSync.h */; };
-                B58CEB6E1191361C002A6790 /* JSSQLTransactionSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B58CEB6C1191361C002A6790 /* JSSQLTransactionSync.cpp */; };
</del><span class="cx">                 B595FF471824CEE300FF51CD /* RenderIterator.h in Headers */ = {isa = PBXBuildFile; fileRef = B595FF461824CEE300FF51CD /* RenderIterator.h */; };
</span><span class="cx">                 B59DD699119029E5007E9684 /* JSDatabaseCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = B59DD697119029E5007E9684 /* JSDatabaseCallback.h */; };
</span><span class="cx">                 B59DD69A119029E5007E9684 /* JSDatabaseCallback.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B59DD698119029E5007E9684 /* JSDatabaseCallback.cpp */; };
</span><span class="lines">@@ -6673,8 +6659,6 @@
</span><span class="cx">                 FE115FAB167988CD00249134 /* AbstractDatabaseServer.h in Headers */ = {isa = PBXBuildFile; fileRef = FE115FA9167988CD00249134 /* AbstractDatabaseServer.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 FE16CFD3169D1DED00D3A0C7 /* DatabaseBackend.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE16CFCF169D1DEC00D3A0C7 /* DatabaseBackend.cpp */; };
</span><span class="cx">                 FE16CFD4169D1DED00D3A0C7 /* DatabaseBackend.h in Headers */ = {isa = PBXBuildFile; fileRef = FE16CFD0169D1DEC00D3A0C7 /* DatabaseBackend.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                FE16CFD5169D1DED00D3A0C7 /* DatabaseBackendSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE16CFD1169D1DEC00D3A0C7 /* DatabaseBackendSync.cpp */; };
-                FE16CFD6169D1DED00D3A0C7 /* DatabaseBackendSync.h in Headers */ = {isa = PBXBuildFile; fileRef = FE16CFD2169D1DEC00D3A0C7 /* DatabaseBackendSync.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 FE3371A2167C11D400EDB752 /* DatabaseBasicTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = FE3371A0167C11D400EDB752 /* DatabaseBasicTypes.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 FE36FD1516C7826500F887C1 /* ChangeVersionData.h in Headers */ = {isa = PBXBuildFile; fileRef = FE36FD1116C7826400F887C1 /* ChangeVersionData.h */; };
</span><span class="cx">                 FE36FD1616C7826500F887C1 /* SQLTransactionStateMachine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE36FD1216C7826400F887C1 /* SQLTransactionStateMachine.cpp */; };
</span><span class="lines">@@ -6700,8 +6684,6 @@
</span><span class="cx">                 FE8A674816CDD19E00930BF8 /* SQLStatementBackend.h in Headers */ = {isa = PBXBuildFile; fileRef = FE8A674616CDD19E00930BF8 /* SQLStatementBackend.h */; };
</span><span class="cx">                 FE9E89FB16E2DC0500A908F8 /* OriginLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FE9E89F916E2DC0400A908F8 /* OriginLock.cpp */; };
</span><span class="cx">                 FE9E89FC16E2DC0500A908F8 /* OriginLock.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9E89FA16E2DC0400A908F8 /* OriginLock.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                FEAD7D8716C339EE00D4670B /* SQLTransactionBackendSync.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEAD7D8516C339EE00D4670B /* SQLTransactionBackendSync.cpp */; };
-                FEAD7D8816C339EE00D4670B /* SQLTransactionBackendSync.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAD7D8616C339EE00D4670B /* SQLTransactionBackendSync.h */; };
</del><span class="cx">                 FEAF6654167970320062D0C5 /* DatabaseServer.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAF6653167970070062D0C5 /* DatabaseServer.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 FEB26D28167A8F2A00FDD26B /* DatabaseServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEB26D27167A8F2A00FDD26B /* DatabaseServer.cpp */; };
</span><span class="cx">                 FEBC5F3116BD0CC300659BD3 /* DatabaseBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FEBC5F2F16BD0CC300659BD3 /* DatabaseBase.cpp */; };
</span><span class="lines">@@ -10798,9 +10780,6 @@
</span><span class="cx">                 97BC69E51505F081001B74AC /* DatabaseContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseContext.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC69E61505F081001B74AC /* DatabaseContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseContext.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC69E71505F081001B74AC /* DatabaseDetails.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseDetails.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                97BC69E81505F081001B74AC /* DatabaseSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC69E91505F081001B74AC /* DatabaseSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC69EA1505F081001B74AC /* DatabaseSync.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DatabaseSync.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 97BC69EB1505F081001B74AC /* DatabaseTask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseTask.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC69EC1505F081001B74AC /* DatabaseTask.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseTask.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC69ED1505F081001B74AC /* DatabaseThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseThread.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10826,8 +10805,6 @@
</span><span class="cx">                 97BC6A081505F081001B74AC /* SQLStatementCallback.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SQLStatementCallback.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC6A091505F081001B74AC /* SQLStatementErrorCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLStatementErrorCallback.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC6A0A1505F081001B74AC /* SQLStatementErrorCallback.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SQLStatementErrorCallback.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                97BC6A0B1505F081001B74AC /* SQLStatementSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLStatementSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC6A0C1505F081001B74AC /* SQLStatementSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLStatementSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 97BC6A0D1505F081001B74AC /* SQLTransaction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLTransaction.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC6A0E1505F081001B74AC /* SQLTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransaction.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC6A0F1505F081001B74AC /* SQLTransaction.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SQLTransaction.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10839,11 +10816,6 @@
</span><span class="cx">                 97BC6A151505F081001B74AC /* SQLTransactionCoordinator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionCoordinator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC6A161505F081001B74AC /* SQLTransactionErrorCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionErrorCallback.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC6A171505F081001B74AC /* SQLTransactionErrorCallback.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SQLTransactionErrorCallback.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                97BC6A181505F081001B74AC /* SQLTransactionSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLTransactionSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC6A191505F081001B74AC /* SQLTransactionSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC6A1A1505F081001B74AC /* SQLTransactionSync.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SQLTransactionSync.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC6A1B1505F081001B74AC /* SQLTransactionSyncCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionSyncCallback.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                97BC6A1C1505F081001B74AC /* SQLTransactionSyncCallback.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SQLTransactionSyncCallback.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 97BC84811236FD93000C6161 /* TextDocumentParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextDocumentParser.cpp; path = parser/TextDocumentParser.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC84821236FD93000C6161 /* TextDocumentParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextDocumentParser.h; path = parser/TextDocumentParser.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 97BC849A12370A4B000C6161 /* HTMLInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTMLInputStream.h; path = parser/HTMLInputStream.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -12402,9 +12374,6 @@
</span><span class="cx">                 B5320D69122A24E9002D1440 /* FontPlatformData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FontPlatformData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B5320D6A122A24E9002D1440 /* FontPlatformDataCocoa.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = FontPlatformDataCocoa.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B543B85617EB758F003BE93A /* SVGPropertyInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SVGPropertyInfo.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                B55D5AA2119131FC00BCC315 /* JSSQLTransactionSyncCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSSQLTransactionSyncCallback.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                B55D5AA3119131FC00BCC315 /* JSSQLTransactionSyncCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSSQLTransactionSyncCallback.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                B55D5AA71191325000BCC315 /* JSSQLTransactionSyncCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSSQLTransactionSyncCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 B562DB5E17D3CD560010AF96 /* HTMLElementTypeHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTMLElementTypeHelpers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B562DB5F17D3CD560010AF96 /* SVGElementTypeHelpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SVGElementTypeHelpers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B56576E417DA599F00A56BDC /* JSMainThreadExecStateInstrumentation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMainThreadExecStateInstrumentation.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -12412,10 +12381,6 @@
</span><span class="cx">                 B56579B41824D12A00E79F23 /* RenderChildIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderChildIterator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B57CB52B182A37F60079A647 /* InlineElementBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InlineElementBox.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B57CB52C182A3EED0079A647 /* InlineElementBox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InlineElementBox.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                B58CEB6711913607002A6790 /* JSDatabaseSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDatabaseSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                B58CEB6811913607002A6790 /* JSDatabaseSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSDatabaseSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                B58CEB6B1191361C002A6790 /* JSSQLTransactionSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSSQLTransactionSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                B58CEB6C1191361C002A6790 /* JSSQLTransactionSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSSQLTransactionSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 B595FF461824CEE300FF51CD /* RenderIterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RenderIterator.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B59DD697119029E5007E9684 /* JSDatabaseCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDatabaseCallback.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 B59DD698119029E5007E9684 /* JSDatabaseCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSDatabaseCallback.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -14286,8 +14251,6 @@
</span><span class="cx">                 FE115FA9167988CD00249134 /* AbstractDatabaseServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AbstractDatabaseServer.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FE16CFCF169D1DEC00D3A0C7 /* DatabaseBackend.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseBackend.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FE16CFD0169D1DEC00D3A0C7 /* DatabaseBackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseBackend.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                FE16CFD1169D1DEC00D3A0C7 /* DatabaseBackendSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseBackendSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                FE16CFD2169D1DEC00D3A0C7 /* DatabaseBackendSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseBackendSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 FE3371A0167C11D400EDB752 /* DatabaseBasicTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseBasicTypes.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FE36FD1116C7826400F887C1 /* ChangeVersionData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChangeVersionData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FE36FD1216C7826400F887C1 /* SQLTransactionStateMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLTransactionStateMachine.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -14313,8 +14276,6 @@
</span><span class="cx">                 FE8A674616CDD19E00930BF8 /* SQLStatementBackend.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLStatementBackend.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FE9E89F916E2DC0400A908F8 /* OriginLock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OriginLock.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FE9E89FA16E2DC0400A908F8 /* OriginLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OriginLock.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                FEAD7D8516C339EE00D4670B /* SQLTransactionBackendSync.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SQLTransactionBackendSync.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                FEAD7D8616C339EE00D4670B /* SQLTransactionBackendSync.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQLTransactionBackendSync.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 FEAF6653167970070062D0C5 /* DatabaseServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatabaseServer.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FEB26D27167A8F2A00FDD26B /* DatabaseServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseServer.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 FEBC5F2F16BD0CC300659BD3 /* DatabaseBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DatabaseBase.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -18359,8 +18320,6 @@
</span><span class="cx">                                 97BC69D71505F076001B74AC /* DatabaseBackendBase.h */,
</span><span class="cx">                                 FE6F6AAD169E057500FC30A2 /* DatabaseBackendContext.cpp */,
</span><span class="cx">                                 FE6F6AAE169E057500FC30A2 /* DatabaseBackendContext.h */,
</span><del>-                                FE16CFD1169D1DEC00D3A0C7 /* DatabaseBackendSync.cpp */,
-                                FE16CFD2169D1DEC00D3A0C7 /* DatabaseBackendSync.h */,
</del><span class="cx">                                 FEBC5F2F16BD0CC300659BD3 /* DatabaseBase.cpp */,
</span><span class="cx">                                 FEBC5F3016BD0CC300659BD3 /* DatabaseBase.h */,
</span><span class="cx">                                 FE3371A0167C11D400EDB752 /* DatabaseBasicTypes.h */,
</span><span class="lines">@@ -18375,9 +18334,6 @@
</span><span class="cx">                                 97BC69F11505F081001B74AC /* DatabaseManagerClient.h */,
</span><span class="cx">                                 FEB26D27167A8F2A00FDD26B /* DatabaseServer.cpp */,
</span><span class="cx">                                 FEAF6653167970070062D0C5 /* DatabaseServer.h */,
</span><del>-                                97BC69E81505F081001B74AC /* DatabaseSync.cpp */,
-                                97BC69E91505F081001B74AC /* DatabaseSync.h */,
-                                97BC69EA1505F081001B74AC /* DatabaseSync.idl */,
</del><span class="cx">                                 97BC69EB1505F081001B74AC /* DatabaseTask.cpp */,
</span><span class="cx">                                 97BC69EC1505F081001B74AC /* DatabaseTask.h */,
</span><span class="cx">                                 97BC69ED1505F081001B74AC /* DatabaseThread.cpp */,
</span><span class="lines">@@ -18409,15 +18365,11 @@
</span><span class="cx">                                 97BC6A081505F081001B74AC /* SQLStatementCallback.idl */,
</span><span class="cx">                                 97BC6A091505F081001B74AC /* SQLStatementErrorCallback.h */,
</span><span class="cx">                                 97BC6A0A1505F081001B74AC /* SQLStatementErrorCallback.idl */,
</span><del>-                                97BC6A0B1505F081001B74AC /* SQLStatementSync.cpp */,
-                                97BC6A0C1505F081001B74AC /* SQLStatementSync.h */,
</del><span class="cx">                                 97BC6A0D1505F081001B74AC /* SQLTransaction.cpp */,
</span><span class="cx">                                 97BC6A0E1505F081001B74AC /* SQLTransaction.h */,
</span><span class="cx">                                 97BC6A0F1505F081001B74AC /* SQLTransaction.idl */,
</span><span class="cx">                                 FEE1811116C319E800084849 /* SQLTransactionBackend.cpp */,
</span><span class="cx">                                 FEE1811216C319E800084849 /* SQLTransactionBackend.h */,
</span><del>-                                FEAD7D8516C339EE00D4670B /* SQLTransactionBackendSync.cpp */,
-                                FEAD7D8616C339EE00D4670B /* SQLTransactionBackendSync.h */,
</del><span class="cx">                                 97BC6A101505F081001B74AC /* SQLTransactionCallback.h */,
</span><span class="cx">                                 97BC6A111505F081001B74AC /* SQLTransactionCallback.idl */,
</span><span class="cx">                                 97BC6A121505F081001B74AC /* SQLTransactionClient.cpp */,
</span><span class="lines">@@ -18429,11 +18381,6 @@
</span><span class="cx">                                 FE36FD1416C7826400F887C1 /* SQLTransactionState.h */,
</span><span class="cx">                                 FE36FD1216C7826400F887C1 /* SQLTransactionStateMachine.cpp */,
</span><span class="cx">                                 FE36FD1316C7826400F887C1 /* SQLTransactionStateMachine.h */,
</span><del>-                                97BC6A181505F081001B74AC /* SQLTransactionSync.cpp */,
-                                97BC6A191505F081001B74AC /* SQLTransactionSync.h */,
-                                97BC6A1A1505F081001B74AC /* SQLTransactionSync.idl */,
-                                97BC6A1B1505F081001B74AC /* SQLTransactionSyncCallback.h */,
-                                97BC6A1C1505F081001B74AC /* SQLTransactionSyncCallback.idl */,
</del><span class="cx">                         );
</span><span class="cx">                         path = webdatabase;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="lines">@@ -19573,8 +19520,6 @@
</span><span class="cx">                                 1AE82F8E0CAAFA9D002237AE /* JSDatabase.h */,
</span><span class="cx">                                 B59DD698119029E5007E9684 /* JSDatabaseCallback.cpp */,
</span><span class="cx">                                 B59DD697119029E5007E9684 /* JSDatabaseCallback.h */,
</span><del>-                                B58CEB6811913607002A6790 /* JSDatabaseSync.cpp */,
-                                B58CEB6711913607002A6790 /* JSDatabaseSync.h */,
</del><span class="cx">                                 511EF2A817F0FC4800E4FA16 /* JSIDBAny.cpp */,
</span><span class="cx">                                 C585A66511D4FB07004C3E4B /* JSIDBAny.h */,
</span><span class="cx">                                 511EF2A917F0FC4800E4FA16 /* JSIDBCursor.cpp */,
</span><span class="lines">@@ -19617,10 +19562,6 @@
</span><span class="cx">                                 B59DD69B11902A42007E9684 /* JSSQLTransactionCallback.h */,
</span><span class="cx">                                 B59DD6A011902A52007E9684 /* JSSQLTransactionErrorCallback.cpp */,
</span><span class="cx">                                 B59DD69F11902A52007E9684 /* JSSQLTransactionErrorCallback.h */,
</span><del>-                                B58CEB6C1191361C002A6790 /* JSSQLTransactionSync.cpp */,
-                                B58CEB6B1191361C002A6790 /* JSSQLTransactionSync.h */,
-                                B55D5AA3119131FC00BCC315 /* JSSQLTransactionSyncCallback.cpp */,
-                                B55D5AA2119131FC00BCC315 /* JSSQLTransactionSyncCallback.h */,
</del><span class="cx">                                 51E3F9D40DA05E1D00250911 /* JSStorage.cpp */,
</span><span class="cx">                                 51E3F9D50DA05E1D00250911 /* JSStorage.h */,
</span><span class="cx">                                 51E0BAE80DA55D4A00A9E417 /* JSStorageEvent.cpp */,
</span><span class="lines">@@ -21105,7 +21046,6 @@
</span><span class="cx">                                 07DC5FD317D3EEE90099F890 /* JSRTCStatsResponseCustom.cpp */,
</span><span class="cx">                                 51DCE8010CAC9F1C00488358 /* JSSQLResultSetRowListCustom.cpp */,
</span><span class="cx">                                 1AD2316D0CD269E700C1F194 /* JSSQLTransactionCustom.cpp */,
</span><del>-                                B55D5AA71191325000BCC315 /* JSSQLTransactionSyncCustom.cpp */,
</del><span class="cx">                                 51D0C5150DAA90B7003B3831 /* JSStorageCustom.cpp */,
</span><span class="cx">                                 BC98A27C0C0C9950004BEBF7 /* JSStyleSheetCustom.cpp */,
</span><span class="cx">                                 AD726FEC16D9F4B9003A4E6D /* JSStyleSheetCustom.h */,
</span><span class="lines">@@ -23867,7 +23807,6 @@
</span><span class="cx">                                 FE16CFD4169D1DED00D3A0C7 /* DatabaseBackend.h in Headers */,
</span><span class="cx">                                 97BC69DB1505F076001B74AC /* DatabaseBackendBase.h in Headers */,
</span><span class="cx">                                 FE6F6AB0169E057500FC30A2 /* DatabaseBackendContext.h in Headers */,
</span><del>-                                FE16CFD6169D1DED00D3A0C7 /* DatabaseBackendSync.h in Headers */,
</del><span class="cx">                                 FEBC5F3216BD0CC300659BD3 /* DatabaseBase.h in Headers */,
</span><span class="cx">                                 FE3371A2167C11D400EDB752 /* DatabaseBasicTypes.h in Headers */,
</span><span class="cx">                                 97BC6A251505F081001B74AC /* DatabaseCallback.h in Headers */,
</span><span class="lines">@@ -23878,7 +23817,6 @@
</span><span class="cx">                                 97BC6A331505F081001B74AC /* DatabaseManagerClient.h in Headers */,
</span><span class="cx">                                 FEAF6654167970320062D0C5 /* DatabaseServer.h in Headers */,
</span><span class="cx">                                 FEDEF84216797108000E444A /* DatabaseStrategy.h in Headers */,
</span><del>-                                97BC6A2B1505F081001B74AC /* DatabaseSync.h in Headers */,
</del><span class="cx">                                 97BC6A2E1505F081001B74AC /* DatabaseTask.h in Headers */,
</span><span class="cx">                                 97BC6A301505F081001B74AC /* DatabaseThread.h in Headers */,
</span><span class="cx">                                 97BC6A321505F081001B74AC /* DatabaseTracker.h in Headers */,
</span><span class="lines">@@ -24883,7 +24821,6 @@
</span><span class="cx">                                 E10B937C0B73C00A003ED890 /* JSCustomXPathNSResolver.h in Headers */,
</span><span class="cx">                                 1AE82F900CAAFA9D002237AE /* JSDatabase.h in Headers */,
</span><span class="cx">                                 B59DD699119029E5007E9684 /* JSDatabaseCallback.h in Headers */,
</span><del>-                                B58CEB6911913607002A6790 /* JSDatabaseSync.h in Headers */,
</del><span class="cx">                                 BE61039E18A9D65A00DD50D7 /* JSDataCue.h in Headers */,
</span><span class="cx">                                 BCA83E500D7CE1E9003421A8 /* JSDataTransfer.h in Headers */,
</span><span class="cx">                                 4162A4581011464700DFF3ED /* JSDedicatedWorkerGlobalScope.h in Headers */,
</span><span class="lines">@@ -25157,8 +25094,6 @@
</span><span class="cx">                                 BC82432A0D0CE8A200460C8F /* JSSQLTransaction.h in Headers */,
</span><span class="cx">                                 B59DD69D11902A42007E9684 /* JSSQLTransactionCallback.h in Headers */,
</span><span class="cx">                                 B59DD6A111902A52007E9684 /* JSSQLTransactionErrorCallback.h in Headers */,
</span><del>-                                B58CEB6D1191361C002A6790 /* JSSQLTransactionSync.h in Headers */,
-                                B55D5AA4119131FC00BCC315 /* JSSQLTransactionSyncCallback.h in Headers */,
</del><span class="cx">                                 51E0BAEB0DA55D4A00A9E417 /* JSStorageEvent.h in Headers */,
</span><span class="cx">                                 89F60CDA15809D760075E157 /* JSStorageInfo.h in Headers */,
</span><span class="cx">                                 0FF5026A102BA9430066F39A /* JSStyleMedia.h in Headers */,
</span><span class="lines">@@ -26196,18 +26131,14 @@
</span><span class="cx">                                 FE8A674816CDD19E00930BF8 /* SQLStatementBackend.h in Headers */,
</span><span class="cx">                                 97BC6A491505F081001B74AC /* SQLStatementCallback.h in Headers */,
</span><span class="cx">                                 97BC6A4B1505F081001B74AC /* SQLStatementErrorCallback.h in Headers */,
</span><del>-                                97BC6A4E1505F081001B74AC /* SQLStatementSync.h in Headers */,
</del><span class="cx">                                 97BC6A501505F081001B74AC /* SQLTransaction.h in Headers */,
</span><span class="cx">                                 FEE1811416C319E800084849 /* SQLTransactionBackend.h in Headers */,
</span><del>-                                FEAD7D8816C339EE00D4670B /* SQLTransactionBackendSync.h in Headers */,
</del><span class="cx">                                 97BC6A521505F081001B74AC /* SQLTransactionCallback.h in Headers */,
</span><span class="cx">                                 97BC6A551505F081001B74AC /* SQLTransactionClient.h in Headers */,
</span><span class="cx">                                 97BC6A571505F081001B74AC /* SQLTransactionCoordinator.h in Headers */,
</span><span class="cx">                                 97BC6A581505F081001B74AC /* SQLTransactionErrorCallback.h in Headers */,
</span><span class="cx">                                 FE36FD1816C7826500F887C1 /* SQLTransactionState.h in Headers */,
</span><span class="cx">                                 FE36FD1716C7826500F887C1 /* SQLTransactionStateMachine.h in Headers */,
</span><del>-                                97BC6A5B1505F081001B74AC /* SQLTransactionSync.h in Headers */,
-                                97BC6A5D1505F081001B74AC /* SQLTransactionSyncCallback.h in Headers */,
</del><span class="cx">                                 1A2E6E5A0CC55213004A2062 /* SQLValue.h in Headers */,
</span><span class="cx">                                 93F1996308245E59001E9ABC /* SSLKeyGenerator.h in Headers */,
</span><span class="cx">                                 26B999911803B3C900D01121 /* StackAllocator.h in Headers */,
</span><span class="lines">@@ -27581,13 +27512,11 @@
</span><span class="cx">                                 FE16CFD3169D1DED00D3A0C7 /* DatabaseBackend.cpp in Sources */,
</span><span class="cx">                                 97BC69DA1505F076001B74AC /* DatabaseBackendBase.cpp in Sources */,
</span><span class="cx">                                 FE6F6AAF169E057500FC30A2 /* DatabaseBackendContext.cpp in Sources */,
</span><del>-                                FE16CFD5169D1DED00D3A0C7 /* DatabaseBackendSync.cpp in Sources */,
</del><span class="cx">                                 FEBC5F3116BD0CC300659BD3 /* DatabaseBase.cpp in Sources */,
</span><span class="cx">                                 97BC6A271505F081001B74AC /* DatabaseContext.cpp in Sources */,
</span><span class="cx">                                 FE456F181677D74E005EDDF9 /* DatabaseManager.cpp in Sources */,
</span><span class="cx">                                 FEB26D28167A8F2A00FDD26B /* DatabaseServer.cpp in Sources */,
</span><span class="cx">                                 FEDEF84116797108000E444A /* DatabaseStrategy.cpp in Sources */,
</span><del>-                                97BC6A2A1505F081001B74AC /* DatabaseSync.cpp in Sources */,
</del><span class="cx">                                 97BC6A2D1505F081001B74AC /* DatabaseTask.cpp in Sources */,
</span><span class="cx">                                 97BC6A2F1505F081001B74AC /* DatabaseThread.cpp in Sources */,
</span><span class="cx">                                 97BC6A311505F081001B74AC /* DatabaseTracker.cpp in Sources */,
</span><span class="lines">@@ -28374,7 +28303,6 @@
</span><span class="cx">                                 E10B93C30B73C291003ED890 /* JSCustomXPathNSResolver.cpp in Sources */,
</span><span class="cx">                                 1AE82F8F0CAAFA9D002237AE /* JSDatabase.cpp in Sources */,
</span><span class="cx">                                 B59DD69A119029E5007E9684 /* JSDatabaseCallback.cpp in Sources */,
</span><del>-                                B58CEB6A11913607002A6790 /* JSDatabaseSync.cpp in Sources */,
</del><span class="cx">                                 BE61039D18A9D65200DD50D7 /* JSDataCue.cpp in Sources */,
</span><span class="cx">                                 07FBDE2C18FED178001A7CFF /* JSDataCueCustom.cpp in Sources */,
</span><span class="cx">                                 BCA83E4F0D7CE1E9003421A8 /* JSDataTransfer.cpp in Sources */,
</span><span class="lines">@@ -28725,9 +28653,6 @@
</span><span class="cx">                                 B59DD69E11902A42007E9684 /* JSSQLTransactionCallback.cpp in Sources */,
</span><span class="cx">                                 1AD2316E0CD269E700C1F194 /* JSSQLTransactionCustom.cpp in Sources */,
</span><span class="cx">                                 B59DD6A211902A52007E9684 /* JSSQLTransactionErrorCallback.cpp in Sources */,
</span><del>-                                B58CEB6E1191361C002A6790 /* JSSQLTransactionSync.cpp in Sources */,
-                                B55D5AA5119131FC00BCC315 /* JSSQLTransactionSyncCallback.cpp in Sources */,
-                                B55D5AA91191325000BCC315 /* JSSQLTransactionSyncCustom.cpp in Sources */,
</del><span class="cx">                                 51E3F9D60DA05E1D00250911 /* JSStorage.cpp in Sources */,
</span><span class="cx">                                 51D0C5160DAA90B7003B3831 /* JSStorageCustom.cpp in Sources */,
</span><span class="cx">                                 51E0BAEA0DA55D4A00A9E417 /* JSStorageEvent.cpp in Sources */,
</span><span class="lines">@@ -29639,15 +29564,12 @@
</span><span class="cx">                                 97BC6A441505F081001B74AC /* SQLResultSetRowList.cpp in Sources */,
</span><span class="cx">                                 97BC6A471505F081001B74AC /* SQLStatement.cpp in Sources */,
</span><span class="cx">                                 FE8A674716CDD19E00930BF8 /* SQLStatementBackend.cpp in Sources */,
</span><del>-                                97BC6A4D1505F081001B74AC /* SQLStatementSync.cpp in Sources */,
</del><span class="cx">                                 97BC6A4F1505F081001B74AC /* SQLTransaction.cpp in Sources */,
</span><span class="cx">                                 2D4F96F51A1ECC240098BF88 /* TextIndicator.cpp in Sources */,
</span><span class="cx">                                 FEE1811316C319E800084849 /* SQLTransactionBackend.cpp in Sources */,
</span><del>-                                FEAD7D8716C339EE00D4670B /* SQLTransactionBackendSync.cpp in Sources */,
</del><span class="cx">                                 97BC6A541505F081001B74AC /* SQLTransactionClient.cpp in Sources */,
</span><span class="cx">                                 97BC6A561505F081001B74AC /* SQLTransactionCoordinator.cpp in Sources */,
</span><span class="cx">                                 FE36FD1616C7826500F887C1 /* SQLTransactionStateMachine.cpp in Sources */,
</span><del>-                                97BC6A5A1505F081001B74AC /* SQLTransactionSync.cpp in Sources */,
</del><span class="cx">                                 1A2E6E590CC55213004A2062 /* SQLValue.cpp in Sources */,
</span><span class="cx">                                 4476531B133170990006B789 /* SSLKeyGeneratorIOS.cpp in Sources */,
</span><span class="cx">                                 93F19AE608245E59001E9ABC /* SSLKeyGeneratorMac.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsjsJSSQLTransactionSyncCustomcpp"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp (178208 => 178209)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp        2015-01-09 22:39:33 UTC (rev 178208)
+++ trunk/Source/WebCore/bindings/js/JSSQLTransactionSyncCustom.cpp        2015-01-09 23:15:35 UTC (rev 178209)
</span><span class="lines">@@ -1,99 +0,0 @@
</span><del>-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * 1.  Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer.
- * 2.  Redistributions in binary form must reproduce the above copyright
- *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution.
- * 3.  Neither the name of Apple Inc. (&quot;Apple&quot;) nor the names of
- *     its contributors may be used to endorse or promote products derived
- *     from this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS &quot;AS IS&quot; AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
- * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include &quot;config.h&quot;
-
-#if ENABLE(SQL_DATABASE)
-
-#include &quot;JSSQLTransactionSync.h&quot;
-
-#include &quot;ExceptionCode.h&quot;
-#include &quot;JSDOMBinding.h&quot;
-#include &quot;JSSQLResultSet.h&quot;
-#include &quot;SQLResultSet.h&quot;
-#include &quot;SQLValue.h&quot;
-
-using namespace JSC;
-
-namespace WebCore {
-
-JSValue JSSQLTransactionSync::executeSql(ExecState* exec)
-{
-    if (!exec-&gt;argumentCount()) {
-        setDOMException(exec, SYNTAX_ERR);
-        return jsUndefined();
-    }
-
-    String sqlStatement = exec-&gt;uncheckedArgument(0).toString(exec)-&gt;value(exec);
-    if (exec-&gt;hadException())
-        return jsUndefined();
-
-    // Now assemble the list of SQL arguments
-    Vector&lt;SQLValue&gt; sqlValues;
-    if (!exec-&gt;argument(1).isUndefinedOrNull()) {
-        JSObject* object = exec-&gt;argument(1).getObject();
-        if (!object) {
-            setDOMException(exec, TYPE_MISMATCH_ERR);
-            return jsUndefined();
-        }
-
-        JSValue lengthValue = object-&gt;get(exec, exec-&gt;propertyNames().length);
-        if (exec-&gt;hadException())
-            return jsUndefined();
-        unsigned length = lengthValue.toUInt32(exec);
-        if (exec-&gt;hadException())
-            return jsUndefined();
-
-        for (unsigned i = 0 ; i &lt; length; ++i) {
-            JSValue value = object-&gt;get(exec, i);
-            if (exec-&gt;hadException())
-                return jsUndefined();
-
-            if (value.isUndefinedOrNull())
-                sqlValues.append(SQLValue());
-            else if (value.isNumber())
-                sqlValues.append(value.asNumber());
-            else {
-                // Convert the argument to a string and append it
-                sqlValues.append(value.toString(exec)-&gt;value(exec));
-                if (exec-&gt;hadException())
-                    return jsUndefined();
-            }
-        }
-    }
-
-    ExceptionCode ec = 0;
-    JSValue result = toJS(exec, globalObject(), WTF::getPtr(m_impl-&gt;executeSQL(sqlStatement, sqlValues, ec)));
-    setDOMException(exec, ec);
-
-    return result;
-}
-
-} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)
</del></span></pre>
</div>
</div>

</body>
</html>