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

Unified Diff: third_party/WebKit/Source/core/dom/CSSSelectorWatch.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/core/dom/CSSSelectorWatch.h
diff --git a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
index d4261e22045fd6cfe848570df7ed206925e2e79f..1222a993777542544653cf294cb3353cc3dfe16b 100644
--- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
+++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
@@ -66,9 +66,6 @@ class CORE_EXPORT CSSSelectorWatch final
private:
explicit CSSSelectorWatch(Document&);
void callbackSelectorChangeTimerFired(TimerBase*);
- Document& document() const { return *m_document; }
-
- Member<Document> m_document;
HeapVector<Member<StyleRule>> m_watchedCallbackSelectors;

Powered by Google App Engine
This is Rietveld 408576698