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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h

Issue 1013213002: Fix template angle bracket syntax in core (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
Index: Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
index fe256524f5fc718f1989da5034bdc724d731d339..884886229ccb1e4c1a17ef41d10c50396d949c9a 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskDispatcher.h
@@ -42,7 +42,7 @@ private:
DispatchingCallbacks
} m_phase;
- WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue> > m_elements;
+ WillBeHeapVector<RawPtrWillBeMember<CustomElementCallbackQueue>> m_elements;
};
} // namespace blink
« no previous file with comments | « Source/core/dom/custom/CustomElementCallbackQueue.h ('k') | Source/core/dom/custom/CustomElementMicrotaskQueueBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698