SVN commit 1118444 by orlovich: Merged revision:r1117251 | orlovich | 2010-04-21 12:55:51 -0400 (Wed, 21 Apr 2010) | 4 lines Provide nspluginviewer with the location to help it out a bit, so I can fix the youtube thing in a 4.4-sane way (w/o tons of new infrastructure) M +1 -0 html_objectimpl.cpp --- branches/KDE/4.4/kdelibs/khtml/html/html_objectimpl.cpp #1118443:1118444 @@ -415,6 +415,7 @@ params.append( QLatin1String("__KHTML__PLUGINEMBED=\"YES\"") ); params.append( QString::fromLatin1("__KHTML__PLUGINBASEURL=\"%1\"").arg(document()->baseURL().url())); + params.append( QString::fromLatin1("__KHTML__PLUGINPAGEURL=\"%1\"").arg(document()->URL().url())); // Non-embed elements parse a bunch of attributes and inherit things off , if any HTMLEmbedElementImpl* embed = relevantEmbed();