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

Unified Diff: Source/core/storage/DOMWindowStorageController.h

Issue 810623004: Oilpan: fix build after r187279. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: compile fix Created 6 years 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 | « no previous file | Source/core/storage/DOMWindowStorageController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/storage/DOMWindowStorageController.h
diff --git a/Source/core/storage/DOMWindowStorageController.h b/Source/core/storage/DOMWindowStorageController.h
index b43486f33e8ad7a8768a497d74edabc50cf17c17..84e8de2c2c02a0909fa546867bbcff1899b40eaa 100644
--- a/Source/core/storage/DOMWindowStorageController.h
+++ b/Source/core/storage/DOMWindowStorageController.h
@@ -14,10 +14,11 @@ namespace blink {
class Document;
class Event;
-class DOMWindowStorageController : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowStorageController>, public WillBeHeapSupplement<Document>, public DOMWindowLifecycleObserver {
+class DOMWindowStorageController final : public NoBaseWillBeGarbageCollectedFinalized<DOMWindowStorageController>, public WillBeHeapSupplement<Document>, public DOMWindowLifecycleObserver {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DOMWindowStorageController);
public:
virtual ~DOMWindowStorageController();
+ virtual void trace(Visitor*);
static const char* supplementName();
static DOMWindowStorageController& from(Document&);
« no previous file with comments | « no previous file | Source/core/storage/DOMWindowStorageController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698