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

Unified Diff: Source/core/page/ConsoleTypes.h

Issue 20890003: Limit console messages' automatic collection of parser state. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline "fast/frames/sandboxed-iframe-autofocus-denied.html" Created 7 years, 5 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/loader/cache/ResourceFetcher.cpp ('k') | Source/core/page/PageConsole.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ConsoleTypes.h
diff --git a/Source/core/page/ConsoleTypes.h b/Source/core/page/ConsoleTypes.h
index 6a1a4b3bad69b18dd29499452eed29ac242d6d07..5033fc732208d5ad304dc8bcf8c299efcc97991d 100644
--- a/Source/core/page/ConsoleTypes.h
+++ b/Source/core/page/ConsoleTypes.h
@@ -28,6 +28,11 @@
namespace WebCore {
+enum ParserStateCollectionDisposition {
+ DoNotForceParserStateCollection,
+ ForceParserStateCollection
+};
+
enum MessageSource {
XMLMessageSource,
JSMessageSource,
« no previous file with comments | « Source/core/loader/cache/ResourceFetcher.cpp ('k') | Source/core/page/PageConsole.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698