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

Unified Diff: third_party/WebKit/Source/core/css/MediaValuesDynamic.h

Issue 2417973002: Removed incorrect comment about raw pointer. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/MediaValuesDynamic.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
index 7369bc185ee0356221f26691351f42dd545d4e92..089e4342d2674b750f8cd9331a34104358ae5792 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
@@ -51,8 +51,6 @@ class MediaValuesDynamic final : public MediaValues {
double viewportWidth,
double viewportHeight);
- // This raw ptr is safe, as MediaValues would not outlive MediaQueryEvaluator,
- // and MediaQueryEvaluator is reset on |Document::detachLayoutTree|.
Member<LocalFrame> m_frame;
bool m_viewportDimensionsOverridden;
double m_viewportWidthOverride;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698