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

Unified Diff: Source/web/DevToolsEmulator.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/web/DatabaseClientImpl.h ('k') | Source/web/DragClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/DevToolsEmulator.h
diff --git a/Source/web/DevToolsEmulator.h b/Source/web/DevToolsEmulator.h
index 94baff2ad580f21482d5afef0fb92c583386f8cc..5dd22248a2ffc47563a264c2eef3595a166af631 100644
--- a/Source/web/DevToolsEmulator.h
+++ b/Source/web/DevToolsEmulator.h
@@ -19,6 +19,7 @@ class WebViewImpl;
struct WebDeviceEmulationParams;
class DevToolsEmulator final : public NoBaseWillBeGarbageCollectedFinalized<DevToolsEmulator> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DevToolsEmulator);
public:
~DevToolsEmulator();
static PassOwnPtrWillBeRawPtr<DevToolsEmulator> create(WebViewImpl*);
« no previous file with comments | « Source/web/DatabaseClientImpl.h ('k') | Source/web/DragClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698