| Index: public/web/WebSettings.h
|
| diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h
|
| index 3897b84aa7c221ac2327ac103742151560a71498..32a486b890b25da37edd38e3b594ee8daf53ca0f 100644
|
| --- a/public/web/WebSettings.h
|
| +++ b/public/web/WebSettings.h
|
| @@ -207,9 +207,6 @@ public:
|
| virtual void setWideViewportQuirkEnabled(bool) = 0;
|
| virtual void setXSSAuditorEnabled(bool) = 0;
|
|
|
| - // FIXME: Remove these unused settings.
|
| - virtual void setFixedPositionCreatesStackingContext(bool) { }
|
| -
|
| protected:
|
| ~WebSettings() { }
|
| };
|
|
|