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

Unified Diff: third_party/WebKit/Source/modules/storage/DOMWindowStorageController.h

Issue 2617103002: Use a new Supplement constructor for Supplement<Document> (Part 1) (Closed)
Patch Set: temp Created 3 years, 11 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: third_party/WebKit/Source/modules/storage/DOMWindowStorageController.h
diff --git a/third_party/WebKit/Source/modules/storage/DOMWindowStorageController.h b/third_party/WebKit/Source/modules/storage/DOMWindowStorageController.h
index 693af6d0aa45aa809465f729245143520d49bcaa..36224961f8b5bef4360951b84da9dc686672c00e 100644
--- a/third_party/WebKit/Source/modules/storage/DOMWindowStorageController.h
+++ b/third_party/WebKit/Source/modules/storage/DOMWindowStorageController.h
@@ -34,11 +34,6 @@ class MODULES_EXPORT DOMWindowStorageController final
protected:
sof 2017/01/06 07:55:06 nit: if this is a 'final', protected => private.
explicit DOMWindowStorageController(Document&);
-
- private:
- Document& document() const { return *m_document; }
-
- Member<Document> m_document;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698