Changeset 431 for trunk/WebCore/dom/Document.h
- Timestamp:
- 08/06/08 13:29:36 (5 months ago)
- Files:
-
- trunk/WebCore/dom/Document.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/dom/Document.h
r396 r431 751 751 void updateFocusAppearanceSoon(); 752 752 void cancelFocusAppearanceUpdate(); 753 753 754 754 // FF method for accessing the selection added for compatability. 755 755 DOMSelection* getSelection() const; … … 1047 1047 bool m_inLowBandwidthDisplay; 1048 1048 #endif 1049 1049 1050 }; 1050 1051
