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. |