summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/ElementRareData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/ElementRareData.h')
-rw-r--r--WebCore/dom/ElementRareData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/dom/ElementRareData.h b/WebCore/dom/ElementRareData.h
index b444d99..8e338ab 100644
--- a/WebCore/dom/ElementRareData.h
+++ b/WebCore/dom/ElementRareData.h
@@ -22,8 +22,10 @@
#ifndef ElementRareData_h
#define ElementRareData_h
+#include "DatasetDOMStringMap.h"
#include "Element.h"
#include "NodeRareData.h"
+#include <wtf/OwnPtr.h>
namespace WebCore {
@@ -38,6 +40,8 @@ public:
IntSize m_minimumSizeForResizing;
RefPtr<RenderStyle> m_computedStyle;
+
+ OwnPtr<DatasetDOMStringMap> m_datasetDOMStringMap;
};
inline IntSize defaultMinimumSizeForResizing()