forked from qt/qtwebkit
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report JavaScript errors from Qt signals and slots
Issue: #12973 Upstream issue: https://bugreports.qt.io/browse/QTBUG-37899
- Loading branch information
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
683923f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit seems to have broken the build, by eliminating
QtConnectionObject::match
, which is still needed (and declared). Merge botch?(also there was another hunk in the upstream change, that doesn't seem to have been incorporated)
683923f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Damn. My bad.
What about another hunk?