Title: [137584] trunk/Source/WebCore
- Revision
- 137584
- Author
- [email protected]
- Date
- 2012-12-13 04:50:04 -0800 (Thu, 13 Dec 2012)
Log Message
Unreviewed, rolling out r137569.
http://trac.webkit.org/changeset/137569
https://bugs.webkit.org/show_bug.cgi?id=104876
A bunch of CSS tests hit ASSERTs
* css/CSSProperty.h:
(WebCore::CSSProperty::CSSProperty):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (137583 => 137584)
--- trunk/Source/WebCore/ChangeLog 2012-12-13 12:02:35 UTC (rev 137583)
+++ trunk/Source/WebCore/ChangeLog 2012-12-13 12:50:04 UTC (rev 137584)
@@ -1,3 +1,14 @@
+2012-12-13 Kentaro Hara <[email protected]>
+
+ Unreviewed, rolling out r137569.
+ http://trac.webkit.org/changeset/137569
+ https://bugs.webkit.org/show_bug.cgi?id=104876
+
+ A bunch of CSS tests hit ASSERTs
+
+ * css/CSSProperty.h:
+ (WebCore::CSSProperty::CSSProperty):
+
2012-12-13 Byungwoo Lee <[email protected]>
[EFL] Remove redundant pipe write to prevent pipe buffer full.
Modified: trunk/Source/WebCore/css/CSSProperty.h (137583 => 137584)
--- trunk/Source/WebCore/css/CSSProperty.h 2012-12-13 12:02:35 UTC (rev 137583)
+++ trunk/Source/WebCore/css/CSSProperty.h 2012-12-13 12:50:04 UTC (rev 137584)
@@ -57,9 +57,6 @@
: m_metadata(propertyID, shorthandID, important, implicit, isInheritedProperty(propertyID))
, m_value(value)
{
-#if ENABLE(CSS_VARIABLES)
- ASSERT((propertyID == CSSPropertyVariable) == (value && value->isVariableValue()));
-#endif
}
// FIXME: Remove this.
@@ -67,9 +64,6 @@
: m_metadata(metadata)
, m_value(value)
{
-#if ENABLE(CSS_VARIABLES)
- ASSERT((metadata.m_propertyID == CSSPropertyVariable) == (value && value->isVariableValue()));
-#endif
}
CSSPropertyID id() const { return static_cast<CSSPropertyID>(m_metadata.m_propertyID); }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes