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

Unified Diff: Source/core/html/imports/HTMLImportsController.h

Issue 171333003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 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/html/imports/HTMLImportsController.h
diff --git a/Source/core/html/imports/HTMLImportsController.h b/Source/core/html/imports/HTMLImportsController.h
index f756f8f01ebb3c408d50483127436be8d2a119c1..651f32dc149ccbed6a1adbb8089ced7a78d15f64 100644
--- a/Source/core/html/imports/HTMLImportsController.h
+++ b/Source/core/html/imports/HTMLImportsController.h
@@ -51,9 +51,9 @@ class HTMLImportChildClient;
class HTMLImportsController FINAL : public HTMLImportRoot, public DocumentSupplement {
WTF_MAKE_FAST_ALLOCATED;
public:
- static void provideTo(Document*);
+ static void provideTo(Document&);
- explicit HTMLImportsController(Document*);
+ explicit HTMLImportsController(Document&);
virtual ~HTMLImportsController();
// HTMLImport

Powered by Google App Engine
This is Rietveld 408576698