Index: Source/platform/RefCountedSupplement.h |
diff --git a/Source/platform/RefCountedSupplement.h b/Source/platform/RefCountedSupplement.h |
index 9a06008da6ab3f21a86a8f71cc98d1742e3090aa..4815bceb7f270eaa9851804139baeeb3427d8339 100644 |
--- a/Source/platform/RefCountedSupplement.h |
+++ b/Source/platform/RefCountedSupplement.h |
@@ -44,7 +44,7 @@ public: |
public: |
explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } |
virtual ~Wrapper() { } |
-#if SECURITY_ASSERT_ENABLED |
+#if ENABLE(SECURITY_ASSERT) |
virtual bool isRefCountedWrapper() const OVERRIDE { return true; } |
#endif |
ThisType* wrapped() const { return m_wrapped.get(); } |