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

Unified Diff: Source/core/css/CSSRuleList.cpp

Issue 17707003: WebKit: Add missing includes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved changes back to cpp file. Created 7 years, 6 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/CSSGroupingRule.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSRuleList.cpp
diff --git a/Source/core/css/CSSRuleList.cpp b/Source/core/css/CSSRuleList.cpp
index 9d01848de99857b46929c3521e0814c7e292718a..3a21a4785b7813164b31981395a8e5705e73c1c7 100644
--- a/Source/core/css/CSSRuleList.cpp
+++ b/Source/core/css/CSSRuleList.cpp
@@ -23,6 +23,7 @@
#include "core/css/CSSRuleList.h"
#include "core/css/CSSRule.h"
+#include "wtf/MemoryInstrumentationVector.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/CSSGroupingRule.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698