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

Unified Diff: Source/core/css/invalidation/DescendantInvalidationSet.h

Issue 993713002: Fix template angle bracket syntax in CSS subdirs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/core/css/invalidation/StyleInvalidator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/invalidation/DescendantInvalidationSet.h
diff --git a/Source/core/css/invalidation/DescendantInvalidationSet.h b/Source/core/css/invalidation/DescendantInvalidationSet.h
index 13e9d8190614af794d2d289597039e491fd3b5ea..6f200f99be4cef772e89ade021a8c1ab71abc678 100644
--- a/Source/core/css/invalidation/DescendantInvalidationSet.h
+++ b/Source/core/css/invalidation/DescendantInvalidationSet.h
@@ -95,10 +95,10 @@ private:
WillBeHeapHashSet<AtomicString>& ensureAttributeSet();
// FIXME: optimize this if it becomes a memory issue.
- OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_classes;
- OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_ids;
- OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_tagNames;
- OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString> > m_attributes;
+ OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString>> m_classes;
+ OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString>> m_ids;
+ OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString>> m_tagNames;
+ OwnPtrWillBeMember<WillBeHeapHashSet<AtomicString>> m_attributes;
// If true, all descendants might be invalidated, so a full subtree recalc is required.
unsigned m_allDescendantsMightBeInvalid : 1;
« no previous file with comments | « no previous file | Source/core/css/invalidation/StyleInvalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698