Bug 71397 - [Qt] [WK] Debug build broken after r99065
Summary: [Qt] [WK] Debug build broken after r99065
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2011-11-02 13:48 PDT by Viatcheslav Ostapenko
Modified: 2011-11-02 16:03 PDT (History)
4 users (show)

See Also:


Attachments
Remove reference to panGestureActive. (1.42 KB, patch)
2011-11-02 13:55 PDT, Viatcheslav Ostapenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viatcheslav Ostapenko 2011-11-02 13:48:09 PDT
../../../Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp:296:5: error: ‘panGestureActive’ was not declared in this scope
Comment 1 Viatcheslav Ostapenko 2011-11-02 13:55:14 PDT
Created attachment 113373 [details]
Remove reference to panGestureActive.
Comment 2 Simon Hausmann 2011-11-02 14:46:24 PDT
Comment on attachment 113373 [details]
Remove reference to panGestureActive.

View in context: https://bugs.webkit.org/attachment.cgi?id=113373&action=review

r=me for buildfix

> Source/WebKit2/UIProcess/qt/QtViewportInteractionEngine.cpp:-296
> -    Q_ASSERT(!panGestureActive);

I suppose Kenneth intended to write !panAnimationActive() perhaps?
Comment 3 WebKit Review Bot 2011-11-02 16:03:05 PDT
Comment on attachment 113373 [details]
Remove reference to panGestureActive.

Clearing flags on attachment: 113373

Committed r99116: <http://trac.webkit.org/changeset/99116>
Comment 4 WebKit Review Bot 2011-11-02 16:03:10 PDT
All reviewed patches have been landed.  Closing bug.