| Index: third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.h b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| index ee887df8183ac10937ea9a19e7c311afbfef81c1..673f1a4b931aa9a78435a0ce4bdd574a9b75d1c2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.h
|
| @@ -110,7 +110,9 @@
|
| // FIXME: This function should not deal with url or serviceType
|
| // so that we can better share code between <object> and <embed>.
|
| void ParametersForPlugin(Vector<String>& param_names,
|
| - Vector<String>& param_values);
|
| + Vector<String>& param_values,
|
| + String& url,
|
| + String& service_type);
|
|
|
| bool HasValidClassId() const;
|
|
|
|
|