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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskQueueBase.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/CustomElementMicrotaskQueueBase.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
index a0164ad28ffee4bb03f58eb8f4c9546419a44457..0990fde1d72775ac6839790a296e6a9f96ecdcfb 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskQueueBase.h
@@ -34,7 +34,7 @@ protected:
CustomElementMicrotaskQueueBase() : m_inDispatch(false) { }
virtual void doDispatch() = 0;
- WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > m_queue;
+ WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep>> m_queue;
bool m_inDispatch;
};
« no previous file with comments | « Source/core/dom/custom/CustomElementMicrotaskDispatcher.h ('k') | Source/core/dom/custom/CustomElementObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698