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

Unified Diff: Source/core/html/parser/HTMLConstructionSite.cpp

Issue 24106007: Replace style sharing cousin list search with LRU (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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/html/parser/HTMLConstructionSite.cpp
diff --git a/Source/core/html/parser/HTMLConstructionSite.cpp b/Source/core/html/parser/HTMLConstructionSite.cpp
index ddf3ed41d948fdb23329e52e5199afbb76769abc..57d7a4234dfba5a9c6bbc6f7da329f1a6ecb27fa 100644
--- a/Source/core/html/parser/HTMLConstructionSite.cpp
+++ b/Source/core/html/parser/HTMLConstructionSite.cpp
@@ -29,6 +29,7 @@
#include "HTMLElementFactory.h"
#include "HTMLNames.h"
+#include "core/css/resolver/StyleResolver.h"
esprehn 2013/09/11 21:53:01 Doesn't look needed.
leviw_travelin_and_unemployed 2013/09/11 21:58:16 Nope!
#include "core/dom/Comment.h"
#include "core/dom/DocumentFragment.h"
#include "core/dom/DocumentType.h"

Powered by Google App Engine
This is Rietveld 408576698