summaryrefslogtreecommitdiff
path: root/Source/WebCore/plugins/PluginPackage.cpp
diff options
context:
space:
mode:
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