| Index: Source/core/dom/ContextFeatures.h
|
| diff --git a/Source/core/dom/ContextFeatures.h b/Source/core/dom/ContextFeatures.h
|
| index ab479ab90ddbd32400215a9948e95a47a770b5fd..228068602456bf892fda6643950ef448c156fe7d 100644
|
| --- a/Source/core/dom/ContextFeatures.h
|
| +++ b/Source/core/dom/ContextFeatures.h
|
| @@ -47,6 +47,7 @@
|
| #endif
|
| enum FeatureType {
|
| DialogElement = 0,
|
| + StyleScoped,
|
| PagePopup,
|
| MutationEvents,
|
| PushState,
|
| @@ -58,6 +59,7 @@
|
| 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*);
|
|
|