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

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

Issue 394353002: Replace tests of ASSERT_ENABLED with ENABLE(ASSERT). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Ken Russell (switch to Gerrit) 2014/07/16 22:04:55 This incorrect #ifdef usage was caught by this cha
+#if ENABLE(SECURITY_ASSERT)
inline bool isRawResource(const Resource& resource)
{
Resource::Type type = resource.type();

Powered by Google App Engine
This is Rietveld 408576698