<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -715,7 +715,7 @@ var supportsNativeDragAndDrop = [CPPlatform supportsDragAndDrop];
         newEvent.preventDefault = function(){if(aDOMEvent.preventDefault) aDOMEvent.preventDefault()};
         newEvent.stopPropagation = function(){if(aDOMEvent.stopPropagation) aDOMEvent.stopPropagation()};
         
-        [self _bridgeMouseEvent:newEvent];
+        [self mouseEvent:newEvent];
     
         return;
     }
@@ -738,10 +738,10 @@ var supportsNativeDragAndDrop = [CPPlatform supportsDragAndDrop];
     if (type === @&quot;dblclick&quot;)
     {
         _overriddenEventType = CPDOMEventMouseDown;
-        [self _bridgeMouseEvent:aDOMEvent];
+        [self mouseEvent:aDOMEvent];
 
         _overriddenEventType = CPDOMEventMouseUp;
-        [self _bridgeMouseEvent:aDOMEvent];
+        [self mouseEvent:aDOMEvent];
 
         _overriddenEventType = nil;
 </diff>
      <filename>AppKit/Platform/DOM/CPPlatformWindow+DOM.j</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>93c90274b5376b5c7ef0c9dea0c1ffcec4499ab7</id>
    </parent>
  </parents>
  <author>
    <name>Ross Boucher</name>
    <email>ross@280north.com</email>
  </author>
  <url>http://github.com/280north/cappuccino/commit/95c340164097a83417350458373920fcca896f67</url>
  <id>95c340164097a83417350458373920fcca896f67</id>
  <committed-date>2009-11-04T14:23:30-08:00</committed-date>
  <authored-date>2009-11-04T14:23:30-08:00</authored-date>
  <message>Fix some old calls to _bridgeMouseEvent: which were not updated</message>
  <tree>15010fc38d400ea43325fb6d9187a1a1059b7d92</tree>
  <committer>
    <name>Ross Boucher</name>
    <email>ross@280north.com</email>
  </committer>
</commit>
