Title: [136380] trunk/Source/WebCore
Revision
136380
Author
[email protected]
Date
2012-12-03 04:26:14 -0800 (Mon, 03 Dec 2012)

Log Message

Unreviewed build fix after r136378.

* css/CSSPrimitiveValueMappings.h:
(WebCore):
(WebCore::CSSPrimitiveValue::operator BackgroundEdgeOrigin):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (136379 => 136380)


--- trunk/Source/WebCore/ChangeLog	2012-12-03 11:56:38 UTC (rev 136379)
+++ trunk/Source/WebCore/ChangeLog	2012-12-03 12:26:14 UTC (rev 136380)
@@ -1,5 +1,13 @@
 2012-12-03  Alexis Menard  <[email protected]>
 
+        Unreviewed build fix after r136378.
+
+        * css/CSSPrimitiveValueMappings.h:
+        (WebCore):
+        (WebCore::CSSPrimitiveValue::operator BackgroundEdgeOrigin):
+
+2012-12-03  Alexis Menard  <[email protected]>
+
         [CSS3 Backgrounds and Borders] Implement CSS3 background-position offsets rendering.
         https://bugs.webkit.org/show_bug.cgi?id=103440
 

Modified: trunk/Source/WebCore/css/CSSPrimitiveValueMappings.h (136379 => 136380)


--- trunk/Source/WebCore/css/CSSPrimitiveValueMappings.h	2012-12-03 11:56:38 UTC (rev 136379)
+++ trunk/Source/WebCore/css/CSSPrimitiveValueMappings.h	2012-12-03 12:26:14 UTC (rev 136380)
@@ -785,7 +785,6 @@
 }
 #endif
 
-#if ENABLE(CSS3_BACKGROUND)
 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(BackgroundEdgeOrigin e)
     : CSSValue(PrimitiveClass)
 {
@@ -822,7 +821,6 @@
     ASSERT_NOT_REACHED();
     return TopEdge;
 }
-#endif
 
 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EBoxSizing e)
     : CSSValue(PrimitiveClass)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to