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

Unified Diff: Source/core/html/parser/BackgroundHTMLInputStream.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/AtomicHTMLToken.h ('k') | Source/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/BackgroundHTMLInputStream.h
diff --git a/Source/core/html/parser/BackgroundHTMLInputStream.h b/Source/core/html/parser/BackgroundHTMLInputStream.h
index 4bd302357b87cbb3725d133f2eb80faa812100dc..7044f99350d6d5954700d7bfe8c834639f8d220a 100644
--- a/Source/core/html/parser/BackgroundHTMLInputStream.h
+++ b/Source/core/html/parser/BackgroundHTMLInputStream.h
@@ -27,6 +27,7 @@
#define BackgroundHTMLInputStream_h
#include "platform/text/SegmentedString.h"
+#include "wtf/Allocator.h"
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
@@ -35,6 +36,7 @@ namespace blink {
typedef size_t HTMLInputCheckpoint;
class BackgroundHTMLInputStream {
+ DISALLOW_ALLOCATION();
WTF_MAKE_NONCOPYABLE(BackgroundHTMLInputStream);
public:
BackgroundHTMLInputStream();
« no previous file with comments | « Source/core/html/parser/AtomicHTMLToken.h ('k') | Source/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698