Title: [204564] trunk/Source/WebCore
- Revision
- 204564
- Author
- [email protected]
- Date
- 2016-08-17 11:15:58 -0700 (Wed, 17 Aug 2016)
Log Message
Try to fix CMake build.
* rendering/style/StyleCachedImage.cpp:
(WebCore::StyleCachedImage::cssValue):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (204563 => 204564)
--- trunk/Source/WebCore/ChangeLog 2016-08-17 18:01:41 UTC (rev 204563)
+++ trunk/Source/WebCore/ChangeLog 2016-08-17 18:15:58 UTC (rev 204564)
@@ -1,3 +1,10 @@
+2016-08-17 Antti Koivisto <[email protected]>
+
+ Try to fix CMake build.
+
+ * rendering/style/StyleCachedImage.cpp:
+ (WebCore::StyleCachedImage::cssValue):
+
2016-08-17 Chris Fleizach <[email protected]>
AX: Support abbreviations in iOS
Modified: trunk/Source/WebCore/rendering/style/StyleCachedImage.cpp (204563 => 204564)
--- trunk/Source/WebCore/rendering/style/StyleCachedImage.cpp 2016-08-17 18:01:41 UTC (rev 204563)
+++ trunk/Source/WebCore/rendering/style/StyleCachedImage.cpp 2016-08-17 18:15:58 UTC (rev 204564)
@@ -46,8 +46,10 @@
PassRefPtr<CSSValue> StyleCachedImage::cssValue() const
{
+#if ENABLE(CSS_IMAGE_SET)
if (m_cssImageSetValue)
return const_cast<CSSImageSetValue*>(m_cssImageSetValue);
+#endif
return CSSPrimitiveValue::create(m_image->url(), CSSPrimitiveValue::CSS_URI);
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes