Index: public/web/WebSettings.h |
diff --git a/public/web/WebSettings.h b/public/web/WebSettings.h |
index 9897c1580658472b4f1ae6d0c3ca770c8e2c8f95..41b9513afce994b87eabc528b6424af651aa32a0 100644 |
--- a/public/web/WebSettings.h |
+++ b/public/web/WebSettings.h |
@@ -106,6 +106,7 @@ public: |
virtual void setDeviceSupportsTouch(bool) = 0; |
virtual void setDoubleTapToZoomEnabled(bool) = 0; |
virtual void setDownloadableBinaryFontsEnabled(bool) = 0; |
+ // FIXME: remove setEditableLinkBehaviorNeverLive once the call site goes away |
virtual void setEditableLinkBehaviorNeverLive() = 0; |
virtual void setEditingBehavior(EditingBehavior) = 0; |
virtual void setEnableScrollAnimator(bool) = 0; |