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

Unified Diff: Source/core/xml/parser/XMLDocumentParser.h

Issue 968293002: Fix template angle bracket syntax in xml (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/xml/XSLStyleSheet.h ('k') | Source/core/xml/parser/XMLDocumentParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/parser/XMLDocumentParser.h
diff --git a/Source/core/xml/parser/XMLDocumentParser.h b/Source/core/xml/parser/XMLDocumentParser.h
index a32bbe79198503886c10a90e3bd1491ccfcdedf7..76686e67eee7d367214eb5414fce3e04d05f3717 100644
--- a/Source/core/xml/parser/XMLDocumentParser.h
+++ b/Source/core/xml/parser/XMLDocumentParser.h
@@ -161,11 +161,11 @@ private:
xmlParserCtxtPtr context() const { return m_context ? m_context->context() : 0; };
RefPtr<XMLParserContext> m_context;
- Deque<OwnPtr<PendingCallback> > m_pendingCallbacks;
+ Deque<OwnPtr<PendingCallback>> m_pendingCallbacks;
Vector<xmlChar> m_bufferedText;
RawPtrWillBeMember<ContainerNode> m_currentNode;
- WillBeHeapVector<RawPtrWillBeMember<ContainerNode> > m_currentNodeStack;
+ WillBeHeapVector<RawPtrWillBeMember<ContainerNode>> m_currentNodeStack;
RefPtrWillBeMember<Text> m_leafTextNode;
« no previous file with comments | « Source/core/xml/XSLStyleSheet.h ('k') | Source/core/xml/parser/XMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698