Title: [163594] trunk/Source/WebCore
Revision
163594
Author
[email protected]
Date
2014-02-06 18:01:45 -0800 (Thu, 06 Feb 2014)

Log Message

Add missing &.

* css/StyleInvalidationAnalysis.cpp:
(WebCore::shouldDirtyAllStyle):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (163593 => 163594)


--- trunk/Source/WebCore/ChangeLog	2014-02-07 02:01:02 UTC (rev 163593)
+++ trunk/Source/WebCore/ChangeLog	2014-02-07 02:01:45 UTC (rev 163594)
@@ -1,5 +1,12 @@
 2014-02-06  Antti Koivisto  <[email protected]>
 
+        Add missing &.
+
+        * css/StyleInvalidationAnalysis.cpp:
+        (WebCore::shouldDirtyAllStyle):
+
+2014-02-06  Antti Koivisto  <[email protected]>
+
         Check selectors exactly when invalidating style
         https://bugs.webkit.org/show_bug.cgi?id=128321
 

Modified: trunk/Source/WebCore/css/StyleInvalidationAnalysis.cpp (163593 => 163594)


--- trunk/Source/WebCore/css/StyleInvalidationAnalysis.cpp	2014-02-07 02:01:02 UTC (rev 163593)
+++ trunk/Source/WebCore/css/StyleInvalidationAnalysis.cpp	2014-02-07 02:01:45 UTC (rev 163594)
@@ -36,7 +36,7 @@
 
 namespace WebCore {
 
-static bool shouldDirtyAllStyle(const Vector<RefPtr<StyleRuleBase>> rules)
+static bool shouldDirtyAllStyle(const Vector<RefPtr<StyleRuleBase>>& rules)
 {
     for (auto& rule : rules) {
         if (rule->isMediaRule()) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to