Title: [89495] trunk/Source/WebCore
Revision
89495
Author
macpher...@chromium.org
Date
2011-06-22 16:53:17 -0700 (Wed, 22 Jun 2011)

Log Message

2011-06-22  Luke Macpherson   <macpher...@chromium.org>

        Reviewed by James Robinson.

        Remove comment that snuck in via copy & paste.
        https://bugs.webkit.org/show_bug.cgi?id=63177

        No new tests / no code changes.

        * css/CSSPrimitiveValueMappings.h:
        (WebCore::CSSPrimitiveValue::operator short):
        Removed incorrect comment.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89494 => 89495)


--- trunk/Source/WebCore/ChangeLog	2011-06-22 23:51:24 UTC (rev 89494)
+++ trunk/Source/WebCore/ChangeLog	2011-06-22 23:53:17 UTC (rev 89495)
@@ -1,3 +1,16 @@
+2011-06-22  Luke Macpherson   <macpher...@chromium.org>
+
+        Reviewed by James Robinson.
+
+        Remove comment that snuck in via copy & paste.
+        https://bugs.webkit.org/show_bug.cgi?id=63177
+
+        No new tests / no code changes.
+
+        * css/CSSPrimitiveValueMappings.h:
+        (WebCore::CSSPrimitiveValue::operator short):
+        Removed incorrect comment.
+
 2011-06-22  Annie Sullivan  <sulli...@chromium.org>
 
         Reviewed by Ryosuke Niwa.

Modified: trunk/Source/WebCore/css/CSSPrimitiveValueMappings.h (89494 => 89495)


--- trunk/Source/WebCore/css/CSSPrimitiveValueMappings.h	2011-06-22 23:51:24 UTC (rev 89494)
+++ trunk/Source/WebCore/css/CSSPrimitiveValueMappings.h	2011-06-22 23:53:17 UTC (rev 89495)
@@ -56,7 +56,7 @@
 
 template<> inline CSSPrimitiveValue::operator short() const
 {
-    if (m_type == CSS_NUMBER) // Valid for CSS outline-style
+    if (m_type == CSS_NUMBER)
         return static_cast<short>(m_value.num);
 
     ASSERT_NOT_REACHED();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to