* DOM.subproj/DOMPrivate.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8139
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2004-12-06 Chris Blumenberg <cblu@apple.com>
+
+ Forgot to commit copied header.
+
+ * DOM.subproj/DOMPrivate.h:
+
2004-12-06 Chris Blumenberg <cblu@apple.com>
Fixed: <rdar://problem/3907381> NSURLConnection and WebKit buffer 2 copies of incoming data
// fast and easy way of getting an NSColor for a DOMRGBColor
- (NSColor *)_color;
@end
+
+@interface DOMElement (WebPrivate)
+- (NSFont *)_font;
+@end