| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008, 2009, 2013 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2007-2009 Torch Mobile, Inc. | 3 * Copyright (C) 2007-2009 Torch Mobile, Inc. |
| 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. | 4 * Copyright (C) 2010, 2011 Research In Motion Limited. All rights reserved. |
| 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. | 5 * Copyright (C) 2013 Samsung Electronics. All rights reserved. |
| 6 * | 6 * |
| 7 * Redistribution and use in source and binary forms, with or without | 7 * Redistribution and use in source and binary forms, with or without |
| 8 * modification, are permitted provided that the following conditions | 8 * modification, are permitted provided that the following conditions |
| 9 * are met: | 9 * are met: |
| 10 * 1. Redistributions of source code must retain the above copyright | 10 * 1. Redistributions of source code must retain the above copyright |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 #endif | 516 #endif |
| 517 | 517 |
| 518 #if !defined(ENABLE_MATHML) | 518 #if !defined(ENABLE_MATHML) |
| 519 #define ENABLE_MATHML 1 | 519 #define ENABLE_MATHML 1 |
| 520 #endif | 520 #endif |
| 521 | 521 |
| 522 #if !defined(ENABLE_MEDIA_CAPTURE) | 522 #if !defined(ENABLE_MEDIA_CAPTURE) |
| 523 #define ENABLE_MEDIA_CAPTURE 0 | 523 #define ENABLE_MEDIA_CAPTURE 0 |
| 524 #endif | 524 #endif |
| 525 | 525 |
| 526 #if !defined(ENABLE_MEDIA_SOURCE) | |
| 527 #define ENABLE_MEDIA_SOURCE 0 | |
| 528 #endif | |
| 529 | |
| 530 #if !defined(ENABLE_MEDIA_STATISTICS) | 526 #if !defined(ENABLE_MEDIA_STATISTICS) |
| 531 #define ENABLE_MEDIA_STATISTICS 0 | 527 #define ENABLE_MEDIA_STATISTICS 0 |
| 532 #endif | 528 #endif |
| 533 | 529 |
| 534 #if !defined(ENABLE_MEDIA_STREAM) | 530 #if !defined(ENABLE_MEDIA_STREAM) |
| 535 #define ENABLE_MEDIA_STREAM 0 | 531 #define ENABLE_MEDIA_STREAM 0 |
| 536 #endif | 532 #endif |
| 537 | 533 |
| 538 #if !defined(ENABLE_METER_ELEMENT) | 534 #if !defined(ENABLE_METER_ELEMENT) |
| 539 #define ENABLE_METER_ELEMENT 1 | 535 #define ENABLE_METER_ELEMENT 1 |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 780 | 776 |
| 781 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) | 777 #if ENABLE(SVG_FONTS) && !ENABLE(SVG) |
| 782 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" | 778 #error "ENABLE(SVG_FONTS) requires ENABLE(SVG)" |
| 783 #endif | 779 #endif |
| 784 | 780 |
| 785 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) | 781 #if ENABLE(VIDEO_TRACK) && !ENABLE(VIDEO) |
| 786 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" | 782 #error "ENABLE(VIDEO_TRACK) requires ENABLE(VIDEO)" |
| 787 #endif | 783 #endif |
| 788 | 784 |
| 789 #endif /* WTF_FeatureDefines_h */ | 785 #endif /* WTF_FeatureDefines_h */ |
| OLD | NEW |