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

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

Issue 23618022: BrowserPlugin/WebView - Move plugin lifetime to DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add tests, make plugin creation synchronous. Created 7 years 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/HTMLAppletElement.cpp
diff --git a/Source/core/html/HTMLAppletElement.cpp b/Source/core/html/HTMLAppletElement.cpp
index 870acc27a14cbd56e96f64e0ea8e6af7897ca6a9..1da9a1d173edb3dbdb7444bf6578604f8281ff7e 100644
--- a/Source/core/html/HTMLAppletElement.cpp
+++ b/Source/core/html/HTMLAppletElement.cpp
@@ -186,7 +186,7 @@ void HTMLAppletElement::updateWidgetInternal()
return;
}
document().setContainsPlugins();
- renderer->setWidget(widget);
+ setWidget(widget);
}
bool HTMLAppletElement::canEmbedJava() const

Powered by Google App Engine
This is Rietveld 408576698