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

Unified Diff: Source/core/fetch/RawResource.h

Issue 397733004: Allow assertions to be enabled in Blink Release builds. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed config.gni. Minor cleanups. 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
Index: Source/core/fetch/RawResource.h
diff --git a/Source/core/fetch/RawResource.h b/Source/core/fetch/RawResource.h
index 10bae27deb1cbcf65d9949ae52278bc84253e136..067d91626ce81d61a8f9e6fba51ddb7cf439e111 100644
--- a/Source/core/fetch/RawResource.h
+++ b/Source/core/fetch/RawResource.h
@@ -56,7 +56,7 @@ private:
virtual void didDownloadData(int) OVERRIDE;
};
-#ifdef SECURITY_ASSERT_ENABLED
+#if ENABLE(SECURITY_ASSERT)
inline bool isRawResource(const Resource& resource)
{
Resource::Type type = resource.type();

Powered by Google App Engine
This is Rietveld 408576698