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

Unified Diff: Source/modules/vibration/NavigatorVibration.h

Issue 1318793005: [part 2] Make classes and structures in modules 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
Index: Source/modules/vibration/NavigatorVibration.h
diff --git a/Source/modules/vibration/NavigatorVibration.h b/Source/modules/vibration/NavigatorVibration.h
index 546a0fc5b9be37679114cc3bc3774a01be9e7d4d..8df8796bc6049b87ece1e34b605cdfc30edcfd7a 100644
--- a/Source/modules/vibration/NavigatorVibration.h
+++ b/Source/modules/vibration/NavigatorVibration.h
@@ -38,6 +38,7 @@ class MODULES_EXPORT NavigatorVibration final
, public WillBeHeapSupplement<Page>
, public PageLifecycleObserver {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(NavigatorVibration);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(NavigatorVibration);
public:
typedef Vector<unsigned> VibrationPattern;
« no previous file with comments | « Source/modules/storage/StorageNamespaceController.h ('k') | Source/modules/vibration/testing/InternalsVibration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698