Chromium Code Reviews| Index: Source/platform/heap/Handle.h |
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h |
| index 4fdc0a33c15aa274b4620aa9f0d21908943f0e6c..3a9266fca67bc637601e6c09a57d95bba4dd21d4 100644 |
| --- a/Source/platform/heap/Handle.h |
| +++ b/Source/platform/heap/Handle.h |
| @@ -772,7 +772,7 @@ public: |
| protected: |
| void checkPointer() |
| { |
| -#if ENABLE(ASSERT) |
| +#if ENABLE(ASSERT) && !OS(WIN) |
|
haraken
2015/06/29 22:23:51
Shall we add a comment?
|
| if (!m_raw) |
| return; |
| // HashTable can store a special value (which is not aligned to the |