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

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

Issue 31063004: Have Frame::loader() return a reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « Source/core/html/ImageDocument.cpp ('k') | Source/core/html/PluginDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaDocument.cpp
diff --git a/Source/core/html/MediaDocument.cpp b/Source/core/html/MediaDocument.cpp
index 846852710156cc58323b265cf7b6d0bdf8e4177f..14d8d99c67c44f59da767fd43a1a4e91a0c46108 100644
--- a/Source/core/html/MediaDocument.cpp
+++ b/Source/core/html/MediaDocument.cpp
@@ -78,7 +78,7 @@ void MediaDocumentParser::createDocumentStructure()
document()->appendChild(rootElement);
if (document()->frame())
- document()->frame()->loader()->dispatchDocumentElementAvailable();
+ document()->frame()->loader().dispatchDocumentElementAvailable();
RefPtr<HTMLHeadElement> head = HTMLHeadElement::create(*document());
RefPtr<HTMLMetaElement> meta = HTMLMetaElement::create(*document());
« no previous file with comments | « Source/core/html/ImageDocument.cpp ('k') | Source/core/html/PluginDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698