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

Unified Diff: Source/core/dom/ScriptLoader.h

Issue 1304043002: Make classes and structures in core/dom 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/dom/ScopedWindowFocusAllowedIndicator.h ('k') | Source/core/dom/SpaceSplitString.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ScriptLoader.h
diff --git a/Source/core/dom/ScriptLoader.h b/Source/core/dom/ScriptLoader.h
index 8505253716d5e551584752e02e86cf453245231a..0a6eb8d8a8fed95b26345c2ff1bec72cfc13e175 100644
--- a/Source/core/dom/ScriptLoader.h
+++ b/Source/core/dom/ScriptLoader.h
@@ -38,6 +38,7 @@ class ScriptSourceCode;
class CORE_EXPORT ScriptLoader : public NoBaseWillBeGarbageCollectedFinalized<ScriptLoader>, private ScriptResourceClient {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(ScriptLoader);
public:
static PassOwnPtrWillBeRawPtr<ScriptLoader> create(Element* element, bool createdByParser, bool isEvaluated)
{
« no previous file with comments | « Source/core/dom/ScopedWindowFocusAllowedIndicator.h ('k') | Source/core/dom/SpaceSplitString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698