Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / ContextFeatures.h
index ab479ab..110cb67 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "platform/RefCountedSupplement.h"
 
-namespace WebCore {
+namespace blink {
 
 class ContextFeaturesClient;
 class Document;
@@ -46,8 +46,7 @@ public:
     typedef RefCountedSupplement<Page, ContextFeatures> SupplementType;
 #endif
     enum FeatureType {
-        DialogElement = 0,
-        PagePopup,
+        PagePopup = 0,
         MutationEvents,
         PushState,
         FeatureTypeSize // Should be the last entry.
@@ -57,7 +56,6 @@ public:
     static ContextFeatures* defaultSwitch();
     static PassRefPtrWillBeRawPtr<ContextFeatures> create(PassOwnPtr<ContextFeaturesClient>);
 
-    static bool dialogElementEnabled(Document*);
     static bool pagePopupEnabled(Document*);
     static bool mutationEventsEnabled(Document*);
     static bool pushStateEnabled(Document*);
@@ -114,6 +112,6 @@ inline void ContextFeatures::urlDidChange(Document* document)
     // m_client->urlDidChange(document);
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ContextFeatures_h