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

Unified Diff: Source/core/css/resolver/StyleResolverIncludes.h

Issue 49093005: Fix memory error during selector matching due to getMatchedCSSRules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comments Created 7 years, 2 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/resolver/StyleResolver.cpp ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/StyleResolverIncludes.h
diff --git a/Source/core/css/resolver/StyleResolverIncludes.h b/Source/core/css/resolver/StyleResolverIncludes.h
new file mode 100644
index 0000000000000000000000000000000000000000..380c1eb1d5716b5a1fb30132b18c84009544b3c7
--- /dev/null
+++ b/Source/core/css/resolver/StyleResolverIncludes.h
@@ -0,0 +1,13 @@
+#ifndef StyleResolverIncludes_h
+#define StyleResolverIncludes_h
+
+namespace WebCore {
+
+enum ShouldIncludeStyleSheetInCSSOMWrapper {
+ IncludeStyleSheetInCSSOMWrapper,
+ DoNotIncludeStyleSheetInCSSOMWrapper,
+};
+
+}
+
+#endif // StyleResolverIncludes_h
« no previous file with comments | « Source/core/css/resolver/StyleResolver.cpp ('k') | Source/core/inspector/InspectorCSSAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698