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

Unified Diff: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp

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
« no previous file with comments | « Source/core/clipboard/DataObjectItem.cpp ('k') | Source/core/dom/custom/CustomElementCallbackQueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
diff --git a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
index d5e946c4b0c7c7c94903f766a0981b4648e30b69..5682a805f7d631e3bf0b15f9ac1127fc39764ccc 100644
--- a/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
+++ b/Source/core/dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp
@@ -42,7 +42,7 @@ void CustomElementAsyncImportMicrotaskQueue::enqueue(PassOwnPtrWillBeRawPtr<Cust
void CustomElementAsyncImportMicrotaskQueue::doDispatch()
{
- WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep> > remaining;
+ WillBeHeapVector<OwnPtrWillBeMember<CustomElementMicrotaskStep>> remaining;
for (unsigned i = 0; i < m_queue.size(); ++i) {
if (CustomElementMicrotaskStep::Processing == m_queue[i]->process())
« no previous file with comments | « Source/core/clipboard/DataObjectItem.cpp ('k') | Source/core/dom/custom/CustomElementCallbackQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698