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

Unified Diff: Source/core/dom/custom/CustomElementCallbackQueue.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/CustomElementCallbackQueue.h
diff --git a/Source/core/dom/custom/CustomElementCallbackQueue.h b/Source/core/dom/custom/CustomElementCallbackQueue.h
index 08cdcbeaeb752e15d58cac69c51a67c90f3f9748..7ddc5abfa3c5e37d76f6eaf83cc1c34983040e94 100644
--- a/Source/core/dom/custom/CustomElementCallbackQueue.h
+++ b/Source/core/dom/custom/CustomElementCallbackQueue.h
@@ -71,7 +71,7 @@ private:
explicit CustomElementCallbackQueue(PassRefPtrWillBeRawPtr<Element>);
RefPtrWillBeMember<Element> m_element;
- WillBeHeapVector<OwnPtrWillBeMember<CustomElementProcessingStep> > m_queue;
+ WillBeHeapVector<OwnPtrWillBeMember<CustomElementProcessingStep>> m_queue;
ElementQueueId m_owner;
size_t m_index;
bool m_inCreatedCallback;

Powered by Google App Engine
This is Rietveld 408576698