| Index: third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
|
| diff --git a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
|
| index 231e5a781d471b2cad58c74d4350dc93d5ee0a4d..a271d4aa36ecf817d87ea610bcc19142c2c4221a 100644
|
| --- a/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
|
| +++ b/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
|
| - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc.
|
| + * All rights reserved.
|
| * Copyright (C) 2013 Google Inc. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| @@ -80,8 +81,9 @@ struct CachedMatchedPropertiesHashTraits
|
| }
|
| // At this point none of the entries in the matchedProperties vector
|
| // had a dead "properties" field so trace CachedMatchedProperties strongly.
|
| - // FIXME: traceInCollection is also called from WeakProcessing to check if the entry is dead.
|
| - // Avoid calling trace in that case by only calling trace when cachedProperties is not yet marked.
|
| + // FIXME: traceInCollection is also called from WeakProcessing to check if
|
| + // the entry is dead. Avoid calling trace in that case by only calling
|
| + // trace when cachedProperties is not yet marked.
|
| if (!ThreadHeap::isHeapObjectAlive(cachedProperties))
|
| visitor->trace(cachedProperties);
|
| return false;
|
|
|