Changeset 13492 for trunk/WebCore/dom/Element.h
- Timestamp:
- 03/27/06 13:10:17 (3 years ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Element.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Element.h
r13480 r13492 123 123 124 124 virtual bool childTypeAllowed(NodeType); 125 125 126 126 virtual Attribute* createAttribute(const QualifiedName& name, StringImpl* value); 127 127 … … 143 143 #endif 144 144 145 Node* insertAdjacentElement(const String& where, Node* newChild, int& exception); 146 145 147 protected: 146 148 virtual void createAttributeMap() const;