Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(416)

Unified Diff: third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h

Issue 2399633003: reflow comments in core/css/resolver (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698