[webkit-reviews] review requested: [Bug 47427] [Qt] build error in WebKit/qt/Api/qwebpage.cpp in Qt 4.7.0 : [Attachment 73226] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 01:36:23 PST 2010


Benjamin Poulain <benjamin.poulain at nokia.com> has asked  for review:
Bug 47427: [Qt] build error in WebKit/qt/Api/qwebpage.cpp in Qt 4.7.0
https://bugs.webkit.org/show_bug.cgi?id=47427

Attachment 73226: Patch
https://bugs.webkit.org/attachment.cgi?id=73226&action=review

------- Additional Comments from Benjamin Poulain <benjamin.poulain at nokia.com>
Add the missing guard to the Qt port.

In the patch:
+#else
+    event->ignore();

The call to ignore() is mandatory because touch event are accepted by default.


More information about the webkit-reviews mailing list