Index: Source/core/css/resolver/StyleResolver.cpp |
diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp |
index 904634aac7df8a4664f284cd6c38007a39b3dba4..abc4fbc59d51dd0f404624dbb6b2f6769494f890 100644 |
--- a/Source/core/css/resolver/StyleResolver.cpp |
+++ b/Source/core/css/resolver/StyleResolver.cpp |
@@ -706,7 +706,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>() |
{ |
@@ -721,8 +721,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>() |