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

Unified Diff: Source/core/dom/NodeRareData.h

Issue 1006723003: Fix template angle bracket syntax in dom (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 | « Source/core/dom/NodeListsNodeData.h ('k') | Source/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/NodeRareData.h
diff --git a/Source/core/dom/NodeRareData.h b/Source/core/dom/NodeRareData.h
index 221872af556fde12c69038c327fb4d430dcb9f3b..2e8d7a577c927a5473e57c7044d184f6c457fad9 100644
--- a/Source/core/dom/NodeRareData.h
+++ b/Source/core/dom/NodeRareData.h
@@ -35,8 +35,8 @@ class NodeMutationObserverData final : public NoBaseWillBeGarbageCollected<NodeM
WTF_MAKE_NONCOPYABLE(NodeMutationObserverData);
WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
public:
- WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration> > registry;
- WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration> > transientRegistry;
+ WillBeHeapVector<OwnPtrWillBeMember<MutationObserverRegistration>> registry;
+ WillBeHeapHashSet<RawPtrWillBeMember<MutationObserverRegistration>> transientRegistry;
static PassOwnPtrWillBeRawPtr<NodeMutationObserverData> create()
{
« no previous file with comments | « Source/core/dom/NodeListsNodeData.h ('k') | Source/core/dom/NodeRenderingTraversal.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698