Changeset 20127 for trunk/WebCore/dom/Text.h
- Timestamp:
- 03/12/07 16:57:56 (22 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/dom/Text.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/dom/Text.h
r18874 r20127 29 29 30 30 namespace WebCore { 31 32 const unsigned cTextNodeLengthLimit = 1 << 16; 31 33 32 34 class Text : public CharacterData … … 57 59 58 60 virtual String toString() const; 61 62 static PassRefPtr<Text> createWithLengthLimit(Document*, const String&, unsigned& charsLeft, unsigned maxChars = cTextNodeLengthLimit); 59 63 60 64 #ifndef NDEBUG