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

Unified Diff: Source/core/xml/XSLStyleSheet.h

Issue 192473003: Move CSSRuleList to the garbage collected heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix teardown of StyleEngine Created 6 years, 9 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/xml/XSLStyleSheet.h
diff --git a/Source/core/xml/XSLStyleSheet.h b/Source/core/xml/XSLStyleSheet.h
index a2064f35bbb549a551226ee69bab25b2c335f7be..892d57f3593d5f268a74958bed1659f7fc4256a0 100644
--- a/Source/core/xml/XSLStyleSheet.h
+++ b/Source/core/xml/XSLStyleSheet.h
@@ -26,6 +26,7 @@
#include "RuntimeEnabledFeatures.h"
#include "core/css/StyleSheet.h"
#include "core/dom/ProcessingInstruction.h"
+#include "heap/Heap.h"
haraken 2014/03/12 11:08:21 Handle.h?
Erik Corry 2014/03/12 11:48:57 Removed.
#include "wtf/PassRefPtr.h"
#include <libxml/tree.h>

Powered by Google App Engine
This is Rietveld 408576698