[webkit-changes] cvs commit: WebCore/kwq DOM.mm
Timothy
thatcher at opensource.apple.com
Tue Nov 15 17:23:58 PST 2005
thatcher 05/11/15 17:23:58
Modified: kwq Tag: Safari-1-3-branch DOM.mm
Log:
Rolled out the rest of the ObjC DOM changes from Adele's patch.
Revision Changes Path
No revision
No revision
1.32.6.2 +0 -16 WebCore/kwq/DOM.mm
Index: DOM.mm
===================================================================
RCS file: /cvs/root/WebCore/kwq/DOM.mm,v
retrieving revision 1.32.6.1
retrieving revision 1.32.6.2
diff -u -r1.32.6.1 -r1.32.6.2
--- DOM.mm 16 Nov 2005 00:11:05 -0000 1.32.6.1
+++ DOM.mm 16 Nov 2005 01:23:57 -0000 1.32.6.2
@@ -1548,22 +1548,6 @@
@end
- at implementation DOMElement (DOMElementExtensions)
-
-- (void)focus
-{
- Element element(ElementImpl::createInstance([self _elementImpl]));
- element.focus();
-}
-
-- (void)blur
-{
- Element element(ElementImpl::createInstance([self _elementImpl]));
- element.blur();
-}
-
- at end
-
@implementation DOMElement (WebCoreInternal)
+ (DOMElement *)_elementWithImpl:(ElementImpl *)impl
More information about the webkit-changes
mailing list