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

Unified Diff: Source/modules/storage/DOMWindowStorage.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, 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/modules/storage/DOMWindowStorage.h
diff --git a/Source/modules/storage/DOMWindowStorage.h b/Source/modules/storage/DOMWindowStorage.h
index 440037ef2a1a1c793dcf9bf71165ac66cbeee8fc..9b4008783c2efd5f8b7a5fad60a673d6de04d720 100644
--- a/Source/modules/storage/DOMWindowStorage.h
+++ b/Source/modules/storage/DOMWindowStorage.h
@@ -18,6 +18,7 @@ class Storage;
class DOMWindowStorage final : public NoBaseWillBeGarbageCollected<DOMWindowStorage>, public WillBeHeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowStorage);
DECLARE_EMPTY_VIRTUAL_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowStorage);
+ WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DOMWindowStorage);
public:
static DOMWindowStorage& from(LocalDOMWindow&);
static Storage* sessionStorage(DOMWindow&, ExceptionState&);
« no previous file with comments | « Source/modules/speech/testing/InternalsSpeechSynthesis.h ('k') | Source/modules/storage/DOMWindowStorageController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698