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

Unified Diff: Source/core/html/parser/HTMLParserOptions.h

Issue 1306413003: Make classes and structures in core/html fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/html/parser/HTMLInputStream.h ('k') | Source/core/html/parser/HTMLParserScheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLParserOptions.h
diff --git a/Source/core/html/parser/HTMLParserOptions.h b/Source/core/html/parser/HTMLParserOptions.h
index 8d8ef514c68598705639d8a995eee40f55dc6dac..2619b0881a264216e2c05344991f4e29072301a4 100644
--- a/Source/core/html/parser/HTMLParserOptions.h
+++ b/Source/core/html/parser/HTMLParserOptions.h
@@ -27,12 +27,14 @@
#define HTMLParserOptions_h
#include "core/CoreExport.h"
+#include "wtf/Allocator.h"
namespace blink {
class Document;
class CORE_EXPORT HTMLParserOptions {
+ DISALLOW_ALLOCATION();
public:
bool scriptEnabled;
bool pluginsEnabled;
« no previous file with comments | « Source/core/html/parser/HTMLInputStream.h ('k') | Source/core/html/parser/HTMLParserScheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698