Ticket #40852: patch-src_3rdparty_webkit_Source_WebKit_qt_Api_qgraphicswebview.cpp.diff

File patch-src_3rdparty_webkit_Source_WebKit_qt_Api_qgraphicswebview.cpp.diff, 425 bytes (added by BSeppke (Benjamin Seppke), 10 years ago)

WebKit and Mac OS X 10.9 patch

  • src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp

    old new  
    471471        return;
    472472
    473473    page->d->view.clear();
    474     page->d->client = 0;
     474    page->d->client = nullptr;
    475475
    476476    // if the page was created by us, we own it and need to
    477477    // destroy it as well.