[Webkit-unassigned] [Bug 12160] Linux/Gdk build fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 7 01:45:23 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12160


aroben at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12990|review?                     |review+
               Flag|                            |




------- Comment #15 from aroben at apple.com  2007-02-07 01:45 PDT -------
(From update of attachment 12990)
+namespace WebCore
+{

   The opening brace should be on the same line as namespace WebCore.

+    // FIXME: this method always returns true
+    notImplemented();
+    return false;

   The comment here seems completely incorrect.

+bool EventHandler::handleDrag(const MouseEventWithHitTestResults& event)
+{
+    //notImplemented();
+    return false;
+}

   Why is notImplented() commented out?

   Again, svn cp would be better.

   r=me.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list