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

Unified Diff: Source/web/AssociatedURLLoader.h

Issue 1328773002: Make classes and structures in web fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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/platform/graphics/GraphicsLayerFactory.h ('k') | Source/web/ColorChooserUIController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/AssociatedURLLoader.h
diff --git a/Source/web/AssociatedURLLoader.h b/Source/web/AssociatedURLLoader.h
index 41b0c26f621bf080fab2697139b3fa68de5ea2b2..7fc84a89b3f61f89c9fb81f45ea7f5cea92ee9ce 100644
--- a/Source/web/AssociatedURLLoader.h
+++ b/Source/web/AssociatedURLLoader.h
@@ -44,6 +44,7 @@ class WebLocalFrameImpl;
// This class is used to implement WebFrame::createAssociatedURLLoader.
class AssociatedURLLoader final : public WebURLLoader {
+ WTF_MAKE_FAST_ALLOCATED(AssociatedURLLoader);
WTF_MAKE_NONCOPYABLE(AssociatedURLLoader);
public:
AssociatedURLLoader(PassRefPtrWillBeRawPtr<WebLocalFrameImpl>, const WebURLLoaderOptions&);
« no previous file with comments | « Source/platform/graphics/GraphicsLayerFactory.h ('k') | Source/web/ColorChooserUIController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698