| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 XSLTProcessor = 79, | 125 XSLTProcessor = 79, |
| 126 SVGSwitchElement = 80, | 126 SVGSwitchElement = 80, |
| 127 DocumentAll = 83, | 127 DocumentAll = 83, |
| 128 FormElement = 84, | 128 FormElement = 84, |
| 129 DemotedFormElement = 85, | 129 DemotedFormElement = 85, |
| 130 SVGAnimationElement = 90, | 130 SVGAnimationElement = 90, |
| 131 KeyboardEventKeyLocation = 91, | 131 KeyboardEventKeyLocation = 91, |
| 132 LineClamp = 96, | 132 LineClamp = 96, |
| 133 SubFrameBeforeUnloadRegistered = 97, | 133 SubFrameBeforeUnloadRegistered = 97, |
| 134 SubFrameBeforeUnloadFired = 98, | 134 SubFrameBeforeUnloadFired = 98, |
| 135 TextReplaceWholeText = 100, | |
| 136 ConsoleMarkTimeline = 102, | 135 ConsoleMarkTimeline = 102, |
| 137 ElementGetAttributeNode = 107, // Removed from DOM4. | 136 ElementGetAttributeNode = 107, // Removed from DOM4. |
| 138 ElementSetAttributeNode = 108, // Removed from DOM4. | 137 ElementSetAttributeNode = 108, // Removed from DOM4. |
| 139 ElementRemoveAttributeNode = 109, // Removed from DOM4. | 138 ElementRemoveAttributeNode = 109, // Removed from DOM4. |
| 140 ElementGetAttributeNodeNS = 110, // Removed from DOM4. | 139 ElementGetAttributeNodeNS = 110, // Removed from DOM4. |
| 141 DocumentCreateAttribute = 111, // Removed from DOM4. | 140 DocumentCreateAttribute = 111, // Removed from DOM4. |
| 142 DocumentCreateAttributeNS = 112, // Removed from DOM4. | 141 DocumentCreateAttributeNS = 112, // Removed from DOM4. |
| 143 DocumentCreateCDATASection = 113, // Removed from DOM4. | 142 DocumentCreateCDATASection = 113, // Removed from DOM4. |
| 144 DocumentInputEncoding = 114, // Removed from DOM4. | 143 DocumentInputEncoding = 114, // Removed from DOM4. |
| 145 DocumentXMLEncoding = 115, // Removed from DOM4. | 144 DocumentXMLEncoding = 115, // Removed from DOM4. |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 | 633 |
| 635 void updateMeasurements(); | 634 void updateMeasurements(); |
| 636 | 635 |
| 637 OwnPtr<BitVector> m_countBits; | 636 OwnPtr<BitVector> m_countBits; |
| 638 BitVector m_CSSFeatureBits; | 637 BitVector m_CSSFeatureBits; |
| 639 }; | 638 }; |
| 640 | 639 |
| 641 } // namespace blink | 640 } // namespace blink |
| 642 | 641 |
| 643 #endif // UseCounter_h | 642 #endif // UseCounter_h |
| OLD | NEW |