| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 FormNameAccessForPastNamesMap = 247, | 267 FormNameAccessForPastNamesMap = 247, |
| 268 FormAssociationByParser = 248, | 268 FormAssociationByParser = 248, |
| 269 SVGSVGElementInDocument = 250, | 269 SVGSVGElementInDocument = 250, |
| 270 SVGDocumentRootElement = 251, | 270 SVGDocumentRootElement = 251, |
| 271 DocumentCreateEventOptionalArgument = 252, | 271 DocumentCreateEventOptionalArgument = 252, |
| 272 MediaErrorEncrypted = 253, | 272 MediaErrorEncrypted = 253, |
| 273 EventSourceURL = 254, | 273 EventSourceURL = 254, |
| 274 WebSocketURL = 255, | 274 WebSocketURL = 255, |
| 275 WorkerSubjectToCSP = 257, | 275 WorkerSubjectToCSP = 257, |
| 276 WorkerAllowedByChildBlockedByScript = 258, | 276 WorkerAllowedByChildBlockedByScript = 258, |
| 277 HTMLMediaElementControllerNotNull = 259, | |
| 278 DeprecatedWebKitGradient = 260, | 277 DeprecatedWebKitGradient = 260, |
| 279 DeprecatedWebKitLinearGradient = 261, | 278 DeprecatedWebKitLinearGradient = 261, |
| 280 DeprecatedWebKitRepeatingLinearGradient = 262, | 279 DeprecatedWebKitRepeatingLinearGradient = 262, |
| 281 DeprecatedWebKitRadialGradient = 263, | 280 DeprecatedWebKitRadialGradient = 263, |
| 282 DeprecatedWebKitRepeatingRadialGradient = 264, | 281 DeprecatedWebKitRepeatingRadialGradient = 264, |
| 283 PrefixedImageSmoothingEnabled = 267, | 282 PrefixedImageSmoothingEnabled = 267, |
| 284 UnprefixedImageSmoothingEnabled = 268, | 283 UnprefixedImageSmoothingEnabled = 268, |
| 285 PromiseConstructor = 270, | 284 PromiseConstructor = 270, |
| 286 PromiseCast = 271, | 285 PromiseCast = 271, |
| 287 PromiseReject = 272, | 286 PromiseReject = 272, |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 | 424 |
| 426 void updateMeasurements(); | 425 void updateMeasurements(); |
| 427 | 426 |
| 428 OwnPtr<BitVector> m_countBits; | 427 OwnPtr<BitVector> m_countBits; |
| 429 BitVector m_CSSFeatureBits; | 428 BitVector m_CSSFeatureBits; |
| 430 }; | 429 }; |
| 431 | 430 |
| 432 } // namespace WebCore | 431 } // namespace WebCore |
| 433 | 432 |
| 434 #endif // UseCounter_h | 433 #endif // UseCounter_h |
| OLD | NEW |