| 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 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 864 V8SVGGraphicsElement_Transform_AttributeGetter = 1103, | 864 V8SVGGraphicsElement_Transform_AttributeGetter = 1103, |
| 865 MenuItemElement = 1104, | 865 MenuItemElement = 1104, |
| 866 MenuItemCloseTag = 1105, | 866 MenuItemCloseTag = 1105, |
| 867 SVG1DOMMarkerElement = 1106, | 867 SVG1DOMMarkerElement = 1106, |
| 868 SVG1DOMUseElement = 1107, | 868 SVG1DOMUseElement = 1107, |
| 869 SVG1DOMMaskElement = 1108, | 869 SVG1DOMMaskElement = 1108, |
| 870 V8SVGAElement_Target_AttributeGetter = 1109, | 870 V8SVGAElement_Target_AttributeGetter = 1109, |
| 871 V8SVGClipPathElement_ClipPathUnits_AttributeGetter = 1110, | 871 V8SVGClipPathElement_ClipPathUnits_AttributeGetter = 1110, |
| 872 SVG1DOMFitToViewBox = 1111, | 872 SVG1DOMFitToViewBox = 1111, |
| 873 SVG1DOMCursorElement = 1112, | 873 SVG1DOMCursorElement = 1112, |
| 874 V8SVGPathElement_PathLength_AttributeGetter = 1113, | |
| 875 SVG1DOMSVGElement = 1114, | 874 SVG1DOMSVGElement = 1114, |
| 876 SVG1DOMImageElement = 1115, | 875 SVG1DOMImageElement = 1115, |
| 877 SVG1DOMForeignObjectElement = 1116, | 876 SVG1DOMForeignObjectElement = 1116, |
| 878 AudioContextCreateIIRFilter = 1117, | 877 AudioContextCreateIIRFilter = 1117, |
| 879 // The above items are available in M49 branch | 878 // The above items are available in M49 branch |
| 880 | 879 |
| 881 CSSSelectorPseudoSlotted = 1118, | 880 CSSSelectorPseudoSlotted = 1118, |
| 882 MediaDevicesEnumerateDevices = 1119, | 881 MediaDevicesEnumerateDevices = 1119, |
| 883 NonSecureSharedWorkerAccessedFromSecureContext = 1120, | 882 NonSecureSharedWorkerAccessedFromSecureContext = 1120, |
| 884 SecureSharedWorkerAccessedFromNonSecureContext = 1121, | 883 SecureSharedWorkerAccessedFromNonSecureContext = 1121, |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1463 // Tracks what features/properties need to be reported to the legacy | 1462 // Tracks what features/properties need to be reported to the legacy |
| 1464 // histograms. | 1463 // histograms. |
| 1465 BitVector m_featureBits; | 1464 BitVector m_featureBits; |
| 1466 BitVector m_CSSBits; | 1465 BitVector m_CSSBits; |
| 1467 } m_legacyCounter; | 1466 } m_legacyCounter; |
| 1468 }; | 1467 }; |
| 1469 | 1468 |
| 1470 } // namespace blink | 1469 } // namespace blink |
| 1471 | 1470 |
| 1472 #endif // UseCounter_h | 1471 #endif // UseCounter_h |
| OLD | NEW |