Changeset 208668 in webkit for trunk/Source/WebCore/css/CSSUnicodeRangeValue.h
- Timestamp:
- Nov 13, 2016, 2:05:43 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSUnicodeRangeValue.h
r205093 r208668 24 24 */ 25 25 26 #ifndef CSSUnicodeRangeValue_h 27 #define CSSUnicodeRangeValue_h 26 #pragma once 28 27 29 28 #include "CSSValue.h" … … 60 59 61 60 SPECIALIZE_TYPE_TRAITS_CSS_VALUE(CSSUnicodeRangeValue, isUnicodeRangeValue()) 62 63 #endif // CSSUnicodeRangeValue_h
Note:
See TracChangeset
for help on using the changeset viewer.