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

Unified Diff: Source/WebCore/bindings/scripts/test/V8/V8TestCallback.cpp

Issue 13774005: Remove the ENABLE_SQL_DATABASE compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: python Created 7 years, 8 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
Index: Source/WebCore/bindings/scripts/test/V8/V8TestCallback.cpp
diff --git a/Source/WebCore/bindings/scripts/test/V8/V8TestCallback.cpp b/Source/WebCore/bindings/scripts/test/V8/V8TestCallback.cpp
index 2c3a854dcc451b74a1c3df26e44dd758d00623e6..593ba03d1a32b4f65a1dc44df9c948a949b60940 100644
--- a/Source/WebCore/bindings/scripts/test/V8/V8TestCallback.cpp
+++ b/Source/WebCore/bindings/scripts/test/V8/V8TestCallback.cpp
@@ -19,7 +19,6 @@
*/
#include "config.h"
-#if ENABLE(SQL_DATABASE)
#include "V8TestCallback.h"
#include "ScriptExecutionContext.h"
@@ -228,5 +227,3 @@ bool V8TestCallback::callbackRequiresThisToPass(Class8* class8Param, ThisClass*
}
} // namespace WebCore
-
-#endif // ENABLE(SQL_DATABASE)

Powered by Google App Engine
This is Rietveld 408576698