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

Unified Diff: Source/core/timing/DOMWindowPerformance.h

Issue 1323493004: Make classes and structures in core/workers, core/timing and core/testing 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/testing/InternalSettings.h ('k') | Source/core/timing/MemoryInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/DOMWindowPerformance.h
diff --git a/Source/core/timing/DOMWindowPerformance.h b/Source/core/timing/DOMWindowPerformance.h
index ada67c5e423bc7c88db22f477293855187f01949..4461249a7d5c94cdbca2f7b1aed1f81764118e00 100644
--- a/Source/core/timing/DOMWindowPerformance.h
+++ b/Source/core/timing/DOMWindowPerformance.h
@@ -20,6 +20,7 @@ class CORE_EXPORT DOMWindowPerformance final : public NoBaseWillBeGarbageCollect
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowPerformance);
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowPerformance);
WTF_MAKE_NONCOPYABLE(DOMWindowPerformance);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DOMWindowPerformance);
public:
static DOMWindowPerformance& from(LocalDOMWindow&);
static Performance* performance(DOMWindow&);
« no previous file with comments | « Source/core/testing/InternalSettings.h ('k') | Source/core/timing/MemoryInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698