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

Unified Diff: Source/core/dom/Document.h

Issue 340763003: Change [ConstructorCallWith={Document => ExecutionContext}] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 6641e81cd0c15ffbdec3464236b420c6af5d5a7b..316aa4a7d15619c0e7fc5ad57ca518d6c4edfc0c 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -245,6 +245,8 @@ public:
}
virtual ~Document();
+ operator ExecutionContext*() { return this; }
Jens Widell 2014/06/18 12:53:29 Operator added primarily to make authoring this pa
haraken 2014/06/18 13:15:01 I think we want to avoid implicit conversions as m
Jens Widell 2014/06/18 14:19:43 I don't disagree. OTOH, there's a public inheritan
tkent 2014/06/18 23:44:24 Changing Document arguments of factory functions t
+
MediaQueryMatcher& mediaQueryMatcher();
void mediaQueryAffectingValueChanged();

Powered by Google App Engine
This is Rietveld 408576698