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

Unified Diff: third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp

Issue 2927703003: Move ObjectContentType entirely to HTMLPlugInElement (Closed)
Patch Set: More Created 3 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: third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
diff --git a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
index 891cff3648bde74b8681c4fda9f547557b3ab506..1a886832b2c777b5ec720a9679ab154dd6763284 100644
--- a/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
+++ b/third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp
@@ -175,7 +175,7 @@ void HTMLEmbedElement::UpdatePluginInternal() {
service_type_ = "text/html";
}
- RequestObject(url_, service_type_, param_names, param_values);
+ RequestObject(param_names, param_values);
}
bool HTMLEmbedElement::LayoutObjectIsNeeded(const ComputedStyle& style) {

Powered by Google App Engine
This is Rietveld 408576698