Index: Source/core/frame/SettingsDelegate.h |
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h |
old mode 100644 |
new mode 100755 |
index 2ea0bf2fe07957bb2a6a1c91506b9b9dca051270..86e54c7da65495346c8db0dacf747b76e88f9071 |
--- 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; |
}; |