Changeset 66221 in webkit


Ignore:
Timestamp:
Aug 27, 2010 7:15:18 AM (14 years ago)
Author:
tonikitoo@webkit.org
Message:

2010-08-27 Antonio Gomes <tonikitoo@webkit.org>

Unreviewed complementary fix to r66217.

  • Api/qwebpage.cpp:
  • Api/qwebview.cpp:
Location:
trunk/WebKit/qt/Api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebpage.cpp

    r66217 r66221  
    21342134    \note In the cases when the window creation is being triggered by JavaScript, apart from
    21352135    reimplementing this method application must also set the JavaScriptCanOpenWindows attribute
    2136     of QWebSettings to true in order to get it called.
     2136    of QWebSettings to true in order for it to get called.
    21372137
    21382138    \sa acceptNavigationRequest(), QWebView::createWindow()
  • trunk/WebKit/qt/Api/qwebview.cpp

    r66217 r66221  
    956956    \note In the cases when the window creation is being triggered by JavaScript, apart from
    957957    reimplementing this method application must also set the JavaScriptCanOpenWindows attribute
    958     of QWebSettings to true in order to get it called..
     958    of QWebSettings to true in order for it to get called.
    959959
    960960    \sa QWebPage::createWindow(), QWebPage::acceptNavigationRequest()
Note: See TracChangeset for help on using the changeset viewer.