- remove duplicate definition of getElementById from HTMLDocument IDL (and ObjC bindings)
* bindings/objc/PublicDOMInterfaces.h:
* html/HTMLDocument.idl:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29295
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-08 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Mark.
+
+ - remove duplicate definition of getElementById from HTMLDocument IDL (and ObjC bindings)
+
+ * bindings/objc/PublicDOMInterfaces.h:
+ * html/HTMLDocument.idl:
+
2008-01-08 David D. Kilzer <ddkilzer@webkit.org>
Renamed CharacterData::str to m_str to match coding style
- (void)close;
- (void)write:(NSString *)text;
- (void)writeln:(NSString *)text;
-- (DOMElement *)getElementById:(NSString *)elementId;
@end
@interface DOMHTMLElement : DOMElement
[Custom] void write(in DOMString text);
[Custom] void writeln(in DOMString text);
- // Extensions
- Element getElementById(in DOMString elementId);
-
readonly attribute HTMLCollection embeds;
readonly attribute HTMLCollection plugins;
readonly attribute HTMLCollection scripts;
+ // Extensions
+
#if defined(LANGUAGE_JAVASCRIPT)
// FIXME: These should eventually be available (if they are wanted) for all languages.