Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/FontFaceSet.h |
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.h b/third_party/WebKit/Source/core/css/FontFaceSet.h |
| index 7e99e192bdca409c371ac61dafe647514ad78ef9..3923e880bbb9c46866037ed6d22d40b2389eadae 100644 |
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.h |
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.h |
| @@ -38,7 +38,8 @@ |
| #include "wtf/Allocator.h" |
| #include "wtf/Vector.h" |
| -// Mac OS X 10.6 SDK defines check() macro that interfares with our check() method |
| +// Mac OS X 10.6 SDK defines check() macro that interferes with our check() |
| +// method |
| #ifdef check |
| #undef check |
| #endif |