Title: [91043] trunk/Source/WebCore
Revision
91043
Author
[email protected]
Date
2011-07-14 19:10:53 -0700 (Thu, 14 Jul 2011)

Log Message

LLVM Compiler build fix.

* css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyComputeLength::applyValue):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (91042 => 91043)


--- trunk/Source/WebCore/ChangeLog	2011-07-15 02:06:28 UTC (rev 91042)
+++ trunk/Source/WebCore/ChangeLog	2011-07-15 02:10:53 UTC (rev 91043)
@@ -1,3 +1,10 @@
+2011-07-14  Dan Bernstein  <[email protected]>
+
+        LLVM Compiler build fix.
+
+        * css/CSSStyleApplyProperty.cpp:
+        (WebCore::ApplyPropertyComputeLength::applyValue):
+
 2011-07-14  Darin Adler  <[email protected]>
 
         [Mac] Use [NSCursor operationNotAllowedCursor] for CSS no-drop as well as CSS not-allowed

Modified: trunk/Source/WebCore/css/CSSStyleApplyProperty.cpp (91042 => 91043)


--- trunk/Source/WebCore/css/CSSStyleApplyProperty.cpp	2011-07-15 02:06:28 UTC (rev 91042)
+++ trunk/Source/WebCore/css/CSSStyleApplyProperty.cpp	2011-07-15 02:10:53 UTC (rev 91043)
@@ -427,7 +427,7 @@
             length = 0;
         }
 
-        setValue(selector->style(), length);
+        this->setValue(selector->style(), length);
     }
 };
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to