Index: Source/core/css/resolver/StyleResolver.cpp |
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp |
index c4382f16f597cb193485d0bf8b2c7bced1f4c180..833d07609656a277c754ce16b3e77b8a22e7aabb 100644 |
--- a/Source/core/css/resolver/StyleResolver.cpp |
+++ b/Source/core/css/resolver/StyleResolver.cpp |
@@ -704,7 +704,7 @@ PassRefPtr<RenderStyle> StyleResolver::styleForElement(Element* element, RenderS |
// FIXME: Consider refactoring to create a new class which owns the following |
// first/last/range properties. |
-// c.f. //src/third_party/WebKit/Source/core/css/CSSPropertyNames.in. |
+// c.f. //src/third_party/WebKit/Source/core/css/CSSProperties.in. |
template<> CSSPropertyID StyleResolver::firstCSSPropertyId<StyleResolver::HighPriorityProperties>() |
{ |
@@ -719,8 +719,8 @@ template<> CSSPropertyID StyleResolver::lastCSSPropertyId<StyleResolver::HighPri |
template<> CSSPropertyID StyleResolver::firstCSSPropertyId<StyleResolver::LowPriorityProperties>() |
{ |
- COMPILE_ASSERT(CSSPropertyBackground == CSSPropertyZoom + 1, CSS_background_is_first_low_priority_property); |
- return CSSPropertyBackground; |
+ COMPILE_ASSERT(CSSPropertyWebkitBorderImage == CSSPropertyZoom + 1, CSS_webkit_border_image_is_first_low_priority_property); |
+ return CSSPropertyWebkitBorderImage; |
} |
template<> CSSPropertyID StyleResolver::lastCSSPropertyId<StyleResolver::LowPriorityProperties>() |