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