From 654380122b8724c7493d293963986a158927c650 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 4 Mar 2013 16:29:19 +0100 Subject: [Qt] Flash objects won't load until scrolling page https://bugs.webkit.org/show_bug.cgi?id=110149 Reviewed by Simon Hausmann. Revert r134222. The issue from bug 101836 is no longer reproducable, and the fix was causing flash objects to not load properly. * plugins/PluginPackage.cpp: (WebCore::PluginPackage::determineQuirks): Change-Id: If204d409a6d425022a4f7d21135803bb6f4c309d git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144191 268f45cc-cd09-0410-ab3c-d52691b4dbfc Reviewed-by: Jocelyn Turcotte --- Source/WebCore/plugins/PluginPackage.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Source/WebCore/plugins/PluginPackage.cpp') diff --git a/Source/WebCore/plugins/PluginPackage.cpp b/Source/WebCore/plugins/PluginPackage.cpp index 05b3eb6d7..592771914 100644 --- a/Source/WebCore/plugins/PluginPackage.cpp +++ b/Source/WebCore/plugins/PluginPackage.cpp @@ -205,9 +205,7 @@ void PluginPackage::determineQuirks(const String& mimeType) } #if PLATFORM(QT) - // Flash will crash on repeated calls to SetWindow in windowed mode. - // Defer the setWindow, so we don't set it to the wrong size too early. - m_quirks.add(PluginQuirkDeferFirstSetWindowCall); + // Flash will crash on repeated calls to SetWindow in windowed mode m_quirks.add(PluginQuirkDontCallSetWindowMoreThanOnce); #endif -- cgit v1.2.1