Index: Source/core/frame/SettingsDelegate.h |
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h |
index 2ea0bf2fe07957bb2a6a1c91506b9b9dca051270..ee9e07d9d24a57a84578771cda9182252a3a8f1b 100644 |
--- a/Source/core/frame/SettingsDelegate.h |
+++ b/Source/core/frame/SettingsDelegate.h |
@@ -56,14 +56,11 @@ public: |
MultisamplingChange, |
ImageLoadingChange, |
TextAutosizingChange, |
+ ScriptEnableChange, |
}; |
virtual void settingsChanged(ChangeType) = 0; |
- // FIXME: This is a hack until the Inspector code can |
- // be removed from Settings. http://crbug.com/327476 |
- virtual Page* page() = 0; |
- |
protected: |
OwnPtr<Settings> const m_settings; |
}; |