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), 11 years ago) |
---|
-
src/3rdparty/webkit/Source/WebKit/qt/Api/qgraphicswebview.cpp
old new 471 471 return; 472 472 473 473 page->d->view.clear(); 474 page->d->client = 0;474 page->d->client = nullptr; 475 475 476 476 // if the page was created by us, we own it and need to 477 477 // destroy it as well.