OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. | 2 * Copyright (C) 2012 Adobe Systems Incorporated. All rights reserved. |
3 * Copyright (C) 2012 Apple Inc. All rights reserved. | 3 * Copyright (C) 2012 Apple Inc. All rights reserved. |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
7 * are met: | 7 * are met: |
8 * | 8 * |
9 * 1. Redistributions of source code must retain the above | 9 * 1. Redistributions of source code must retain the above |
10 * copyright notice, this list of conditions and the following | 10 * copyright notice, this list of conditions and the following |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 bool m_useLegacyBackgroundSizeShorthandBehavior; | 136 bool m_useLegacyBackgroundSizeShorthandBehavior; |
137 | 137 |
138 UseCounter* m_useCounter; | 138 UseCounter* m_useCounter; |
139 }; | 139 }; |
140 | 140 |
141 const CSSParserContext& strictCSSParserContext(); | 141 const CSSParserContext& strictCSSParserContext(); |
142 | 142 |
143 }; | 143 }; |
144 | 144 |
145 #endif // CSSParserMode_h | 145 #endif // CSSParserMode_h |
OLD | NEW |