From 1bf1084f2b10c3b47fd1a588d85d21ed0eb41d0c Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 27 Jun 2017 06:07:23 +0000 Subject: webkitgtk-2.16.5 --- Source/WebCore/Modules/webdatabase/SQLTransactionState.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Source/WebCore/Modules/webdatabase/SQLTransactionState.h') diff --git a/Source/WebCore/Modules/webdatabase/SQLTransactionState.h b/Source/WebCore/Modules/webdatabase/SQLTransactionState.h index f8a5adf62..eedf28f1b 100644 --- a/Source/WebCore/Modules/webdatabase/SQLTransactionState.h +++ b/Source/WebCore/Modules/webdatabase/SQLTransactionState.h @@ -23,10 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef SQLTransactionState_h -#define SQLTransactionState_h - -#if ENABLE(SQL_DATABASE) +#pragma once namespace WebCore { @@ -48,7 +45,3 @@ enum class SQLTransactionState { }; } // namespace WebCore - -#endif // ENABLE(SQL_DATABASE) - -#endif // SQLTransactionState_h -- cgit v1.2.1