| 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) {
|
|
|