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

Unified Diff: Source/core/dom/DOMStringList.cpp

Issue 1088843002: Add #include <algorithm> to code that is missing it. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: And no more comments Created 5 years, 8 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/css/CSSSelector.cpp ('k') | Source/core/fetch/CrossOriginAccessControl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMStringList.cpp
diff --git a/Source/core/dom/DOMStringList.cpp b/Source/core/dom/DOMStringList.cpp
index a80e8dfd906fa4967cdbc04c046710b01fa4a29f..7370f1aa8503a445b48952f43dbc5aa36266bae1 100644
--- a/Source/core/dom/DOMStringList.cpp
+++ b/Source/core/dom/DOMStringList.cpp
@@ -25,6 +25,7 @@
#include "config.h"
#include "core/dom/DOMStringList.h"
+#include <algorithm>
namespace blink {
« no previous file with comments | « Source/core/css/CSSSelector.cpp ('k') | Source/core/fetch/CrossOriginAccessControl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698