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

Unified Diff: Source/bindings/core/v8/custom/V8BlobCustomHelpers.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/bindings/core/v8/V8StringResource.h ('k') | Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
diff --git a/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h b/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
index ad152ec830361ce5b81e5d876401eea3db6f0531..32b4049c7d58af0e6f9b1b699d35fff1c71ae4eb 100644
--- a/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
+++ b/Source/bindings/core/v8/custom/V8BlobCustomHelpers.h
@@ -76,9 +76,9 @@ private:
bool m_hasFileProperties;
double m_lastModified;
-#ifndef NDEBUG
+#if ENABLE(ASSERT)
bool m_hasLastModified;
-#endif // NDEBUG
+#endif // ENABLE(ASSERT)
};
// Appends the blobParts passed to a Blob or File constructor into a BlobData.
« no previous file with comments | « Source/bindings/core/v8/V8StringResource.h ('k') | Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698