| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 PrefixedStorageQuota = 240, | 254 PrefixedStorageQuota = 240, |
| 255 ContentSecurityPolicyReportOnlyInMeta = 241, | 255 ContentSecurityPolicyReportOnlyInMeta = 241, |
| 256 ResetReferrerPolicy = 243, | 256 ResetReferrerPolicy = 243, |
| 257 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. | 257 CaseInsensitiveAttrSelectorMatch = 244, // Case-insensitivity dropped fr
om specification. |
| 258 CaptureAttributeAsBoolean = 245, | 258 CaptureAttributeAsBoolean = 245, |
| 259 FormNameAccessForImageElement = 246, | 259 FormNameAccessForImageElement = 246, |
| 260 FormNameAccessForPastNamesMap = 247, | 260 FormNameAccessForPastNamesMap = 247, |
| 261 FormAssociationByParser = 248, | 261 FormAssociationByParser = 248, |
| 262 SVGSVGElementInDocument = 250, | 262 SVGSVGElementInDocument = 250, |
| 263 SVGDocumentRootElement = 251, | 263 SVGDocumentRootElement = 251, |
| 264 DocumentCreateEventOptionalArgument = 252, | |
| 265 MediaErrorEncrypted = 253, | 264 MediaErrorEncrypted = 253, |
| 266 EventSourceURL = 254, | 265 EventSourceURL = 254, |
| 267 WebSocketURL = 255, | 266 WebSocketURL = 255, |
| 268 WorkerSubjectToCSP = 257, | 267 WorkerSubjectToCSP = 257, |
| 269 WorkerAllowedByChildBlockedByScript = 258, | 268 WorkerAllowedByChildBlockedByScript = 258, |
| 270 DeprecatedWebKitGradient = 260, | 269 DeprecatedWebKitGradient = 260, |
| 271 DeprecatedWebKitLinearGradient = 261, | 270 DeprecatedWebKitLinearGradient = 261, |
| 272 DeprecatedWebKitRepeatingLinearGradient = 262, | 271 DeprecatedWebKitRepeatingLinearGradient = 262, |
| 273 DeprecatedWebKitRadialGradient = 263, | 272 DeprecatedWebKitRadialGradient = 263, |
| 274 DeprecatedWebKitRepeatingRadialGradient = 264, | 273 DeprecatedWebKitRepeatingRadialGradient = 264, |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 | 432 |
| 434 void updateMeasurements(); | 433 void updateMeasurements(); |
| 435 | 434 |
| 436 OwnPtr<BitVector> m_countBits; | 435 OwnPtr<BitVector> m_countBits; |
| 437 BitVector m_CSSFeatureBits; | 436 BitVector m_CSSFeatureBits; |
| 438 }; | 437 }; |
| 439 | 438 |
| 440 } // namespace WebCore | 439 } // namespace WebCore |
| 441 | 440 |
| 442 #endif // UseCounter_h | 441 #endif // UseCounter_h |
| OLD | NEW |