[webkit-changes] cvs commit: WebCore/kwq DOM.mm

Timothy thatcher at opensource.apple.com
Tue Nov 15 17:20:11 PST 2005


thatcher    05/11/15 17:20:11

  Modified:    kwq      Tag: Safari-2-0-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.8.2  +0 -16     WebCore/kwq/DOM.mm
  
  Index: DOM.mm
  ===================================================================
  RCS file: /cvs/root/WebCore/kwq/DOM.mm,v
  retrieving revision 1.32.8.1
  retrieving revision 1.32.8.2
  diff -u -r1.32.8.1 -r1.32.8.2
  --- DOM.mm	15 Nov 2005 07:31:04 -0000	1.32.8.1
  +++ DOM.mm	16 Nov 2005 01:20:09 -0000	1.32.8.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