git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove some iOS #ifdefs by adding SQLiteDatabaseTracker to all the builds
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
sql
/
SQLiteDatabaseTracker.h
diff --git
a/Source/WebCore/platform/sql/ios/SQLiteDatabaseTracker.h
b/Source/WebCore/platform/sql/SQLiteDatabaseTracker.h
similarity index 97%
rename from
Source/WebCore/platform/sql/ios/SQLiteDatabaseTracker.h
rename to
Source/WebCore/platform/sql/SQLiteDatabaseTracker.h
index
861c646
..
483d9af
100644
(file)
--- a/
Source/WebCore/platform/sql/ios/SQLiteDatabaseTracker.h
+++ b/
Source/WebCore/platform/sql/SQLiteDatabaseTracker.h
@@
-27,7
+27,6
@@
#define SQLiteDatabaseTracker_h
#include "SQLiteDatabaseTrackerClient.h"
-#include <wtf/Noncopyable.h>
namespace WebCore {
@@
-40,7
+39,7
@@
void setClient(SQLiteDatabaseTrackerClient*);
#if !ASSERT_DISABLED
bool hasTransactionInProgress();
-#endif
// !ASSERT_DISABLED
+#endif
};