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

Unified Diff: Source/core/html/LinkRelAttribute.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/HTMLImageFallbackHelper.h ('k') | Source/core/html/MediaFragmentURIParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkRelAttribute.h
diff --git a/Source/core/html/LinkRelAttribute.h b/Source/core/html/LinkRelAttribute.h
index 83d41632fb8c7d45ce44817fdb5ab09d9f7eb114..bcbad35ffdad5199f82e89b8407f1932c4c93ba3 100644
--- a/Source/core/html/LinkRelAttribute.h
+++ b/Source/core/html/LinkRelAttribute.h
@@ -34,11 +34,13 @@
#include "core/CoreExport.h"
#include "core/dom/IconURL.h"
+#include "wtf/Allocator.h"
#include "wtf/text/WTFString.h"
namespace blink {
class CORE_EXPORT LinkRelAttribute {
+ DISALLOW_ALLOCATION();
public:
explicit LinkRelAttribute(const String& = "");
« no previous file with comments | « Source/core/html/HTMLImageFallbackHelper.h ('k') | Source/core/html/MediaFragmentURIParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698