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

Unified Diff: Source/core/xml/XPathExpressionNode.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 | « no previous file | Source/core/xml/XPathFunctions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathExpressionNode.h
diff --git a/Source/core/xml/XPathExpressionNode.h b/Source/core/xml/XPathExpressionNode.h
index 80215e9dcead5145f02f87e40b3aa841c229030a..5370449c881949b380d270451be9d1ae22103519 100644
--- a/Source/core/xml/XPathExpressionNode.h
+++ b/Source/core/xml/XPathExpressionNode.h
@@ -88,7 +88,7 @@ protected:
const Expression* subExpr(unsigned i) const { return m_subExpressions[i].get(); }
private:
- WillBeHeapVector<OwnPtrWillBeMember<Expression> > m_subExpressions;
+ WillBeHeapVector<OwnPtrWillBeMember<Expression>> m_subExpressions;
// Evaluation details that can be used for optimization.
bool m_isContextNodeSensitive;
« no previous file with comments | « no previous file | Source/core/xml/XPathFunctions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698