summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2015-05-27 00:42:47 +0200
committerPale Moon <git-repo@palemoon.org>2015-05-27 00:42:47 +0200
commit1c32255718e88b075d319efb7e7758782e5e729e (patch)
tree3b1ecfae5c07f5f884474d655adc5f405fee92d9 /storage
parent1539e283008df0fe2ee11defdab8e1ec52972404 (diff)
downloadpalemoon-gre-1c32255718e88b075d319efb7e7758782e5e729e.tar.gz
Wholesale switch remaining code to Goanna
Diffstat (limited to 'storage')
-rw-r--r--storage/src/Makefile.in2
-rw-r--r--storage/src/mozStorageConnection.cpp2
-rw-r--r--storage/src/mozStorageStatement.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/storage/src/Makefile.in b/storage/src/Makefile.in
index 3f479ba93..47aab1f28 100644
--- a/storage/src/Makefile.in
+++ b/storage/src/Makefile.in
@@ -20,7 +20,7 @@ DEFINES += -DXP_LINUX
endif
# Don't use the jemalloc allocator on Android, because we can't guarantee
-# that Gecko will configure sqlite before it is first used (bug 730495).
+# that Goanna will configure sqlite before it is first used (bug 730495).
#
# Note: On Windows our sqlite build assumes we use jemalloc. If you disable
# MOZ_STORAGE_MEMORY on Windows, you will also need to change the "ifdef
diff --git a/storage/src/mozStorageConnection.cpp b/storage/src/mozStorageConnection.cpp
index 97b9826bb..a11c9c8a3 100644
--- a/storage/src/mozStorageConnection.cpp
+++ b/storage/src/mozStorageConnection.cpp
@@ -34,7 +34,7 @@
#include "SQLCollations.h"
#include "FileSystemModule.h"
#include "mozStorageHelper.h"
-#include "GeckoProfiler.h"
+#include "GoannaProfiler.h"
#include "prlog.h"
#include "prprf.h"
diff --git a/storage/src/mozStorageStatement.cpp b/storage/src/mozStorageStatement.cpp
index d42a458cd..0d3494092 100644
--- a/storage/src/mozStorageStatement.cpp
+++ b/storage/src/mozStorageStatement.cpp
@@ -23,7 +23,7 @@
#include "mozStorageStatementParams.h"
#include "mozStorageStatementRow.h"
#include "mozStorageStatement.h"
-#include "GeckoProfiler.h"
+#include "GoannaProfiler.h"
#include "prlog.h"