| 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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 PrefixedViewModeMediaFeature = 239, | 258 PrefixedViewModeMediaFeature = 239, |
| 259 PrefixedStorageQuota = 240, | 259 PrefixedStorageQuota = 240, |
| 260 ContentSecurityPolicyReportOnlyInMeta = 241, | 260 ContentSecurityPolicyReportOnlyInMeta = 241, |
| 261 PrefixedMediaSourceOpen = 242, | 261 PrefixedMediaSourceOpen = 242, |
| 262 ResetReferrerPolicy = 243, | 262 ResetReferrerPolicy = 243, |
| 263 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. | 263 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. |
| 264 CaptureAttributeAsBoolean = 245, | 264 CaptureAttributeAsBoolean = 245, |
| 265 FormNameAccessForImageElement = 246, | 265 FormNameAccessForImageElement = 246, |
| 266 FormNameAccessForPastNamesMap = 247, | 266 FormNameAccessForPastNamesMap = 247, |
| 267 FormAssociationByParser = 248, | 267 FormAssociationByParser = 248, |
| 268 HTMLSourceElementMedia = 249, | |
| 269 SVGSVGElementInDocument = 250, | 268 SVGSVGElementInDocument = 250, |
| 270 SVGDocumentRootElement = 251, | 269 SVGDocumentRootElement = 251, |
| 271 DocumentCreateEventOptionalArgument = 252, | 270 DocumentCreateEventOptionalArgument = 252, |
| 272 MediaErrorEncrypted = 253, | 271 MediaErrorEncrypted = 253, |
| 273 EventSourceURL = 254, | 272 EventSourceURL = 254, |
| 274 WebSocketURL = 255, | 273 WebSocketURL = 255, |
| 275 WorkerSubjectToCSP = 257, | 274 WorkerSubjectToCSP = 257, |
| 276 WorkerAllowedByChildBlockedByScript = 258, | 275 WorkerAllowedByChildBlockedByScript = 258, |
| 277 HTMLMediaElementControllerNotNull = 259, | 276 HTMLMediaElementControllerNotNull = 259, |
| 278 DeprecatedWebKitGradient = 260, | 277 DeprecatedWebKitGradient = 260, |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 | 399 |
| 401 void updateMeasurements(); | 400 void updateMeasurements(); |
| 402 | 401 |
| 403 OwnPtr<BitVector> m_countBits; | 402 OwnPtr<BitVector> m_countBits; |
| 404 BitVector m_CSSFeatureBits; | 403 BitVector m_CSSFeatureBits; |
| 405 }; | 404 }; |
| 406 | 405 |
| 407 } // namespace WebCore | 406 } // namespace WebCore |
| 408 | 407 |
| 409 #endif // UseCounter_h | 408 #endif // UseCounter_h |
| OLD | NEW |