| Index: Source/web/WebSettingsImpl.h
|
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
|
| index b880e18590e0517a177126fc71cff40aa6d786a9..fa5ebd04442b403f6641deaa40467bd204935260 100644
|
| --- a/Source/web/WebSettingsImpl.h
|
| +++ b/Source/web/WebSettingsImpl.h
|
| @@ -149,6 +149,7 @@ public:
|
| virtual void setSmartInsertDeleteEnabled(bool) override;
|
| virtual void setSpatialNavigationEnabled(bool) override;
|
| virtual void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) override;
|
| + virtual void setStrictMixedContentChecking(bool) override;
|
| virtual void setSupportDeprecatedTargetDensityDPI(bool) override;
|
| virtual void setSupportsMultipleWindows(bool) override;
|
| virtual void setSyncXHRInDocumentsEnabled(bool) override;
|
|
|