Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 7b39403db96b337b4ba13b0fd0368b5c90f94ec2..04b2d9c56fa7e115dc21516824b5b37c1bf4a364 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -821,6 +821,8 @@ public: |
void setDesignMode(InheritedBool value); |
InheritedBool getDesignMode() const; |
bool inDesignMode() const; |
+ String designMode() const; |
+ void setDesignMode(const String&); |
Document* parentDocument() const; |
Document& topDocument() const; |