Chromium Code Reviews| 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(); |