Index: Source/core/dom/ContextFeatures.h |
diff --git a/Source/core/dom/ContextFeatures.h b/Source/core/dom/ContextFeatures.h |
index 228068602456bf892fda6643950ef448c156fe7d..ab479ab90ddbd32400215a9948e95a47a770b5fd 100644 |
--- a/Source/core/dom/ContextFeatures.h |
+++ b/Source/core/dom/ContextFeatures.h |
@@ -47,7 +47,6 @@ public: |
#endif |
enum FeatureType { |
DialogElement = 0, |
- StyleScoped, |
PagePopup, |
MutationEvents, |
PushState, |
@@ -59,7 +58,6 @@ public: |
static PassRefPtrWillBeRawPtr<ContextFeatures> create(PassOwnPtr<ContextFeaturesClient>); |
static bool dialogElementEnabled(Document*); |
- static bool styleScopedEnabled(Document*); |
static bool pagePopupEnabled(Document*); |
static bool mutationEventsEnabled(Document*); |
static bool pushStateEnabled(Document*); |