summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLSelectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLSelectElement.h')
-rw-r--r--WebCore/wml/WMLSelectElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/wml/WMLSelectElement.h b/WebCore/wml/WMLSelectElement.h
index 412a950..5ab7da6 100644
--- a/WebCore/wml/WMLSelectElement.h
+++ b/WebCore/wml/WMLSelectElement.h
@@ -85,6 +85,8 @@ public:
void scrollToSelection();
void selectInitialOptions();
+ bool initialized() const { return m_initialized; }
+
private:
virtual void insertedIntoTree(bool);
@@ -104,6 +106,7 @@ private:
String ivalue() const;
SelectElementData m_data;
+ bool m_initialized;
Vector<unsigned> m_defaultOptionIndices;
};