Index: Source/WebCore/dom/ContextFeatures.h |
=================================================================== |
--- Source/WebCore/dom/ContextFeatures.h (revision 134364) |
+++ Source/WebCore/dom/ContextFeatures.h (working copy) |
@@ -40,6 +40,7 @@ |
public: |
enum FeatureType { |
DialogElement = 0, |
+ ShadowDOM, |
StyleScoped, |
PagePopup, |
HTMLNotifications, |
@@ -53,6 +54,7 @@ |
static PassRefPtr<ContextFeatures> create(ContextFeaturesClient*); |
static bool dialogElementEnabled(Document*); |
+ static bool shadowDOMEnabled(Document*); |
static bool styleScopedEnabled(Document*); |
static bool pagePopupEnabled(Document*); |
static bool htmlNotificationsEnabled(Document*); |