| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 PrefixedInitMessageEvent = 223, | 239 PrefixedInitMessageEvent = 223, |
| 240 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. | 240 ElementSetPrefix = 224, // Element.prefix is readonly in DOM4. |
| 241 CSSStyleDeclarationGetPropertyCSSValue = 225, | 241 CSSStyleDeclarationGetPropertyCSSValue = 225, |
| 242 PrefixedMediaCancelKeyRequest = 229, | 242 PrefixedMediaCancelKeyRequest = 229, |
| 243 DOMImplementationHasFeature = 230, | 243 DOMImplementationHasFeature = 230, |
| 244 DOMImplementationHasFeatureReturnFalse = 231, | 244 DOMImplementationHasFeatureReturnFalse = 231, |
| 245 CanPlayTypeKeySystem = 232, | 245 CanPlayTypeKeySystem = 232, |
| 246 PrefixedDevicePixelRatioMediaFeature = 233, | 246 PrefixedDevicePixelRatioMediaFeature = 233, |
| 247 PrefixedMaxDevicePixelRatioMediaFeature = 234, | 247 PrefixedMaxDevicePixelRatioMediaFeature = 234, |
| 248 PrefixedMinDevicePixelRatioMediaFeature = 235, | 248 PrefixedMinDevicePixelRatioMediaFeature = 235, |
| 249 PrefixedTransform2dMediaFeature = 236, | |
| 250 PrefixedTransform3dMediaFeature = 237, | 249 PrefixedTransform3dMediaFeature = 237, |
| 251 PrefixedAnimationMediaFeature = 238, | |
| 252 PrefixedViewModeMediaFeature = 239, | |
| 253 PrefixedStorageQuota = 240, | 250 PrefixedStorageQuota = 240, |
| 254 ContentSecurityPolicyReportOnlyInMeta = 241, | 251 ContentSecurityPolicyReportOnlyInMeta = 241, |
| 255 ResetReferrerPolicy = 243, | 252 ResetReferrerPolicy = 243, |
| 256 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. | 253 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. |
| 257 CaptureAttributeAsBoolean = 245, | 254 CaptureAttributeAsBoolean = 245, |
| 258 FormNameAccessForImageElement = 246, | 255 FormNameAccessForImageElement = 246, |
| 259 FormNameAccessForPastNamesMap = 247, | 256 FormNameAccessForPastNamesMap = 247, |
| 260 FormAssociationByParser = 248, | 257 FormAssociationByParser = 248, |
| 261 SVGSVGElementInDocument = 250, | 258 SVGSVGElementInDocument = 250, |
| 262 SVGDocumentRootElement = 251, | 259 SVGDocumentRootElement = 251, |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 | 474 |
| 478 void updateMeasurements(); | 475 void updateMeasurements(); |
| 479 | 476 |
| 480 OwnPtr<BitVector> m_countBits; | 477 OwnPtr<BitVector> m_countBits; |
| 481 BitVector m_CSSFeatureBits; | 478 BitVector m_CSSFeatureBits; |
| 482 }; | 479 }; |
| 483 | 480 |
| 484 } // namespace WebCore | 481 } // namespace WebCore |
| 485 | 482 |
| 486 #endif // UseCounter_h | 483 #endif // UseCounter_h |
| OLD | NEW |