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

Unified Diff: Source/core/html/LinkImport.cpp

Issue 165443003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/LinkImport.cpp
diff --git a/Source/core/html/LinkImport.cpp b/Source/core/html/LinkImport.cpp
index dd61de4e66b3852b3c1b40abacb0079ba4c9b3b8..e7f79ae6c6877066de92b6a27a44fb5835c04967 100644
--- a/Source/core/html/LinkImport.cpp
+++ b/Source/core/html/LinkImport.cpp
@@ -74,7 +74,7 @@ void LinkImport::process()
if (!m_owner->document().import()) {
ASSERT(m_owner->document().frame()); // The document should be the master.
- HTMLImportsController::provideTo(&m_owner->document());
+ HTMLImportsController::provideTo(m_owner->document());
}
LinkRequestBuilder builder(m_owner);
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | Source/core/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698