summaryrefslogtreecommitdiff
path: root/Source/WebCore/plugins/PluginPackage.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-03-14 09:25:07 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-03-14 09:25:08 +0100
commit3db4e05af46453be130a174f08bb7619d858b676 (patch)
treea5864212dce13071007a8148cf5b561f76534aa1 /Source/WebCore/plugins/PluginPackage.cpp
parent1d6a09105b8a583893c6bef5089719389a9e62f5 (diff)
parent654380122b8724c7493d293963986a158927c650 (diff)
downloadqtwebkit-3db4e05af46453be130a174f08bb7619d858b676.tar.gz
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: I314cf90bf82b49acf771d534845f2da1027b1679
Diffstat (limited to 'Source/WebCore/plugins/PluginPackage.cpp')
-rw-r--r--Source/WebCore/plugins/PluginPackage.cpp4
1 files changed, 1 insertions, 3 deletions
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