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

Unified Diff: Source/modules/geolocation/GeolocationClient.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
« no previous file with comments | « Source/modules/geofencing/GeofencingError.h ('k') | Source/modules/geolocation/GeolocationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/geolocation/GeolocationClient.h
diff --git a/Source/modules/geolocation/GeolocationClient.h b/Source/modules/geolocation/GeolocationClient.h
index 42d68bc2394c4ed2e35e92a6485b860b290ccbe0..5a27f06ba4bc51d2ca4ee3d094e294973434ebf9 100644
--- a/Source/modules/geolocation/GeolocationClient.h
+++ b/Source/modules/geolocation/GeolocationClient.h
@@ -37,6 +37,7 @@ class GeolocationPosition;
class LocalFrame;
class GeolocationClient : public NoBaseWillBeGarbageCollectedFinalized<GeolocationClient> {
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(GeolocationClient);
public:
virtual ~GeolocationClient() { }
« no previous file with comments | « Source/modules/geofencing/GeofencingError.h ('k') | Source/modules/geolocation/GeolocationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698