Changeset 163594 in webkit


Ignore:
Timestamp:
Feb 6, 2014 6:01:45 PM (10 years ago)
Author:
Antti Koivisto
Message:

Add missing &.

  • css/StyleInvalidationAnalysis.cpp:

(WebCore::shouldDirtyAllStyle):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r163592 r163594  
     12014-02-06  Antti Koivisto  <antti@apple.com>
     2
     3        Add missing &.
     4
     5        * css/StyleInvalidationAnalysis.cpp:
     6        (WebCore::shouldDirtyAllStyle):
     7
    182014-02-06  Antti Koivisto  <antti@apple.com>
    29
  • trunk/Source/WebCore/css/StyleInvalidationAnalysis.cpp

    r163592 r163594  
    3737namespace WebCore {
    3838
    39 static bool shouldDirtyAllStyle(const Vector<RefPtr<StyleRuleBase>> rules)
     39static bool shouldDirtyAllStyle(const Vector<RefPtr<StyleRuleBase>>& rules)
    4040{
    4141    for (auto& rule : rules) {
Note: See TracChangeset for help on using the changeset viewer.