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

Unified Diff: Source/core/html/imports/HTMLImportState.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/imports/HTMLImportLoader.h ('k') | Source/core/html/parser/AtomicHTMLToken.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/imports/HTMLImportState.h
diff --git a/Source/core/html/imports/HTMLImportState.h b/Source/core/html/imports/HTMLImportState.h
index cf93439002b5dca232cdde6aea8cc7eda1f77e18..d8423acc4da3057cb2fcab1ed9ff7f202cfc170e 100644
--- a/Source/core/html/imports/HTMLImportState.h
+++ b/Source/core/html/imports/HTMLImportState.h
@@ -31,11 +31,13 @@
#ifndef HTMLImportState_h
#define HTMLImportState_h
+#include "wtf/Allocator.h"
#include "wtf/Assertions.h"
namespace blink {
class HTMLImportState {
+ DISALLOW_ALLOCATION();
public:
enum Value {
BlockingScriptExecution = 0,
« no previous file with comments | « Source/core/html/imports/HTMLImportLoader.h ('k') | Source/core/html/parser/AtomicHTMLToken.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698