| 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();
|
|
|