| Index: third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| index e42c201323ebfc0538eeb349c9fa8f3059a23ef9..34bfaaa16cdeb25d8c497b6e8562a138a0a3e581 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLPlugInElement.h
|
| @@ -129,7 +129,7 @@ private:
|
| virtual void updateWidgetInternal() = 0;
|
|
|
| bool loadPlugin(const KURL&, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback, bool requireLayoutObject);
|
| - bool pluginIsLoadable(const KURL&, const String& mimeType);
|
| + bool objectIsLoadable(const KURL&, const String& mimeType);
|
| bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType);
|
|
|
| void setPersistedPluginWidget(Widget*);
|
|
|