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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 5 19:30:56 PST 2006


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





------- Comment #9 from mjs at apple.com  2006-11-05 19:30 PDT -------
+            d->m_client->receivedAllData(job, 0);

On other platforms we usually prefer to write this as client() instead of
d->m_client and also to null-check the client.

+#if 0
+void FrameGdk::openURL(const KURL& url)
+{
+    ASSERT(m_client);
+    m_client->openURL(url);
+}
+#endif
+

We prefer not to have ifdef'd out code in the tree. Despite these minor
quibbles, r=me so this patch doesn't keep getting outdated by further changes.


-- 
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