Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1359)

Unified Diff: Source/modules/webdatabase/DatabaseSync.h

Issue 397733004: Allow assertions to be enabled in Blink Release builds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/indexeddb/IDBRequest.cpp ('k') | Source/modules/webdatabase/DatabaseTask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseSync.h
diff --git a/Source/modules/webdatabase/DatabaseSync.h b/Source/modules/webdatabase/DatabaseSync.h
index 6b5c03138af8e4a85177e3dd6c1d38411c97169b..af26c7e1a5676950e8a7b41ac2554849d39e5050 100644
--- a/Source/modules/webdatabase/DatabaseSync.h
+++ b/Source/modules/webdatabase/DatabaseSync.h
@@ -39,17 +39,12 @@
#include "wtf/Forward.h"
#include "wtf/text/WTFString.h"
-#ifndef NDEBUG
-#include "platform/weborigin/SecurityOrigin.h"
-#endif
-
namespace WebCore {
class DatabaseCallback;
class ExceptionState;
class SQLTransactionSync;
class SQLTransactionSyncCallback;
-class SecurityOrigin;
// Instances of this class should be created and used only on the worker's context thread.
class DatabaseSync FINAL : public DatabaseBackendSync, public DatabaseBase, public ScriptWrappable {
« no previous file with comments | « Source/modules/indexeddb/IDBRequest.cpp ('k') | Source/modules/webdatabase/DatabaseTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698