| 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 SVG1DOM = 567, | 506 SVG1DOM = 567, |
| 507 SVGPathSegDOM = 568, | 507 SVGPathSegDOM = 568, |
| 508 SVGTransformListConsolidate = 569, | 508 SVGTransformListConsolidate = 569, |
| 509 SVGAnimatedTransformListBaseVal = 570, | 509 SVGAnimatedTransformListBaseVal = 570, |
| 510 QuotedAnimationName = 571, | 510 QuotedAnimationName = 571, |
| 511 QuotedKeyframesRule = 572, | 511 QuotedKeyframesRule = 572, |
| 512 SrcsetDroppedCandidate = 573, | 512 SrcsetDroppedCandidate = 573, |
| 513 WindowPostMessage = 574, | 513 WindowPostMessage = 574, |
| 514 WindowPostMessageWithLegacyTargetOriginArgument = 575, | 514 WindowPostMessageWithLegacyTargetOriginArgument = 575, |
| 515 RenderRuby = 576, | 515 RenderRuby = 576, |
| 516 CanvasRenderingContext2DCompositeOperationDarker = 577, | |
| 517 ScriptElementWithInvalidTypeHasSrc = 578, | 516 ScriptElementWithInvalidTypeHasSrc = 578, |
| 518 TimelineStart = 579, | 517 TimelineStart = 579, |
| 519 ElementBaseURIFromXMLBase = 580, | 518 ElementBaseURIFromXMLBase = 580, |
| 520 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, | 519 XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload = 581, |
| 521 CSSSelectorPseudoScrollbar = 582, | 520 CSSSelectorPseudoScrollbar = 582, |
| 522 CSSSelectorPseudoScrollbarButton = 583, | 521 CSSSelectorPseudoScrollbarButton = 583, |
| 523 CSSSelectorPseudoScrollbarThumb = 584, | 522 CSSSelectorPseudoScrollbarThumb = 584, |
| 524 CSSSelectorPseudoScrollbarTrack = 585, | 523 CSSSelectorPseudoScrollbarTrack = 585, |
| 525 CSSSelectorPseudoScrollbarTrackPiece = 586, | 524 CSSSelectorPseudoScrollbarTrackPiece = 586, |
| 526 LangAttribute = 587, | 525 LangAttribute = 587, |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 688 | 687 |
| 689 void updateMeasurements(); | 688 void updateMeasurements(); |
| 690 | 689 |
| 691 OwnPtr<BitVector> m_countBits; | 690 OwnPtr<BitVector> m_countBits; |
| 692 BitVector m_CSSFeatureBits; | 691 BitVector m_CSSFeatureBits; |
| 693 }; | 692 }; |
| 694 | 693 |
| 695 } // namespace blink | 694 } // namespace blink |
| 696 | 695 |
| 697 #endif // UseCounter_h | 696 #endif // UseCounter_h |
| OLD | NEW |