| Index: Source/core/html/HTMLObjectElement.h
|
| diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
|
| index ce0ff8eea4b07c836b3d507192ea9a4efa795ccf..5b8d1d2bb406f73fec842374d729f70a633b7270 100644
|
| --- a/Source/core/html/HTMLObjectElement.h
|
| +++ b/Source/core/html/HTMLObjectElement.h
|
| @@ -89,11 +89,11 @@ private:
|
| void updateDocNamedItem();
|
|
|
| bool hasFallbackContent() const;
|
| -
|
| +
|
| // 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>& paramNames, Vector<String>& paramValues, String& url, String& serviceType);
|
| -
|
| +
|
| bool shouldAllowQuickTimeClassIdQuirk();
|
| bool hasValidClassId();
|
|
|
|
|