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

Unified Diff: Source/core/page/Page.h

Issue 1278983003: Adding allocator annotations to blink classes and structs. (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
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index caacfa8aac46e0bc86a27bec077aed3e4cfdeb30..2423add9a58d17c79b43f1eda219514f6307d953 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -70,6 +70,7 @@ float deviceScaleFactor(LocalFrame*);
class CORE_EXPORT Page final : public NoBaseWillBeGarbageCollectedFinalized<Page>, public WillBeHeapSupplementable<Page>, public PageLifecycleNotifier, public SettingsDelegate {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Page);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(Page);
WTF_MAKE_NONCOPYABLE(Page);
friend class Settings;
public:

Powered by Google App Engine
This is Rietveld 408576698