| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google, Inc. All rights reserved. | 2 * Copyright (C) 2012 Google, Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 GeolocationInsecureOrigin = 562, | 438 GeolocationInsecureOrigin = 562, |
| 439 NotificationSecureOrigin = 563, | 439 NotificationSecureOrigin = 563, |
| 440 NotificationInsecureOrigin = 564, | 440 NotificationInsecureOrigin = 564, |
| 441 NotificationShowEvent = 565, | 441 NotificationShowEvent = 565, |
| 442 SVGTransformListConsolidate = 569, | 442 SVGTransformListConsolidate = 569, |
| 443 SVGAnimatedTransformListBaseVal = 570, | 443 SVGAnimatedTransformListBaseVal = 570, |
| 444 QuotedAnimationName = 571, | 444 QuotedAnimationName = 571, |
| 445 QuotedKeyframesRule = 572, | 445 QuotedKeyframesRule = 572, |
| 446 SrcsetDroppedCandidate = 573, | 446 SrcsetDroppedCandidate = 573, |
| 447 WindowPostMessage = 574, | 447 WindowPostMessage = 574, |
| 448 WindowPostMessageWithLegacyTargetOriginArgument = 575, | |
| 449 RenderRuby = 576, | 448 RenderRuby = 576, |
| 450 ScriptElementWithInvalidTypeHasSrc = 578, | 449 ScriptElementWithInvalidTypeHasSrc = 578, |
| 451 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, | 450 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, |
| 452 CSSSelectorPseudoScrollbar = 582, | 451 CSSSelectorPseudoScrollbar = 582, |
| 453 CSSSelectorPseudoScrollbarButton = 583, | 452 CSSSelectorPseudoScrollbarButton = 583, |
| 454 CSSSelectorPseudoScrollbarThumb = 584, | 453 CSSSelectorPseudoScrollbarThumb = 584, |
| 455 CSSSelectorPseudoScrollbarTrack = 585, | 454 CSSSelectorPseudoScrollbarTrack = 585, |
| 456 CSSSelectorPseudoScrollbarTrackPiece = 586, | 455 CSSSelectorPseudoScrollbarTrackPiece = 586, |
| 457 LangAttribute = 587, | 456 LangAttribute = 587, |
| 458 LangAttributeOnHTML = 588, | 457 LangAttributeOnHTML = 588, |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 friend class UseCounterTest; | 1362 friend class UseCounterTest; |
| 1364 unsigned m_muteCount; | 1363 unsigned m_muteCount; |
| 1365 | 1364 |
| 1366 BitVector m_featureBits; | 1365 BitVector m_featureBits; |
| 1367 BitVector m_CSSFeatureBits; | 1366 BitVector m_CSSFeatureBits; |
| 1368 }; | 1367 }; |
| 1369 | 1368 |
| 1370 } // namespace blink | 1369 } // namespace blink |
| 1371 | 1370 |
| 1372 #endif // UseCounter_h | 1371 #endif // UseCounter_h |
| OLD | NEW |