1 #ifndef StyleResolverIncludes_h 2 #define StyleResolverIncludes_h 3 4 namespace WebCore { 5 6 enum ShouldIncludeStyleSheetInCSSOMWrapper { 7 IncludeStyleSheetInCSSOMWrapper, 8 DoNotIncludeStyleSheetInCSSOMWrapper, 9 }; 10 11 } 12 13 #endif // StyleResolverIncludes_h 14