| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index 0d51c1046dc7236f86353097c89564a07f78a90a..500a0d7aecf24b03cdd8420142947f83dbbd412b 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -153,6 +153,7 @@ public:
|
| void setSpatialNavigationEnabled(bool) override;
|
| void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
|
| void setStrictMixedContentChecking(bool) override;
|
| + void setStrictMixedContentCheckingForPlugin(bool) override;
|
| void setStrictPowerfulFeatureRestrictions(bool) override;
|
| void setStrictlyBlockBlockableMixedContent(bool) override;
|
| void setSupportDeprecatedTargetDensityDPI(bool) override;
|
|
|